platform/framework/web/crosswalk-tizen.git
2013-09-02 Cheng ZhaoDump v0.4.2.
2013-09-02 Cheng ZhaoMerge pull request #81 from atom/window-native-modules
2013-09-02 Cheng ZhaoUpload a fake empty x64 node.lib.
2013-08-31 Cheng ZhaoOnly generate node.lib when we need to upload node...
2013-08-31 Cheng ZhaoGenerate node.lib from atom.lib and chromiumcontent...
2013-08-31 Cheng ZhaoDon't use the cmd paramter passed by WinMain.
2013-08-31 Cheng Zhao:lipstick: for node version and upload node.lib.
2013-08-31 Cheng ZhaoUse dummy stdin stream on Windows.
2013-08-31 Cheng ZhaoAlso ship ffmpegsumo.dll in the distribution.
2013-08-31 Cheng ZhaoUse node's version for the node headers tarball.
2013-08-31 Cheng ZhaoAdd flag for upload script to skip updating version.
2013-08-31 Cheng ZhaoDon't require multipart for uploading to S3.
2013-08-31 Cheng ZhaoThe distribution name should contain version and platform.
2013-08-31 Cheng ZhaoCreate zip distribution for binaries on Windows.
2013-08-31 Cheng ZhaoShip correct binaries on Windows.
2013-08-31 Cheng ZhaoUse Chromium V8's headers in the node headers tarball.
2013-08-30 Cheng ZhaoMerge pull request #79 from atom/message-box-button...
2013-08-30 Paul BettsFix button order on Win32
2013-08-29 Paul BettsMerge pull request #71 from atom/78-chars-or-death
2013-08-29 Paul BettsIndent all the files to 78-characters so that doc diffs...
2013-08-29 Cheng ZhaoDisable spec for window.close() since it would not...
2013-08-29 Cheng Zhao:lipstick: Avoid duplicate temporary file names.
2013-08-29 Cheng Zhao:lipstick: for the beforeunload handler.
2013-08-29 Cheng ZhaoAdd 'loading-state-changed' event for BrowserWindow.
2013-08-29 Cheng ZhaoAdd spec for #70.
2013-08-29 Cheng ZhaoUpdate apm.
2013-08-29 Cheng ZhaoAdd OnLoadingStateChanged for NativeWindowObserver.
2013-08-29 Cheng ZhaoDump v0.4.1.
2013-08-28 Paul BettsMerge pull request #69 from atom/apm-vs2012
2013-08-28 Paul BettsForce pushery?
2013-08-28 Paul BettsVersion bump atom/apm to fix script/bootstrap.py on...
2013-08-27 Cheng ZhaoUpdate node: fix #66.
2013-08-27 Cheng ZhaoAdd spec for heap snapshot crash (#66).
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"].
next