platform/framework/web/crosswalk-tizen.git
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.
2013-05-24 Cheng ZhaoAdd BrowserWindow.focusOnWebView and blurWebView.
2013-05-23 Cheng ZhaoUse the new way of reporting exception in node context.
2013-05-22 Cheng ZhaoSupport key combinations of over 4 keys. Fixes #12.
2013-05-22 Cheng ZhaoForce running uv loop under a handle scope. Fixed #13.
2013-05-20 Cheng ZhaoRewrite dialog API with our simpler blocking dialog...
2013-05-20 Cheng ZhaoErase window from weak map immediately after it's destr...
2013-05-18 Cheng Zhaodialog.showMessageBox doesn't require window as paramet...
2013-05-18 Cheng ZhaoUse string instead of integer to represent dialog's...
2013-05-18 Cheng ZhaoAdd Edit menu.
2013-05-17 Cheng ZhaoSend message to window directly when passing BrowserWin...
2013-05-17 Cheng ZhaoAdd BrowserWindow.fromProcessIdAndRoutingId API.
2013-05-17 Cheng ZhaoUpdate node: remove Atom.app/Contents/Resources/app...
2013-05-17 Cheng ZhaoSimulate the toggleDevTools API.
2013-05-17 Cheng ZhaoAdd the App.commandLine API to control Chromium's comma...
2013-05-16 Cheng ZhaoAdd BrowserWindow.getFocusedWindow() API.
2013-05-16 Cheng ZhaoAdd BrowserWindow.isFocused() API.
2013-05-16 Cheng ZhaoAdd Menu.buildFromTemplate API to greatly simplify...
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.
next