platform/framework/web/crosswalk-tizen.git
2014-06-09 Cheng Zhao"did-finish-load" should only emit for main frame,...
2014-06-05 Cheng ZhaoBump v0.13.0.
2014-06-05 Cheng Zhao:lipstick: Fix clipboard on Linux.
2014-06-05 Cheng ZhaoProvide API to access selection clipboard, fixes #377.
2014-06-05 Cheng ZhaoReturn unicode string in clipboard.readText(), fixes...
2014-06-05 Cheng ZhaoMerge pull request #379 from atom/32bit-linux
2014-06-04 Cheng ZhaoContain arch in distribution name.
2014-06-04 Cheng ZhaoUpgrade libchromiumcontent to 765ec5dcf192845fed4aec0b1...
2014-06-04 Cheng ZhaoUpgrade to latest brightray.
2014-06-03 Cheng ZhaoUpgrade libchromiumcontent to 64b6768f1d24318bd35b53865...
2014-06-03 Cheng Zhaowin: Remove focus listener after window is closed,...
2014-06-03 Cheng ZhaoMerge pull request #375 from atom/status-icon
2014-06-03 Cheng Zhaowin: Fix context menu clicking in notify icon.
2014-06-03 Cheng ZhaoWin: Implement context menu for tray icon.
2014-06-03 Cheng Zhaowin: Implement tray icon API.
2014-06-03 Cheng ZhaoAdd StatusTrayStateChangerWindow from chrome.
2014-06-02 Cheng Zhao:memo: Mention platform limitations on Linux.
2014-06-02 Cheng Zhaogtk: Implement click event for status icon.
2014-06-02 Cheng Zhao:lipstick: Fix cpplint warning.
2014-06-02 Cheng Zhao:memo: Document the tray module.
2014-06-02 Cheng Zhaomac: Implement the "click" event of TrayIcon.
2014-06-02 Cheng ZhaoAdd "click" event for TrayIcon.
2014-06-01 Cheng Zhaogtk: Add app indicator support as tray icon.
2014-05-31 Cheng Zhaogtk: Add TrayIcon implementation for GtkStatusIcon.
2014-05-30 Cheng ZhaoBind TrayIcon to JS.
2014-05-30 Cheng ZhaoAdd native_mate converters for ImageSkia.
2014-05-30 Cheng Zhaomac: Simple implementation of tray icon.
2014-05-30 Cheng ZhaoAdd dummy implementations for TrayIcon.
2014-05-30 Cheng Zhao:memo: Menu.setApplicationMenu is not OS X only.
2014-05-29 Cheng ZhaoMerge pull request #363 from atom/application-locale
2014-05-29 Cheng ZhaoFix cpplint warning.
2014-05-29 Cheng ZhaoAdd spec for application locale.
2014-05-29 Cheng ZhaoGenerate .pak for each locale.
2014-05-29 Cheng Zhaomac: Fix en-US locale.
2014-05-29 Cheng Zhaomac: Create .lproj files for each locale.
2014-05-29 Cheng ZhaoInitialize locale on mac.
2014-05-29 Cheng ZhaoOverride application locale with system default locale.
2014-05-27 Cheng ZhaoBump v0.12.7.
2014-05-27 Cheng Zhao:memo: Fix some old docs.
2014-05-27 Cheng Zhaomac: Add APIs on setting icon in titlebar.
2014-05-27 Cheng ZhaoDo not init Menu lazily, otherwise empty menus would...
2014-05-27 Cheng ZhaoMove the ability of calling _init to native_mate.
2014-05-26 Cheng ZhaoBump v0.12.6.
2014-05-26 Cheng ZhaoMerge pull request #354 from atom/automatic-group-id
2014-05-26 Cheng ZhaoFix specs.
2014-05-26 Cheng Zhao:lipstick: Organize Menu and MenuItem's code.
2014-05-26 Cheng Zhaowin: Setting enabled/visiable should also update menu.
2014-05-26 Cheng Zhaowin: Update states when setting checked property.
2014-05-26 Cheng Zhaowin: Force menuWillShow to be called when setting windo...
2014-05-26 Cheng Zhaowin: Update menu states when setting menu bar.
2014-05-25 Cheng ZhaoFix error when showing empty menu.
2014-05-25 Cheng ZhaoQuit when get uncaughtException in specs.
2014-05-25 Cheng Zhaomac: Make sure menuWillShow is called when setting...
2014-05-25 Cheng ZhaoRadio menu items should have at least one item checked.
2014-05-25 Cheng ZhaoAdd specs for radio menu items.
2014-05-25 Cheng ZhaoSetting a radio menu item should flip other items in...
2014-05-25 Cheng ZhaoGenerate menu group id automatically.
2014-05-25 Cheng Zhaogtk: Fix setting unresizable window.
2014-05-25 Cheng ZhaoMake menu's checked property flipped automatically...
2014-05-24 Cheng Zhaowin: Implement focus and blur event.
2014-05-24 Cheng ZhaoOverride app version and name when loading apps from...
2014-05-24 Cheng Zhao:memo: Fix typos regarding to #349.
2014-05-23 Cheng ZhaoMerge pull request #351 from atom/custom-web-preferences
2014-05-23 Cheng Zhao:memo: Add details on plugins support.
2014-05-23 Cheng Zhaogtk: Fix the focus event.
2014-05-23 Cheng Zhao:memo: Mention atom-shell's changes to the process...
2014-05-23 Cheng ZhaoMerge pull request #343 from gmr/master
2014-05-23 Cheng ZhaoMerge pull request #347 from SeriousM/patch-2
2014-05-22 Cheng Zhao:memo: Document the 'web-preferences' option.
2014-05-22 Cheng ZhaoAdd 'extra-plugin-dirs' option.
2014-05-22 Cheng ZhaoAdd 'web-preferences' options in BrowserWindow.
2014-05-22 Bernhard MillauerAdd information about the crash-reporter payload
2014-05-22 Cheng Zhao:memo: Add docs on BrowserWindow.id.
2014-05-22 Cheng ZhaoAdd "id" property for BrowserWindow, fixes #218.
2014-05-22 Cheng ZhaoMake the default_app unresizable.
2014-05-22 Cheng Zhaomac: Include more information in Info.plist, fixes...
2014-05-21 Gavin M. RoyAdd a `focus` event to BrowserWindow
2014-05-21 Cheng ZhaoRename process.__atom_type to process.type.
2014-05-21 Cheng Zhao:memo: frameworks => external_binaries.
2014-05-21 Cheng Zhao:memo: Remove unneeded install dependency on Ubuntu.
2014-05-21 Cheng Zhaowin: Make sure shell.showItemInFolder in called on...
2014-05-20 Cheng Zhaowin: Fix the resizable flag, closed #316.
2014-05-20 Cheng ZhaoMake sure webContents is created when opening devtools.
2014-05-19 Cheng ZhaoBump v0.12.5.
2014-05-19 Cheng ZhaoSkip the webgl spec on Linux.
2014-05-18 Cheng ZhaoMerge pull request #330 from atom/windows-webgl
2014-05-18 Cheng ZhaoOnly build Debug target in cibuild.
2014-05-18 Cheng ZhaoCheck for version when downloading external binaries.
2014-05-18 Cheng ZhaoRename "frameworks" to "external_binaries".
2014-05-18 Cheng ZhaoShip WebGL necessary files in distribution.
2014-05-18 Cheng ZhaoUpdate libchromiumcontent for libEGL.dll.
2014-05-18 Cheng ZhaoDownload dirextx sdk dlls.
2014-05-18 Cheng ZhaoAdd spec for checking webgl support.
2014-05-18 Cheng ZhaoMerge pull request #326 from jcanaway/patch-1
2014-05-18 Cheng ZhaoMerge pull request #327 from atom/content-size
2014-05-18 Cheng Zhao:memo: Document content size related APIs.
2014-05-18 Cheng Zhaowin: Implement setContentSize API.
2014-05-18 Cheng Zhaowin: Setting menu shouldn't change client area size.
2014-05-18 Cheng Zhaowin: Convert content size to window size.
2014-05-18 Cheng ZhaoMerge pull request #322 from pullreq/patch-1
next