platform/framework/web/crosswalk-tizen.git
2013-07-01 Cheng ZhaoImplement process.crash() on Windows.
2013-07-01 Cheng ZhaoShould enable C++ exceptions for all targets on Windows.
2013-07-01 Cheng ZhaoFix warnings in http_parser.
2013-07-01 Cheng ZhaoFix two warnings in openssl.
2013-07-01 Cheng ZhaoCompile atom_lib with C++ exception enabled.
2013-07-01 Cheng ZhaoFix calling compile-coffee under cygwin.
2013-07-01 Cheng ZhaoMake node static library build.
2013-07-01 Cheng ZhaoAdd switch to skip operations require networking.
2013-07-01 Cheng ZhaoWe don't need to force updating to latest npm.
2013-07-01 Cheng ZhaoUse win32 python to call gyp when running under cygwin.
2013-07-01 Cheng ZhaoIgnore vendor/python_26 in git.
2013-07-01 Cheng ZhaoPull in precompiled python under cygwin.
2013-07-01 Cheng ZhaoShip gyp.
2013-07-01 Cheng ZhaoDo not ignore vendor/.
2013-07-01 Cheng ZhaoOnly download frameworks on OS X.
2013-07-01 Cheng ZhaoUpdate npm after node is downloaded.
2013-06-29 Cheng ZhaoAlso ship version and LICENSE file with dist.
2013-06-29 Cheng ZhaoMake sure dist is created for the HEAD before uploading.
2013-06-29 Cheng ZhaoMake Objective-C's categories work.
2013-06-27 Cheng Zhaotypeof null can also be 'object'.
2013-06-27 Cheng ZhaoFix passing null as window in dialog.showMessageBox.
2013-06-27 Cheng ZhaoUpdate to latest brightray.
2013-06-26 Cheng ZhaoEmit WindowCloseCancelled message when close is cancell...
2013-06-26 Cheng ZhaoUse applicationShouldTerminate to control whether appli...
2013-06-26 Cheng ZhaoMake video and audio tag work, fixes #31.
2013-06-25 Cheng ZhaoClean unused bash script.
2013-06-25 Cheng ZhaoMerge pull request #29 from atom/python
2013-06-24 Cheng ZhaoModify upload script to obey chromium's style.
2013-06-24 Cheng ZhaoRemove the download script.
2013-06-24 Cheng ZhaoUpdate create-dist script for changes of building system.
2013-06-24 Cheng ZhaoRewrite cpplint script in python.
2013-06-24 Cheng ZhaoRewrite compile-coffee script in python.
2013-06-24 Cheng ZhaoDon't throw exception when ninja quit unnormally.
2013-06-24 Cheng ZhaoRewrite build script in python.
2013-06-24 Cheng ZhaoRewrite update script in python.
2013-06-21 Cheng ZhaoMerge branch 'master' into python
2013-06-21 Cheng ZhaoEnable getUserMedia(). Part of fixes for #31.
2013-06-21 Cheng ZhaoUpdate node to v0.10.12.
2013-06-21 Cheng ZhaoUse unzip command on Mac to keep symbol links in zip...
2013-06-20 Cheng ZhaoRewrite update-frameworks script in python.
2013-06-20 Cheng ZhaoSimplify download function.
2013-06-20 Cheng ZhaoUse .py suffix for python scripts, we're following...
2013-06-20 Cheng ZhaoMove helper functions into a common module.
2013-06-20 Cheng ZhaoRewrite update-node script in python.
2013-06-19 Cheng ZhaoUpdate brightray: fix linking with libchromiumcontent.
2013-06-19 Cheng ZhaoBuild atom-shell with ninja.
2013-06-19 Cheng ZhaoAdd script to find existing Mac SDK (taken from chromium).
2013-06-19 Cheng ZhaoRewrite bootstrap script in python.
2013-06-19 Cheng ZhaoAdd app.getHomeDir() API.
2013-06-19 Cheng ZhaoAdd app.getVersion() API. Fixes #28.
2013-06-19 Cheng ZhaoAdd platform method to return executable(bundle)'s...
2013-06-19 Cheng ZhaoFix cpplint errors.
2013-06-19 Cheng ZhaoSet base url in bootstrap script by default.
2013-06-19 Cheng ZhaoUpdate libchromiumcontent, fixed #22.
2013-06-18 Cheng ZhaoRevert "Make BrowserWindow inheritable. Fixed #23."
2013-06-18 Cheng ZhaoSince we support inheritance of native objects, use...
2013-06-18 Cheng ZhaoMake BrowserWindow inheritable. Fixed #23.
2013-06-10 Cheng ZhaoAdd API for renderer's crashes.
2013-06-10 Cheng ZhaoMake window aware of renderer crashes.
2013-06-10 Cheng ZhaoUse a different icon for atom-shell to make it distingu...
2013-06-10 Cheng ZhaoUpdate to latest brightray and libchromiumcontent.
2013-06-07 Cheng ZhaoAdd BrowserWindow.restartHangMonitorTimeout() API.
2013-06-07 Cheng ZhaoAllow showing message dialog as sheet.
2013-06-07 Cheng ZhaoReturn button's index for [NSAlert runModalSheetForWindow].
2013-06-07 Cheng ZhaoAdd runModalSheetForWindow method for NSAlert.
2013-06-07 Cheng ZhaoFullscreen => FullScreen. Fixed #19.
2013-06-06 Cheng ZhaoAdd responsive and unresponsive events for window.
2013-06-04 Cheng ZhaoDiscard fullscreen support on OS X 10.6.
2013-06-03 Cheng ZhaoAdd 'ready-for-update-on-quit' event for auto-updater.
2013-06-03 Cheng ZhaoPass continueUpdate callback in the 'will-install-updat...
2013-06-03 Cheng ZhaowillInstallUpdateOnQuit has been discarded in latest...
2013-06-03 Cheng ZhaoDon't download frameworks if they exist.
2013-06-03 Cheng ZhaoAdd auto-updater module.
2013-06-03 Cheng ZhaoFix crashes in auto updater.
2013-06-03 Cheng ZhaoDon't ship frameworks in repository, instead we downloa...
2013-06-03 Cheng ZhaoAdd 'will-finish-launching' event for app.
2013-06-03 Cheng ZhaoAdd a few more methods for AutoUpdater.
2013-06-02 Cheng ZhaoWrap Sparkle's minimum interface with C++.
2013-06-02 Cheng ZhaoBuild with Sparkle.framework.
2013-06-02 Cheng ZhaoURL => Url in javascript.
2013-06-02 Cheng ZhaoShow uncaught exception in message dialog.
2013-06-02 Cheng ZhaoUpdate node binary to v0.10.9.
2013-06-01 Cheng ZhaoUpdate to latest chromium and brightray.
2013-06-01 Cheng ZhaoAdd process.crash() for both browser and renderer.
2013-06-01 Cheng ZhaoAdd crash reporter module (based on Quincy).
2013-06-01 Cheng ZhaoBuild with Quincy.
2013-05-31 Cheng ZhaoRollback node to v0.10.5, there is ABI changes in V8.
2013-05-31 Cheng ZhaoUpdate node to v0.10.9.
2013-05-31 Cheng ZhaoDon't emit 'open-file' event for files passed in comman...
2013-05-30 Cheng ZhaoUse - as filename seperator for coffee script files...
2013-05-30 Cheng ZhaoAdd app.focus API.
2013-05-30 Cheng ZhaoEmit 'finish-launching' event when the application...
2013-05-30 Cheng ZhaoEmit 'open-file' event when OS X is trying to open...
2013-05-30 Cheng ZhaoImprove default page.
2013-05-28 Cheng ZhaoAdd BrowserWindow.restart() to restart renderer process.
2013-05-25 Cheng ZhaoFocusing on window should also focus on application.
2013-05-24 Cheng ZhaoEnable '+', ',', '-', '.' in accelerators.
2013-05-24 Cheng ZhaoEmit 'blur' event at right time.
2013-05-24 Cheng ZhaoAdd app.exit() API to exit with specified exit status.
2013-05-24 Cheng ZhaoAdd 'blur' window event.
next