platform/framework/web/crosswalk-tizen.git
2014-04-23 Cheng ZhaoFree memory when native window is closed.
2014-04-22 Cheng ZhaoDiscard all our custom V8 helpers, use native-mate...
2014-04-22 Cheng ZhaoSimplify atom_browser_bindings.
2014-04-22 Cheng ZhaoSimplify atom_bindings.
2014-04-21 Cheng ZhaoRemove use of native_type_conversions.h when possible.
2014-04-21 Cheng ZhaoSimplify menu api.
2014-04-21 Cheng ZhaoSimplify protocol api.
2014-04-18 Cheng ZhaoFix cpplint warning.
2014-04-18 Cheng ZhaoUse BrowserV8Locker when possible.
2014-04-18 Cheng ZhaoUse the new function converter in dialog api.
2014-04-18 Cheng ZhaoEnable converting v8::Function to base::Callback.
2014-04-17 Cheng ZhaoSimpilfy auto_updater api.
2014-04-17 Cheng ZhaoUse native_mate based Event in browser_ipc.
2014-04-17 Cheng ZhaoSimplify app api.
2014-04-17 Cheng ZhaoSimplify power_monitor api.
2014-04-17 Cheng ZhaoAdd native_mate implemented Event and EventEmitter.
2014-04-17 Cheng ZhaoSimplify browser_ipc api.
2014-04-17 Cheng ZhaoPut converters under atom/common/native_mate_converters.
2014-04-16 Cheng ZhaoUse base::File::StringType.
2014-04-16 Cheng ZhaoUse Dictionary to set module.exports.
2014-04-16 Cheng ZhaoUse native_mate to simplify dialog api.
2014-04-16 Cheng ZhaoUse native_mate to simplify renderer_ipc api.
2014-04-16 Cheng ZhaoUse the new Constructor API.
2014-04-16 Cheng ZhaoUse native_mate to simplify id_weak_map api.
2014-04-15 Cheng ZhaoRemove unneeded include.
2014-04-15 Cheng ZhaoUse native_mate to simplify screen api.
2014-04-15 Cheng ZhaoUse native_mate to simplify crash_reporter api.
2014-04-15 Cheng ZhaoUse native_mate to simplify clipboard api.
2014-04-15 Cheng ZhaoFix cpplint warning.
2014-04-15 Cheng ZhaoUse native_mate to simplify shell API.
2014-04-15 Cheng ZhaoAdd native_mate as dependency.
2014-04-15 Cheng Zhaomac: Move OS X only files to atom/browser/mac.
2014-04-11 Cheng ZhaoBump v0.11.10.
2014-04-14 Cheng ZhaoDo not use new clang flags.
2014-04-14 Cheng Zhaomac: Always cancel application termination.
2014-04-14 Cheng ZhaoFix compiler warning in breakpad when using latest...
2014-04-11 Cheng ZhaoBump v0.11.9.
2014-04-11 Cheng ZhaoFix a crash when destroying window.
2014-04-11 Cheng Zhaomac: Avoid managing NSWindow by hand.
2014-04-11 Cheng ZhaoRemove unneeded accessor.
2014-04-11 Cheng Zhaomac: InspectableWebContents should be destroyed before...
2014-04-10 Cheng ZhaoFix app.exit compatibility.
2014-04-10 Cheng ZhaoBump v0.11.8.
2014-04-10 Cheng ZhaoShutdown gracefully, fixes #227.
2014-04-10 Cheng ZhaoDeprecate app.terminate API.
2014-04-08 Cheng ZhaoBump v0.11.7.
2014-04-08 Cheng ZhaoDetect unresponsive window when quitting.
2014-04-08 Cheng Zhao:memo: Add docs for executeJavaScriptInDevTools.
2014-04-08 Cheng ZhaoAdd API to execute javascript in devtools.
2014-04-08 Cheng Zhaogtk: Connect to window-state-event, fixes #226.
2014-04-07 Cheng ZhaoBump v0.11.6.
2014-04-07 Cheng Zhaomac: Do not destroy window immediately.
2014-04-07 Cheng Zhao:lipstick: Remove unsed constant.
2014-04-07 Cheng ZhaoFix capturePage under accelerated mode, fixes #223.
2014-04-06 Cheng ZhaoIncrease the closing time limit to 5s.
2014-04-05 Cheng Zhaogtk: Handle accelerators after renderer handled them.
2014-04-05 Cheng Zhaogtk: Do not access clipboard in renderer process.
2014-04-05 Cheng ZhaoMerge pull request #225 from atom/devtools-menu
2014-04-05 Cheng ZhaoDon't build symbols in CI.
2014-04-05 Cheng Zhao:lipstick: Fix cpplint warning build/include_what_you_use.
2014-04-05 Cheng ZhaoUse dialog API to override file chooser dialog in web...
2014-04-05 Cheng ZhaoEnable writing files in devtools.
2014-04-04 Cheng ZhaoCorrectly translate WebInspector menu to native menu.
2014-04-04 Cheng ZhaoMake remote.getCurrentWindow work for devtools.
2014-04-04 Cheng ZhaoEnable getting a window according to its attached devtools.
2014-04-04 Cheng ZhaoAllow sending ipc messages to devtools.
2014-04-04 Cheng ZhaoSynchronous event should be bound to WebContents.
2014-04-03 Cheng ZhaoOverride web inspector's context menu.
2014-04-03 Cheng ZhaoEnable intercepting devtools window.
2014-04-02 Cheng Zhao:lipstick: Fix cpplint warning.
2014-04-02 Cheng ZhaoBump v0.11.5.
2014-04-02 Cheng ZhaoMake sure tags are pushed.
2014-04-02 Cheng ZhaoAdd /vendor/npm to gitignore.
2014-03-29 Cheng Zhaogtk: Consider window frame in SetSize.
2014-03-29 Cheng Zhaogtk: Do some guess of window border size according...
2014-03-29 Cheng Zhaogtk: Fix crash when calling GetSize() for hidden window.
2014-03-28 Cheng Zhao:lipstick:
2014-03-28 Cheng ZhaoMake bootstrap script silent.
2014-03-28 Cheng ZhaoFix calling apm for apm 0.37.0.
2014-03-28 Cheng ZhaoUse lastes npm in CI.
2014-03-28 Cheng ZhaoUpgrade to apm@0.37.0
2014-03-28 Cheng Zhaogtk: Force size allocation in window, fixes #219.
2014-03-27 Cheng Zhaogtk: Detect rare conditions when resizing.
2014-03-27 Cheng Zhaogtk: Should remove self from watcher list in destructor.
2014-03-27 Cheng Zhaogtk: Do not count menubar in work area size on Unity.
2014-03-26 Cheng ZhaoBump v0.11.4.
2014-03-26 Cheng ZhaoFree window object immediately in destory().
2014-03-26 Cheng ZhaoIncrease unresponsive time to 2s when closing.
2014-03-26 Cheng ZhaoFix a possible crash when destroying window.
2014-03-25 Cheng ZhaoBump v0.11.3.
2014-03-25 Cheng ZhaoDelay the unresponsive event shortly.
2014-03-25 Cheng ZhaoBrowserWindow.destroy() should not delete window immedi...
2014-03-25 Cheng Zhaomac: Do not allow nested task when showing menu.
2014-03-21 Cheng ZhaoBump v0.11.2.
2014-03-20 Cheng Zhaogtk: Ask whether window is active from WM.
2014-03-20 Cheng ZhaoClose devtools completely instead of hiding it.
2014-03-20 Cheng ZhaoUpdate node: Build .dSYM for node modules, fixes #207.
2014-03-15 Cheng ZhaoBump v0.11.1.
2014-03-18 Cheng Zhaogtk: Fix BrowserWindow::HasModalDialog.
2014-03-18 Cheng Zhaolinux: Include content_shell.pak in distribution.
next