platform/framework/web/crosswalk-tizen.git
2013-05-16 Cheng ZhaoMake MenuItem's type default to 'submenu' if it has...
2013-05-16 Cheng ZhaoAdd 'selector' property for MenuItem, which automatical...
2013-05-16 Cheng ZhaoAutomatically convert menu with tile of 'Window' to...
2013-05-16 Cheng ZhaosetApplicationMenu and sendActionToFirstResponder are...
2013-05-16 Cheng ZhaoBuild application menu with the new menu API in default...
2013-05-16 Cheng ZhaoRead menu item's properties in menu's delegate.
2013-05-16 Cheng ZhaoBuild node-webkit style Menu API arounding the delegate...
2013-05-16 Cheng ZhaoAdd API to SendActionToFirstResponder.
2013-05-16 Cheng ZhaoCalling delegate methods should pass command id of...
2013-05-16 Cheng ZhaoConvert generic accelerator to platform accelerator.
2013-05-16 Cheng ZhaoFix titles of submenus in application menu.
2013-05-16 Cheng ZhaoAdd Menu.setApplicationMenu API to set main menu of...
2013-05-15 Cheng ZhaoFix places where Window should be BrowserWindow.
2013-05-15 Cheng ZhaoAdd 'Reload' in application menu. Fixes atom/atom-shell#4.
2013-05-15 Cheng ZhaoRename 'window' module to 'browser_window' module....
2013-05-15 Cheng ZhaoImplement some common web contents overrides.
2013-05-15 Cheng ZhaoImplement window.moveTo and window.ResizeTo. Fix #2.
2013-05-15 Cheng ZhaoFix typo in the comment.
2013-05-14 Cheng ZhaoPrevent submenu from getting destroyed bebore the conta...
2013-05-14 Cheng ZhaoAdd a context menu for the initial default app.
2013-05-14 Cheng ZhaoSet accelerator for menu item by string in delegate.
2013-05-14 Cheng ZhaoAdd StringToAccelerator to parse a string as an acceler...
2013-05-14 Cheng ZhaoEmit 'execute' event when menu item is clicked.
2013-05-14 Cheng ZhaoImprove error reporting in RPC by printing stack trace.
2013-05-14 Cheng ZhaoExpose Menu's delegate methods in javascript.
2013-05-14 Cheng ZhaoFix the menu popup on OS X.
2013-05-14 Cheng ZhaoExpose Menu API in javascript.
2013-05-14 Cheng ZhaoAdd popup method for Menu.
2013-05-14 Cheng ZhaoUse Atom's icon.
2013-05-13 Cheng ZhaoUpdate node: add Atom.app/Contents/Resources/app to...
2013-05-13 Cheng ZhaoIt seems that shutil.make_archive doesn't support symbo...
2013-05-13 Cheng ZhaoWhen copying bundle the symbol links should be kept.
2013-05-12 Cheng ZhaoSave the latest version when uploading distribution.
2013-05-12 Cheng ZhaoUpdate node: cleanup unused hacks.
2013-05-12 Cheng ZhaoAdd script to download atom-shell.
2013-05-12 Cheng ZhaoAdd script to make distribution and upload.
2013-05-11 Cheng ZhaoShip the custom node binary build with atom-shell.
2013-05-10 Cheng ZhaoExpose dialog.showMessageBox API.
2013-05-10 Cheng Zhao:lipstick:
2013-05-10 Cheng ZhaoModify Window API to be more consistent.
2013-05-07 Cheng ZhaoRename atom module to atom_delegate to avoid conflicts...
2013-05-07 Cheng ZhaoMake sure the 'closed' event is emitted before 'window...
2013-05-07 Cheng ZhaoUpdate to lastest brightray.
2013-05-07 Cheng ZhaoFix whitespace/line_length warnings of cpplint.
2013-05-06 Cheng ZhaoExpose MenuModel's methods in js.
2013-05-06 Cheng ZhaoAdd Menu API. (WIP)
2013-05-05 Cheng ZhaoPass the native window object directly in native dialog...
2013-05-05 Cheng ZhaoMake the CallbacksRegistry a separate module, though...
2013-05-05 Cheng ZhaoUse cross-platform callbacks in the dialog API.
2013-05-04 Cheng ZhaoDon't send ATOM_BROWSER_DEREFERENCE message if context...
2013-05-04 Cheng ZhaoThe unwrapArgs relies on the valueToMeta function.
2013-05-04 Cheng ZhaoCheck whether id is valid when adding to weak map.
2013-05-04 Cheng ZhaoClear listeners on process object when unloading.
2013-05-04 Cheng ZhaoModify funtion's names to make RPC code more easy to...
2013-05-04 Cheng ZhaoResupport cross-process callback.
2013-05-03 Cheng ZhaoPass remote objects from renderer to browser by ID.
2013-05-03 Cheng ZhaoCache remote.getCurrentWindow.
2013-05-03 Cheng ZhaoAdd the generialized showMessageBox API.
2013-05-03 Cheng ZhaoAdd dialog API.
2013-05-03 Cheng ZhaoURL => Url, ID => Id in coffee script.
2013-05-03 Cheng ZhaoAdd 'quit' and 'window-all-closed' events for app module.
2013-05-02 Cheng ZhaoAdd the 'app' built-in module.
2013-05-02 Cheng ZhaoAdd Browser class to controll when the application...
2013-05-02 Cheng ZhaoAdd _mac suffix for obj-c files.
2013-05-02 Cheng ZhaoAdd WindowList class to manage all windows.
2013-05-02 Cheng ZhaoQuiting the application is now equivalent to close...
2013-05-02 Cheng ZhaoMake sure WindowClosed message is sent when window...
2013-05-02 Cheng ZhaoAdd 'closed' and 'destroyed' event for Window.
2013-05-01 Cheng ZhaoCorrectly handle window's lifetime when it's closed.
2013-05-01 Cheng ZhaoAdd window closing related methods for window observer.
2013-05-01 Cheng ZhaoSimply the closing model.
2013-05-01 Cheng ZhaoClosing a window requires closing web contents now.
2013-05-01 Cheng ZhaoRelease resources in browser when renderer view is...
2013-04-30 Cheng ZhaoImplement beforeunload event.
2013-04-30 Cheng ZhaoDrop support for cross-process callbacks.
2013-04-30 Cheng ZhaoEnable getting window from routing id and process id.
2013-04-30 Cheng ZhaoUpdate to newest brightray.
2013-04-30 Cheng ZhaoAdd API to get any global variable from browser.
2013-04-30 Cheng ZhaoAdd Clipboard API.
2013-04-29 Cheng ZhaoAdd shell.beep() API.
2013-04-29 Cheng ZhaoAdd Shell API.
2013-04-29 Cheng ZhaoAdd platform_util from Chrome.
2013-04-29 Cheng ZhaoFix header guard.
2013-04-29 Cheng Zhao:lipstick:
2013-04-29 Cheng ZhaoAdd vendor/ to .gitignore, so ag won't search it.
2013-04-29 Cheng ZhaoAvoid using destoryed native objects in js API.
2013-04-29 Cheng ZhaoUniform message names.
2013-04-29 Cheng ZhaoSupport passing callbacks from renderer to browser.
2013-04-27 Cheng ZhaoUse camelCase not under_score, I forgot it's coffee...
2013-04-27 Cheng ZhaoAdd remote.getCurrentWindow() API in renderer.
2013-04-27 Cheng ZhaoAdd API to return all keys of weak map.
2013-04-26 Cheng ZhaoMake the RPC stuff code more understandable.
2013-04-26 Cheng ZhaoAllow renderer to get object in browser for arbitrary...
2013-04-26 Cheng ZhaoKeep an id for each object added to global weak map.
2013-04-26 Cheng ZhaoAdd remote.getObject API to get object in browser by...
2013-04-26 Cheng ZhaoShould wrap WeakCallback with handle scope.
2013-04-26 Cheng ZhaoSeparate stored objects by the render view.
2013-04-25 Cheng ZhaoAdd WeakMap built-in module.
2013-04-25 Cheng ZhaoNotify creation and destruction of native objects.
2013-04-25 Cheng ZhaoEnable idle GC in browser.
next