platform/framework/web/crosswalk-tizen.git
2014-03-14 Cheng Zhaogtk: Add event_utils from Chromium.
2014-03-13 Cheng ZhaoMerge pull request #213 from atom/linux-open-dialog
2014-03-13 Cheng Zhao:memo: Revise the build instructions on Linux.
2014-03-13 Cheng Zhao:memo: Revise the dialog API docs.
2014-03-13 Cheng Zhaogtk: Implement synchronous open dialog.
2014-03-13 Cheng Zhaogtk: Add file open dialog.
2014-03-13 Cheng Zhaogtk: Enable create folder in dialog.
2014-03-13 Cheng Zhaogtk: Filename returned by GTK+ should be freed.
2014-03-13 Cheng Zhaogtk: Confirm file overwrite.
2014-03-13 Cheng Zhaogtk: Implement synchronous save dialog.
2014-03-13 Cheng Zhaogtk: Set default path.
2014-03-13 Cheng Zhaogtk: File dialog should be modal window.
2014-03-13 Cheng Zhaogtk: Initial implementation of save dialog.
2014-03-12 Cheng ZhaoMerge pull request #211 from atom/linux-message-box
2014-03-12 Cheng Zhao:lipstick: Fix pylint warning.
2014-03-12 Cheng Zhaogtk: Make synchronous message box work.
2014-03-12 Cheng Zhaogtk: Be aware of "Cancel" button in message box.
2014-03-12 Cheng Zhaogtk: Make the message box asynchronous.
2014-03-12 Cheng Zhaogtk: Left align message box text.
2014-03-12 Cheng Zhaogtk: Add gtk_util from Chromium.
2014-03-12 Cheng Zhaogtk: Initial implementation of message box.
2014-03-11 Cheng ZhaoBump v0.10.7.
2014-03-11 Cheng Zhaolinux: Generate symbols from the symbol file.
2014-03-10 Cheng ZhaoRemove vendor/apm/node_modules in cibuild.
2014-03-10 Cheng ZhaoMerge pull request #208 from atom/default-sandboxed...
2014-03-10 Cheng ZhaoUpdate libchromiumcontent for iframe sandbox.
2014-03-10 Cheng Zhao:lipstick: Remove console output.
2014-03-10 Cheng ZhaoUpdate specs with new sandbox setting.
2014-03-10 Cheng Zhao:memo: Mention that iframe is sandboxed by default.
2014-03-10 Cheng ZhaoFixes crash caused by NativeWindow::IsWebViewFocused.
2014-03-05 Cheng ZhaoBump v0.10.6.
2014-03-06 Cheng ZhaoMerge pull request #202 from atom/fix-acclerated-compos...
2014-03-06 Cheng ZhaoDisable acclerated composition in frameless window.
2014-03-06 Cheng ZhaoAppend command line for renderer in NativeWindow.
2014-03-06 Cheng ZhaoBring back accelerated composition.
2014-03-06 Cheng ZhaoTemporary fix for flashing devtools.
2014-03-01 Cheng ZhaoBump v0.10.5.
2014-03-05 Cheng ZhaoDo not rely on thread to implement modal dialog.
2014-03-05 Cheng ZhaoAdd 'activate-with-no-open-windows' event for app.
2014-03-04 Cheng ZhaoMerge pull request #196 from atom/iframe-security
2014-03-04 Cheng ZhaoAdd spec for sanbox attribute of iframe.
2014-03-04 Cheng Zhao:memo: Notice on `sandbox` attribute.
2014-03-04 Cheng Zhao:memo: Mention the change of default security of node...
2014-03-04 Cheng ZhaoEnable web security.
2014-03-04 Cheng ZhaoUse except-iframe security by default.
2014-03-04 Cheng ZhaoMerge pull request #195 from atom/undocked-devtools
2014-03-04 Cheng ZhaoDisable the detachment of devtools.
2014-03-04 Cheng ZhaoCorrectly free devtools window.
2014-03-04 Cheng ZhaoMake devtools API aware of devtools window.
2014-03-04 Cheng ZhaoStore the devtools window in weak pointer.
2014-03-04 Cheng ZhaoMake DevToolsDelegate respond to messages.
2014-03-04 Cheng ZhaoUse InspectableWebContentsDelegate.
2014-03-04 Cheng ZhaoTake control if devtools is undocked.
2014-03-04 Cheng ZhaoMake the DebugDevTools API more generic.
2014-03-04 Cheng ZhaoDisable the undocked devtools.
2014-03-03 Cheng ZhaoMerge pull request #191 from atom/win-ci
2014-03-03 Cheng Zhao:lipstick: Fix pylint warning.
2014-03-03 Cheng ZhaoUpdate to latest apm.
2014-03-03 Cheng ZhaoFix calling node in coffeelint.
2014-03-03 Cheng ZhaoMerge pull request #189 from atom/linux-symbols
2014-03-03 Cheng Zhaowin: Disable pylint in cibuildbuild.
2014-03-03 Cheng ZhaoUpdate libchromiumcontent: Contain linux symbols.
2014-03-03 Cheng ZhaoMake sure we dump symbols before stripping binary.
2014-03-03 Cheng ZhaoMake sure symbol is dumped from unstripped binary.
2014-03-03 Cheng Zhaolinux: Add strip binary action.
2014-03-03 Cheng ZhaoBuild with -g on Linux.
2014-03-03 Cheng ZhaoMove the generate_breakpad_symbols to tools/posix.
2014-03-03 Cheng Zhaolinux: Dump symbols in create-dist.py.
2014-03-01 Cheng ZhaoBump v0.10.4.
2014-03-02 Cheng ZhaoUpdate node: Fix crash from UVException.
2014-03-01 Cheng ZhaoUpdate libchromiumcontent: Suppress CFAllocator warning.
2014-03-01 Cheng ZhaoMerge pull request #188 from atom/old-fasioned-dialog
2014-03-01 Cheng ZhaoExplicitly disable prompt().
2014-03-01 Cheng ZhaoImplement the confirm().
2014-03-01 Cheng ZhaoUse the dialog API to implement alert().
2014-03-01 Cheng ZhaoSeparate overrides from init script.
2014-03-01 Cheng ZhaoMake the default alert() do nothing.
2014-03-01 Cheng ZhaoRename no-publish-release to publish-release.
2014-02-28 Cheng ZhaoDo not publish release by default.
2014-02-28 Cheng ZhaoRemove unused -s option of bootstrap.
2014-02-27 Cheng ZhaoBump v0.10.3.
2014-02-27 Cheng ZhaoUpdate node: Fix wrong uv error code.
2014-02-24 Cheng ZhaoBump v0.10.2.
2014-02-27 Cheng ZhaoUpdate node: Fix crash from node::uv::ErrName.
2014-02-27 Cheng ZhaoDo not dectect unresponsive eagerly when quitting.
2014-02-27 Cheng ZhaoFix crash caused by Protocol::RegisterProtocol.
2014-02-26 Cheng ZhaoMerge pull request #180 from atom/linux-breakpad
2014-02-26 Cheng ZhaoOnly print when got error for some commands.
2014-02-26 Cheng ZhaoDo not use "/" explicitly in cpplint.
2014-02-26 Cheng Zhao:lipstick: Fix cpplint warnings.
2014-02-26 Cheng Zhaolinux: Remove global variables in crash reporter.
2014-02-26 Cheng Zhaolinux: No need of |ptype| parameter.
2014-02-26 Cheng ZhaoOnly start crash service on Windows.
2014-02-26 Cheng Zhaolinux: Set upload parameters of crash reporter.
2014-02-26 Cheng Zhao:lipstick: Remove dead code.
2014-02-26 Cheng Zhaolinux: Implement crash reporter.
2014-02-26 Cheng Zhaolinux: Suppress compiler warnings of breakpad.
2014-02-26 Cheng Zhaolinux: Add the missing lss dependency.
2014-02-26 Cheng Zhaolinux: Link with breakpad_client.
2014-02-25 Cheng ZhaoFix building on cygwin.
next