platform/framework/web/crosswalk-tizen.git
2015-07-02 Cheng ZhaoAdd build matrix for arm and ia32
2015-07-02 Cheng ZhaoUse prebuild clang to build node modules
2015-07-02 Cheng ZhaoDon't install ubuntu test toolchain
2015-07-02 Cheng ZhaoUpdate libchromiumcontent to get arm build
2015-07-02 Cheng ZhaoUse our custom debian sysroot image
2015-07-02 Cheng ZhaoNever send email notifications
2015-07-01 Cheng ZhaoSet sysroot for arm build
2015-07-01 Cheng ZhaoDownload debian arm sysroot image
2015-07-01 Cheng ZhaoAdd function to get host_arch
2015-07-01 Cheng ZhaoDefine chromeos
2015-07-01 Cheng ZhaoOnly allow building on 64bit machine
2015-07-01 Cheng ZhaoMerge pull request #2092 from atom/download-clang
2015-07-01 Cheng ZhaoFix compilation errors due to compiler change
2015-07-01 Cheng ZhaoSupport cross-compiling
2015-07-01 Cheng ZhaoUse downloaded clang for building
2015-07-01 Cheng ZhaoDownload prebuilt clang
2015-06-29 Kevin SawickiRemove extra newline
2015-06-29 Kevin SawickiAdd slack back to README
2015-06-29 Cheng ZhaoDon't override user's menu in default_app
2015-06-29 Cheng ZhaoMerge pull request #2077 from atom/iojs-latest
2015-06-29 Cheng ZhaoUpdate to io.js v2.3.1
2015-06-27 Cheng ZhaoRemove window from window list before notifying closed...
2015-06-26 Kevin SawickiMerge pull request #2066 from atom/doc-type-error
2015-06-26 Cheng ZhaoMerge pull request #2063 from darwin/missing-overrides
2015-06-26 Cheng ZhaoMerge pull request #2060 from geelen/patch-1
2015-06-26 Antonin HildebrandMissing overrides
2015-06-26 Glen Maddernelectron-installer not atom-shell-installer
2015-06-26 Cheng ZhaoFix building on Windows
2015-06-26 Cheng ZhaoMerge pull request #2002 from atom/app-commands-win32
2015-06-26 Cheng ZhaoSmall cleanups
2015-06-26 Cheng ZhaoOnly convert command ID on Windows
2015-06-26 Cheng ZhaoClean up ResolveProxyHelper
2015-06-26 Cheng ZhaoMerge pull request #2054 from deepak1556/proxy_patch
2015-06-26 Cheng ZhaoClean up code in AtomBrowserClient
2015-06-26 Haojian Wu:memo: Fix a type error.
2015-06-26 Cheng Zhaospec: Remove grabage console.log
2015-06-26 Cheng ZhaoMerge pull request #2057 from atom/app-gpu-crash
2015-06-26 Cheng ZhaoRename event name to gpu-process-crashed
2015-06-26 Cheng Zhaodocs: gpu-crashed is moved to app
2015-06-26 Cheng ZhaoMove gpu-crashed event to app
2015-06-26 Cheng ZhaoMerge pull request #1941 from deepak1556/certificate_ap...
2015-06-25 Paul BettsI forget cpplint every time
2015-06-25 Paul BettsRevert submodule change
2015-06-25 Paul Betts:memo: consistency
2015-06-25 Paul BettsMove app commands to strings
2015-06-25 Paul Bettscpplint see me rollin', he hatin'
2015-06-25 Paul BettsInvisible character tyranny
2015-06-25 Paul Betts:memo: app commands
2015-06-25 Paul BettsAdd appcommand to files
2015-06-25 Paul BettsAdd enum for media keys on Win32
2015-06-25 Paul BettsEmit the message as an event
2015-06-25 Paul BettsIn our widget delegate, signal our Observer
2015-06-25 Paul BettsCreate a method to signal our Observer method
2015-06-25 Paul BettsCreate a new method for NativeWindowObserver for AppCom...
2015-06-25 deepak1556app: event to pass client certificate data
2015-06-25 deepak1556session: using storageparttion to retrieve requestcontext
2015-06-25 Cheng ZhaoMerge pull request #2051 from atom/detach-web-contents
2015-06-25 Cheng ZhaoRemove NativeWindow::GetWebContents
2015-06-25 Cheng ZhaoRemove inspectable_web_contents_
2015-06-25 Cheng ZhaoMove BrowserPluginGuestDelegate to a separate class
2015-06-25 Cheng ZhaoFix the order of function definitions
2015-06-25 Cheng ZhaoRename CloseWebContents to RequestToClosePage
2015-06-25 Cheng ZhaoRemove NativeWindow::ActivateContents
2015-06-25 Cheng ZhaoAllowing destroying a closed window
2015-06-25 Cheng ZhaoAdd InspectableWebContentsViewDelegate
2015-06-25 Cheng ZhaoSet sender in EventEmitter.emit
2015-06-25 Cheng ZhaoDecouple WebContentsDelegate from NativeWindow
2015-06-25 Cheng ZhaoDon't create WebContents in NativeWindow
2015-06-24 Cheng ZhaoPass isGuest when creating WebContents
2015-06-24 Cheng ZhaoStore NativeWindow in weak ptr
2015-06-24 Cheng ZhaoDiscard is_guest_, use type_ instead
2015-06-24 Cheng ZhaoStore NativeWindow's weak ptr in WebContents
2015-06-24 Cheng ZhaoAdd type for WebContents
2015-06-24 Cheng ZhaoHandle close cancel in BeforeUnloadDialogCancelled
2015-06-24 Cheng ZhaoRemove usages of NotificationObserver
2015-06-24 Cheng ZhaoRemove ActivateContents and DeactivateContents
2015-06-24 Cheng ZhaoMerge pull request #2046 from atom/id-weak-map
2015-06-24 Cheng ZhaoRemove JS override of setMenu
2015-06-24 Cheng ZhaoAlways initailize webContents in BrowserWindow
2015-06-24 Cheng ZhaoRemove usages of JS IDWeakMap in browser-window
2015-06-24 Cheng ZhaoMerge pull request #2025 from atom/power-save-blocker-api
2015-06-24 Cheng ZhaoMake each class only have one weak map
2015-06-24 Cheng ZhaoAdd Values() method for IDWeakMap
2015-06-24 Cheng ZhaoMove "id" and "fromId" to C++
2015-06-24 Cheng ZhaoInitialize defaultSession after app is ready
2015-06-24 Cheng ZhaoMake Session trackable
2015-06-24 Cheng ZhaoMake sure each C++ WebContents has only one JS WebContents
2015-06-24 Cheng ZhaoEnable storing TrackableObject in other C++ class
2015-06-24 Cheng ZhaoAdd mate::TrackableObject
2015-06-24 Cheng ZhaoDon't make IDWeakMap public API
2015-06-24 Cheng ZhaoMake the JS IDWeakMap a thin wrapper of C++ IDWeakMap
2015-06-24 Cheng ZhaoAdd C++ version of IDWeakMap
2015-06-24 Haojian WuMore updates: use string instead of integer to identify...
2015-06-24 Cheng ZhaoMerge pull request #2043 from atom/default-session
2015-06-24 Cheng ZhaoKeep compatibility with app.resolveProxy
2015-06-24 Cheng ZhaoMove resolveProxy From app to session
2015-06-24 Cheng ZhaoMerge pull request #2027 from deepak1556/devtools_file_...
2015-06-23 Cheng ZhaoAdd app.defaultSession
2015-06-23 deepak1556devtools: write to file in FILE thread
2015-06-23 Cheng Zhaomac: Set NSHighResolutionCapable in Info.plist, close...
next