platform/framework/web/crosswalk-tizen.git
2013-08-24 Cheng ZhaoReturn AdapterRequestJob when creating job.
2013-08-24 Cheng ZhaoActually set and remove protocol handlers in IO thread..
2013-08-24 Cheng ZhaoRemember registered schemes.
2013-08-24 Cheng ZhaoSkelecton for the protocol module.
2013-08-21 Kevin SawickiUpgrade apm for more logging on errors
2013-08-21 Cheng ZhaoMake sure cibuild calls all necessary scripts.
2013-08-21 Cheng Zhao:lipstick: for cpplint.
2013-08-21 Cheng ZhaoAbort when there is a error in cpplint.
2013-08-21 Cheng Zhao:lipstick:
2013-08-21 Cheng ZhaoAlso upload node's headers to S3.
2013-08-21 Cheng ZhaoCreate the tarball containing node's headers.
2013-08-21 Cheng ZhaoGenerate the distribution file under 'dist' directory.
2013-08-21 Cheng ZhaoAlso copy gyp files when copying headers.
2013-08-21 Cheng ZhaoHide window when running in CI.
2013-08-21 Cheng ZhaoAdd script to run specs in CI, fixes #61.
2013-08-21 Cheng ZhaoNo need to open video when testing webkitGetUserMedia.
2013-08-20 Cheng ZhaoMerge pull request #58 from atom/windows-bootstrap
2013-08-20 Kevin SawickiUpgrade apm for output fixes
2013-08-20 Kevin SawickiUpdate link to docs
2013-08-20 Kevin SawickiUpdate apm URL to new location in atom org.
2013-08-20 Paul BettsFix invocation of npm on non-Cygwin
2013-08-19 Cheng ZhaoUpdate libchromiumcontent: Add "path" attribute for...
2013-08-19 Cheng Zhao[Win] Remove the extra MenuWrapper class.
2013-08-17 Cheng Zhao[Win] Add flag to build window menu.
2013-08-17 Cheng Zhao[Win] Use the modified Menu2 class.
2013-08-17 Cheng Zhao[Win] Ship with Chromium's menu library.
2013-08-17 Cheng Zhao:lipstick: for cpplint.
2013-08-16 Cheng ZhaoAdd spec for child_process.fork.
2013-08-16 Cheng Zhao[Win] Fix the command line spliting code.
2013-08-16 Cheng Zhao[Win] Fix conversion between wchar_t* and const wchar_t*.
2013-08-16 Cheng Zhao[Win] Fix compilation error.
2013-08-16 Cheng Zhao[Win] Fix running node from python.
2013-08-16 Cheng ZhaoAdd AtomWindow.isWebViewFocused() API, fixes #57.
2013-08-16 Cheng ZhaoShould inherit brightray's default web contents delegat...
2013-08-16 Cheng ZhaoThe camera could start very slow.
2013-08-16 Cheng ZhaoAdd spec for #31.
2013-08-15 Cheng Zhao:lipstick:
2013-08-15 Cheng ZhaoDump v0.3.4.
2013-08-15 Cheng ZhaoDon't overwrite existing fields when build menu from...
2013-08-15 Cheng ZhaoMerge pull request #56 from atom/move-wiki-to-docs
2013-08-14 probablycoreyNormalize document names
2013-08-14 probablycoreyConvert wiki links to relative markdown links
2013-08-14 probablycoreyMove wiki content to docs dir
2013-08-14 Cheng Zhao[Mac] Clean up the menu controller.
2013-08-14 Cheng Zhao[Mac] Move the FixMenuTitles hack to MenuController.
2013-08-14 Cheng Zhao[Mac] Ship the MenuController implementation from Chromium.
2013-08-14 Cheng ZhaoMake sure all MenuItem's options have a default value.
2013-08-14 Cheng ZhaoEnable passing objects and arrays when calling remote...
2013-08-14 Cheng ZhaoUse Menu.buildFromTemplate instead of raw menu APIs.
2013-08-14 Cheng Zhao:lipstick:
2013-08-14 Cheng ZhaoRevert "Use named property handler for createObjectWith...
2013-08-14 Cheng ZhaoAdd spec for changing remote object's properties.
2013-08-14 Cheng ZhaoUse named property handler for createObjectWithName.
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.
next