platform/framework/web/crosswalk-tizen.git
2013-08-14 Cheng ZhaoWhen calling menu item's click callback, pass the item...
2013-08-14 Cheng ZhaoAdd spec for MenuItem.click.
2013-08-14 Cheng ZhaoAdd spec for Menu.insert.
2013-08-14 Cheng ZhaoAdd spec for attaching extra fields to menu items.
2013-08-14 Cheng ZhaoThe Menu object should store items by its index.
2013-08-14 Cheng ZhaoEnable to attach extra fields to menu items.
2013-08-13 Cheng Zhao:lipstick: for cpplint.
2013-08-13 Cheng ZhaoMove accelerator_util to browser/ui.
2013-08-13 Cheng ZhaoMove nsalert_synchronous_sheet to browser/ui.
2013-08-13 Cheng ZhaoMove file_dialog and message_box to browser/ui.
2013-08-13 Cheng ZhaoUpdate brightray: Disable Chromium's DataExtension.
2013-08-12 Cheng ZhaoFix test case for the d3 module.
2013-08-12 Cheng ZhaoUpload to S3 with readable version.
2013-08-12 Cheng ZhaoCollect header files from vendor/node.
2013-08-12 Cheng Zhao:lipstick:
2013-08-12 Cheng ZhaoAdd test for d3 module.
2013-08-08 Cheng ZhaoUse result of `git describe` as version.
2013-08-08 Cheng ZhaoAdd process.versions["atom-shell"].
2013-08-08 Cheng ZhaoAdd version file.
2013-08-08 Cheng ZhaoOnly zip specified files.
2013-08-08 Cheng ZhaoUpdate node: enable running like upstream node.
2013-08-08 Cheng ZhaoDiscard the extra node binary.
2013-08-08 Cheng ZhaoFix process.argv[0] for child_process.fork.
2013-08-08 Cheng ZhaoWhen passing --atom-child_process-fork, run like upstre...
2013-08-08 Cheng ZhaoFix README on the license thing.
2013-08-07 Paul BettsFix broken submodule reference
2013-08-07 Cheng ZhaoUpdate README.
2013-08-06 Cheng Zhao[Win] Implement context menu.
2013-08-06 Cheng ZhaoOnly set application menu on OS X.
2013-08-06 Cheng Zhao:lipstick: on string comparison.
2013-08-06 Cheng ZhaoUpdate apm: Add support for Windows.
2013-08-06 Cheng ZhaoFix calling apm under cygwin.
2013-08-06 Cheng Zhao[Win] Should filters in the save as dialog.
2013-08-06 Cheng Zhao[Mac] Add app.dock.getBadge() API.
2013-08-06 Cheng Zhao[Mac] Add API for dock, fixes #46.
2013-08-03 Cheng ZhaoUse apm to install third party node modules.
2013-08-03 Cheng ZhaoUpdate node before running npm.
2013-08-03 Cheng ZhaoAdd power-monitor module, fixes #45.
2013-08-01 Cheng ZhaoAdd test for native modules.
2013-08-01 Cheng Zhao[Win] Implement dialog.showSaveDialog.
2013-08-01 Cheng ZhaoRevert "Enable getUserMedia(). Part of fixes for #31."
2013-07-31 Cheng ZhaoUpdate brightray.
2013-07-31 Cheng ZhaoUpdate node: fix child_process.fork on Windows.
2013-07-31 Cheng ZhaoUpdate node: fix process.stdio.
2013-07-31 Cheng ZhaoFix the update-node script.
2013-07-31 Cheng ZhaoShow devtools on right click in specs window.
2013-07-29 Cheng ZhaoEnable idle GC for both browser and renderer.
2013-07-29 Cheng ZhaoDiscard the idle gc module.
2013-07-29 Cheng ZhaoGuard against double erasing an object, fixes #44.
2013-07-29 Cheng ZhaoExpose gc() in specs.
2013-07-29 Cheng ZhaoRemove the useless remote.getObject API.
2013-07-28 Cheng ZhaoAdd script translate addresses in crash report into...
2013-07-26 Cheng ZhaoFix the update-node script for our new style of URLs.
2013-07-26 Cheng ZhaoUpdate node to v0.10.5.
2013-07-26 Cheng ZhaoUpdate to latest libchromiumcontent and node.
2013-07-26 Cheng ZhaoDon't make use of the 'id' property when sending objects.
2013-07-26 Cheng ZhaoAdd test for id property of remote object.
2013-07-25 Cheng Zhao[Win] Add key bindings for message box.
2013-07-25 Cheng Zhao[Win] Override node's console and output stream with...
2013-07-25 Cheng Zhao[Win] Show title and message's detail.
2013-07-25 Cheng Zhao[Win] Message box now returns the right result.
2013-07-25 Cheng Zhao[Win] Layout the buttons of message box manually.
2013-07-25 Cheng Zhao[Win] Layout the buttons.
2013-07-25 Cheng Zhao[Win] Use system's window background for message box.
2013-07-25 Cheng Zhao[Win] Show buttons in message box.
2013-07-24 Cheng Zhao[Win] Make message box modal.
2013-07-24 Cheng Zhao[Win] Show an empty window for ShowMessageBox.
2013-07-24 Cheng ZhaoFix updating the win32 python repo.
2013-07-24 Cheng Zhao[Win] Ignore 4049 link warning.
2013-07-24 Cheng Zhao[Win] Update node: fix console and process.stdout.
2013-07-24 Cheng ZhaoDo not end the process when other exception occurs.
2013-07-23 Cheng Zhao[Win] Poll events with GetQueuedCompletionStatus, fixes...
2013-07-23 Cheng ZhaoShould force the embed thread to quit when terminating.
2013-07-23 Cheng Zhao[Win] Write log to file in Debug build.
2013-07-23 Cheng ZhaoDelay the unresponsive message for a second, fixes...
2013-07-23 Cheng ZhaoMove the watcher queue hack to NodeBindingsMac.
2013-07-23 Cheng Zhaoremote.require should return the same object for the...
2013-07-22 Cheng Zhao[Win] Simply poll events for every 50ms.
2013-07-22 Cheng ZhaoUse walkdir instead of findit, which supports Windows.
2013-07-22 Cheng ZhaoDon't separate node bindings into renderer and browser...
2013-07-22 Cheng ZhaoShip the filename_rules.gypi which is modified from...
2013-07-22 Cheng ZhaoCleanup the node bindings code.
2013-07-22 Cheng ZhaoRemove redundant calls to wake up main thread.
2013-07-22 Cheng ZhaoMove common message integration code to NodeBindings...
2013-07-22 Cheng ZhaoDon't use gcd to post tasks to main thread.
2013-07-19 Cheng ZhaoImprove spec window's default behavior.
2013-07-19 Cheng Zhao[Win] Pass relative path in the test script.
2013-07-18 Cheng ZhaoAdd BrowserWindow.inspectElement(x, y) API.
2013-07-18 Cheng ZhaoFix how we detect renderer crash.
2013-07-18 Cheng ZhaoAdd test for the unzip module.
2013-07-17 Cheng ZhaoAdd two tests regarding crashes in context switching.
2013-07-17 Cheng ZhaoInstall spec's third party modules in the source root.
2013-07-17 Cheng ZhaoAdd test for setImmediate and process.nextTick.
2013-07-17 Cheng ZhaoFix .gitignore.
2013-07-17 Cheng ZhaoAdd script to run test.
2013-07-17 Cheng ZhaoShould install node modules for default_app and spec...
2013-07-17 Cheng ZhaoAdd empty spec skeleton.
2013-07-17 Cheng ZhaoStart the specified app if there is one in command...
2013-07-17 Cheng ZhaoMake sure atom-shell is build before creating distribution.
2013-07-17 Cheng Zhaocefode-node is renamed to node.
next