platform/framework/web/crosswalk-tizen.git
10 years agogtk: Add event_utils from Chromium.
Cheng Zhao [Fri, 14 Mar 2014 12:23:17 +0000 (20:23 +0800)]
gtk: Add event_utils from Chromium.

10 years agoMerge pull request #213 from atom/linux-open-dialog
Cheng Zhao [Thu, 13 Mar 2014 08:34:19 +0000 (08:34 +0000)]
Merge pull request #213 from atom/linux-open-dialog

Implement file dialog API on Linux

10 years ago:memo: Revise the build instructions on Linux.
Cheng Zhao [Thu, 13 Mar 2014 06:20:48 +0000 (14:20 +0800)]
:memo: Revise the build instructions on Linux.

10 years ago:memo: Revise the dialog API docs.
Cheng Zhao [Thu, 13 Mar 2014 06:09:30 +0000 (14:09 +0800)]
:memo: Revise the dialog API docs.

10 years agogtk: Implement synchronous open dialog.
Cheng Zhao [Thu, 13 Mar 2014 06:01:34 +0000 (14:01 +0800)]
gtk: Implement synchronous open dialog.

10 years agogtk: Add file open dialog.
Cheng Zhao [Thu, 13 Mar 2014 05:58:53 +0000 (13:58 +0800)]
gtk: Add file open dialog.

10 years agogtk: Enable create folder in dialog.
Cheng Zhao [Thu, 13 Mar 2014 05:27:01 +0000 (13:27 +0800)]
gtk: Enable create folder in dialog.

10 years agogtk: Filename returned by GTK+ should be freed.
Cheng Zhao [Thu, 13 Mar 2014 05:22:49 +0000 (13:22 +0800)]
gtk: Filename returned by GTK+ should be freed.

10 years agogtk: Confirm file overwrite.
Cheng Zhao [Thu, 13 Mar 2014 05:20:43 +0000 (13:20 +0800)]
gtk: Confirm file overwrite.

10 years agogtk: Implement synchronous save dialog.
Cheng Zhao [Thu, 13 Mar 2014 05:17:03 +0000 (13:17 +0800)]
gtk: Implement synchronous save dialog.

10 years agogtk: Set default path.
Cheng Zhao [Thu, 13 Mar 2014 05:10:13 +0000 (13:10 +0800)]
gtk: Set default path.

10 years agogtk: File dialog should be modal window.
Cheng Zhao [Thu, 13 Mar 2014 05:03:38 +0000 (13:03 +0800)]
gtk: File dialog should be modal window.

10 years agogtk: Initial implementation of save dialog.
Cheng Zhao [Thu, 13 Mar 2014 04:58:27 +0000 (12:58 +0800)]
gtk: Initial implementation of save dialog.

10 years agoMerge pull request #211 from atom/linux-message-box
Cheng Zhao [Wed, 12 Mar 2014 13:37:20 +0000 (13:37 +0000)]
Merge pull request #211 from atom/linux-message-box

Implement message box API on Linux

10 years ago:lipstick: Fix pylint warning.
Cheng Zhao [Wed, 12 Mar 2014 13:25:13 +0000 (21:25 +0800)]
:lipstick: Fix pylint warning.

10 years agogtk: Make synchronous message box work.
Cheng Zhao [Wed, 12 Mar 2014 13:17:13 +0000 (21:17 +0800)]
gtk: Make synchronous message box work.

10 years agogtk: Be aware of "Cancel" button in message box.
Cheng Zhao [Wed, 12 Mar 2014 13:10:00 +0000 (21:10 +0800)]
gtk: Be aware of "Cancel" button in message box.

10 years agogtk: Make the message box asynchronous.
Cheng Zhao [Wed, 12 Mar 2014 13:01:04 +0000 (21:01 +0800)]
gtk: Make the message box asynchronous.

10 years agogtk: Left align message box text.
Cheng Zhao [Wed, 12 Mar 2014 12:39:04 +0000 (20:39 +0800)]
gtk: Left align message box text.

10 years agogtk: Add gtk_util from Chromium.
Cheng Zhao [Wed, 12 Mar 2014 12:38:52 +0000 (20:38 +0800)]
gtk: Add gtk_util from Chromium.

10 years agogtk: Initial implementation of message box.
Cheng Zhao [Wed, 12 Mar 2014 12:17:22 +0000 (20:17 +0800)]
gtk: Initial implementation of message box.

10 years agoBump v0.10.7.
Cheng Zhao [Tue, 11 Mar 2014 09:54:05 +0000 (09:54 +0000)]
Bump v0.10.7.

10 years agolinux: Generate symbols from the symbol file.
Cheng Zhao [Tue, 11 Mar 2014 09:04:41 +0000 (09:04 +0000)]
linux: Generate symbols from the symbol file.

10 years agoRemove vendor/apm/node_modules in cibuild.
Cheng Zhao [Mon, 10 Mar 2014 16:01:06 +0000 (00:01 +0800)]
Remove vendor/apm/node_modules in cibuild.

10 years agoMerge pull request #208 from atom/default-sandboxed-iframe
Cheng Zhao [Mon, 10 Mar 2014 15:47:39 +0000 (15:47 +0000)]
Merge pull request #208 from atom/default-sandboxed-iframe

Make iframe sandboxed by default

10 years agoUpdate libchromiumcontent for iframe sandbox.
Cheng Zhao [Mon, 10 Mar 2014 14:47:21 +0000 (22:47 +0800)]
Update libchromiumcontent for iframe sandbox.

10 years ago:lipstick: Remove console output.
Cheng Zhao [Mon, 10 Mar 2014 14:46:15 +0000 (22:46 +0800)]
:lipstick: Remove console output.

10 years agoUpdate specs with new sandbox setting.
Cheng Zhao [Mon, 10 Mar 2014 14:42:03 +0000 (22:42 +0800)]
Update specs with new sandbox setting.

10 years ago:memo: Mention that iframe is sandboxed by default.
Cheng Zhao [Mon, 10 Mar 2014 14:33:34 +0000 (22:33 +0800)]
:memo: Mention that iframe is sandboxed by default.

10 years agoFixes crash caused by NativeWindow::IsWebViewFocused.
Cheng Zhao [Mon, 10 Mar 2014 01:24:51 +0000 (09:24 +0800)]
Fixes crash caused by NativeWindow::IsWebViewFocused.

The RenderViewHostView could be NULL when the renderer process has
crashed.

Fixes #206.

10 years agoBump v0.10.6.
Cheng Zhao [Wed, 5 Mar 2014 12:43:45 +0000 (04:43 -0800)]
Bump v0.10.6.

10 years agoMerge pull request #202 from atom/fix-acclerated-composition
Cheng Zhao [Thu, 6 Mar 2014 04:25:43 +0000 (04:25 +0000)]
Merge pull request #202 from atom/fix-acclerated-composition

Enable accelerated composition in normal window

10 years agoDisable acclerated composition in frameless window.
Cheng Zhao [Thu, 6 Mar 2014 03:07:04 +0000 (11:07 +0800)]
Disable acclerated composition in frameless window.

10 years agoAppend command line for renderer in NativeWindow.
Cheng Zhao [Thu, 6 Mar 2014 02:40:10 +0000 (10:40 +0800)]
Append command line for renderer in NativeWindow.

10 years agoBring back accelerated composition.
Cheng Zhao [Thu, 6 Mar 2014 02:30:42 +0000 (10:30 +0800)]
Bring back accelerated composition.

10 years agoTemporary fix for flashing devtools.
Cheng Zhao [Thu, 6 Mar 2014 02:30:22 +0000 (10:30 +0800)]
Temporary fix for flashing devtools.

10 years agoBump v0.10.5.
Cheng Zhao [Sat, 1 Mar 2014 22:05:02 +0000 (14:05 -0800)]
Bump v0.10.5.

10 years agoDo not rely on thread to implement modal dialog.
Cheng Zhao [Wed, 5 Mar 2014 11:51:26 +0000 (19:51 +0800)]
Do not rely on thread to implement modal dialog.

Fixes #199.

10 years agoAdd 'activate-with-no-open-windows' event for app.
Cheng Zhao [Wed, 5 Mar 2014 10:09:44 +0000 (18:09 +0800)]
Add 'activate-with-no-open-windows' event for app.

Fixes #194.

10 years agoMerge pull request #196 from atom/iframe-security
Cheng Zhao [Tue, 4 Mar 2014 14:12:26 +0000 (14:12 +0000)]
Merge pull request #196 from atom/iframe-security

Fix iframe security

10 years agoAdd spec for sanbox attribute of iframe.
Cheng Zhao [Tue, 4 Mar 2014 14:04:41 +0000 (22:04 +0800)]
Add spec for sanbox attribute of iframe.

10 years ago:memo: Notice on `sandbox` attribute.
Cheng Zhao [Tue, 4 Mar 2014 13:34:14 +0000 (21:34 +0800)]
:memo: Notice on `sandbox` attribute.

10 years ago:memo: Mention the change of default security of node integration.
Cheng Zhao [Tue, 4 Mar 2014 13:25:43 +0000 (21:25 +0800)]
:memo: Mention the change of default security of node integration.

10 years agoEnable web security.
Cheng Zhao [Tue, 4 Mar 2014 13:23:18 +0000 (21:23 +0800)]
Enable web security.

10 years agoUse except-iframe security by default.
Cheng Zhao [Tue, 4 Mar 2014 12:12:10 +0000 (20:12 +0800)]
Use except-iframe security by default.

10 years agoMerge pull request #195 from atom/undocked-devtools
Cheng Zhao [Tue, 4 Mar 2014 12:08:26 +0000 (12:08 +0000)]
Merge pull request #195 from atom/undocked-devtools

Disable the detachment of devtools

10 years agoDisable the detachment of devtools.
Cheng Zhao [Tue, 4 Mar 2014 11:59:25 +0000 (19:59 +0800)]
Disable the detachment of devtools.

10 years agoCorrectly free devtools window.
Cheng Zhao [Tue, 4 Mar 2014 11:02:48 +0000 (19:02 +0800)]
Correctly free devtools window.

10 years agoMake devtools API aware of devtools window.
Cheng Zhao [Tue, 4 Mar 2014 10:45:36 +0000 (18:45 +0800)]
Make devtools API aware of devtools window.

10 years agoStore the devtools window in weak pointer.
Cheng Zhao [Tue, 4 Mar 2014 10:42:37 +0000 (18:42 +0800)]
Store the devtools window in weak pointer.

10 years agoMake DevToolsDelegate respond to messages.
Cheng Zhao [Tue, 4 Mar 2014 09:50:57 +0000 (17:50 +0800)]
Make DevToolsDelegate respond to messages.

10 years agoUse InspectableWebContentsDelegate.
Cheng Zhao [Tue, 4 Mar 2014 09:08:30 +0000 (17:08 +0800)]
Use InspectableWebContentsDelegate.

10 years agoTake control if devtools is undocked.
Cheng Zhao [Tue, 4 Mar 2014 07:46:12 +0000 (15:46 +0800)]
Take control if devtools is undocked.

10 years agoMake the DebugDevTools API more generic.
Cheng Zhao [Tue, 4 Mar 2014 06:35:35 +0000 (14:35 +0800)]
Make the DebugDevTools API more generic.

10 years agoDisable the undocked devtools.
Cheng Zhao [Tue, 4 Mar 2014 06:25:15 +0000 (14:25 +0800)]
Disable the undocked devtools.

10 years agoMerge pull request #191 from atom/win-ci
Cheng Zhao [Mon, 3 Mar 2014 12:47:03 +0000 (12:47 +0000)]
Merge pull request #191 from atom/win-ci

Try fix Windows CI

10 years ago:lipstick: Fix pylint warning.
Cheng Zhao [Mon, 3 Mar 2014 12:03:25 +0000 (20:03 +0800)]
:lipstick: Fix pylint warning.

10 years agoUpdate to latest apm.
Cheng Zhao [Mon, 3 Mar 2014 11:57:08 +0000 (19:57 +0800)]
Update to latest apm.

10 years agoFix calling node in coffeelint.
Cheng Zhao [Mon, 3 Mar 2014 11:50:32 +0000 (19:50 +0800)]
Fix calling node in coffeelint.

10 years agoMerge pull request #189 from atom/linux-symbols
Cheng Zhao [Mon, 3 Mar 2014 11:45:45 +0000 (11:45 +0000)]
Merge pull request #189 from atom/linux-symbols

Dump breakpad symbols on Linux

10 years agowin: Disable pylint in cibuildbuild.
Cheng Zhao [Mon, 3 Mar 2014 11:31:45 +0000 (11:31 +0000)]
win: Disable pylint in cibuildbuild.

10 years agoUpdate libchromiumcontent: Contain linux symbols.
Cheng Zhao [Mon, 3 Mar 2014 11:12:22 +0000 (11:12 +0000)]
Update libchromiumcontent: Contain linux symbols.

10 years agoMake sure we dump symbols before stripping binary.
Cheng Zhao [Mon, 3 Mar 2014 06:17:48 +0000 (14:17 +0800)]
Make sure we dump symbols before stripping binary.

10 years agoMake sure symbol is dumped from unstripped binary.
Cheng Zhao [Mon, 3 Mar 2014 06:14:02 +0000 (14:14 +0800)]
Make sure symbol is dumped from unstripped binary.

10 years agolinux: Add strip binary action.
Cheng Zhao [Mon, 3 Mar 2014 04:55:04 +0000 (12:55 +0800)]
linux: Add strip binary action.

10 years agoBuild with -g on Linux.
Cheng Zhao [Mon, 3 Mar 2014 04:35:52 +0000 (12:35 +0800)]
Build with -g on Linux.

10 years agoMove the generate_breakpad_symbols to tools/posix.
Cheng Zhao [Mon, 3 Mar 2014 01:50:48 +0000 (09:50 +0800)]
Move the generate_breakpad_symbols to tools/posix.

10 years agolinux: Dump symbols in create-dist.py.
Cheng Zhao [Mon, 3 Mar 2014 01:44:16 +0000 (09:44 +0800)]
linux: Dump symbols in create-dist.py.

10 years agoBump v0.10.4.
Cheng Zhao [Sat, 1 Mar 2014 14:54:22 +0000 (06:54 -0800)]
Bump v0.10.4.

10 years agoUpdate node: Fix crash from UVException.
Cheng Zhao [Sun, 2 Mar 2014 02:38:56 +0000 (10:38 +0800)]
Update node: Fix crash from UVException.

10 years agoUpdate libchromiumcontent: Suppress CFAllocator warning.
Cheng Zhao [Sat, 1 Mar 2014 14:07:00 +0000 (22:07 +0800)]
Update libchromiumcontent: Suppress CFAllocator warning.

10 years agoMerge pull request #188 from atom/old-fasioned-dialog
Cheng Zhao [Sat, 1 Mar 2014 13:32:02 +0000 (13:32 +0000)]
Merge pull request #188 from atom/old-fasioned-dialog

Implement alert() and confirm() with dialog API

10 years agoExplicitly disable prompt().
Cheng Zhao [Sat, 1 Mar 2014 12:05:52 +0000 (20:05 +0800)]
Explicitly disable prompt().

10 years agoImplement the confirm().
Cheng Zhao [Sat, 1 Mar 2014 12:03:49 +0000 (20:03 +0800)]
Implement the confirm().

10 years agoUse the dialog API to implement alert().
Cheng Zhao [Sat, 1 Mar 2014 12:01:04 +0000 (20:01 +0800)]
Use the dialog API to implement alert().

10 years agoSeparate overrides from init script.
Cheng Zhao [Sat, 1 Mar 2014 12:00:39 +0000 (20:00 +0800)]
Separate overrides from init script.

10 years agoMake the default alert() do nothing.
Cheng Zhao [Sat, 1 Mar 2014 11:53:50 +0000 (19:53 +0800)]
Make the default alert() do nothing.

10 years agoRename no-publish-release to publish-release.
Cheng Zhao [Sat, 1 Mar 2014 01:36:48 +0000 (09:36 +0800)]
Rename no-publish-release to publish-release.

10 years agoDo not publish release by default.
Cheng Zhao [Fri, 28 Feb 2014 12:45:45 +0000 (20:45 +0800)]
Do not publish release by default.

10 years agoRemove unused -s option of bootstrap.
Cheng Zhao [Fri, 28 Feb 2014 12:44:57 +0000 (20:44 +0800)]
Remove unused -s option of bootstrap.

10 years agoBump v0.10.3.
Cheng Zhao [Thu, 27 Feb 2014 08:32:05 +0000 (00:32 -0800)]
Bump v0.10.3.

10 years agoUpdate node: Fix wrong uv error code.
Cheng Zhao [Thu, 27 Feb 2014 16:34:47 +0000 (00:34 +0800)]
Update node: Fix wrong uv error code.

10 years agoBump v0.10.2.
Cheng Zhao [Mon, 24 Feb 2014 22:25:29 +0000 (14:25 -0800)]
Bump v0.10.2.

10 years agoUpdate node: Fix crash from node::uv::ErrName.
Cheng Zhao [Thu, 27 Feb 2014 06:12:10 +0000 (14:12 +0800)]
Update node: Fix crash from node::uv::ErrName.

10 years agoDo not dectect unresponsive eagerly when quitting.
Cheng Zhao [Thu, 27 Feb 2014 04:47:00 +0000 (12:47 +0800)]
Do not dectect unresponsive eagerly when quitting.

Fixes https://github.com/atom/atom/issues/1589.

10 years agoFix crash caused by Protocol::RegisterProtocol.
Cheng Zhao [Thu, 27 Feb 2014 02:44:45 +0000 (10:44 +0800)]
Fix crash caused by Protocol::RegisterProtocol.

From crash report this exists on OS X too, previously the fix is only
available on Linux. However we should remove all calls of protocol
things in UI thread in future.

10 years agoMerge pull request #180 from atom/linux-breakpad
Cheng Zhao [Wed, 26 Feb 2014 14:16:52 +0000 (14:16 +0000)]
Merge pull request #180 from atom/linux-breakpad

Make crash reporter work on Linux

10 years agoOnly print when got error for some commands.
Cheng Zhao [Wed, 26 Feb 2014 14:08:01 +0000 (22:08 +0800)]
Only print when got error for some commands.

10 years agoDo not use "/" explicitly in cpplint.
Cheng Zhao [Wed, 26 Feb 2014 13:51:37 +0000 (21:51 +0800)]
Do not use "/" explicitly in cpplint.

10 years ago:lipstick: Fix cpplint warnings.
Cheng Zhao [Wed, 26 Feb 2014 13:47:52 +0000 (21:47 +0800)]
:lipstick: Fix cpplint warnings.

10 years agolinux: Remove global variables in crash reporter.
Cheng Zhao [Wed, 26 Feb 2014 13:33:14 +0000 (21:33 +0800)]
linux: Remove global variables in crash reporter.

10 years agolinux: No need of |ptype| parameter.
Cheng Zhao [Wed, 26 Feb 2014 12:59:27 +0000 (20:59 +0800)]
linux: No need of |ptype| parameter.

10 years agoOnly start crash service on Windows.
Cheng Zhao [Wed, 26 Feb 2014 12:58:17 +0000 (20:58 +0800)]
Only start crash service on Windows.

10 years agolinux: Set upload parameters of crash reporter.
Cheng Zhao [Wed, 26 Feb 2014 12:54:56 +0000 (20:54 +0800)]
linux: Set upload parameters of crash reporter.

10 years ago:lipstick: Remove dead code.
Cheng Zhao [Wed, 26 Feb 2014 12:41:59 +0000 (20:41 +0800)]
:lipstick: Remove dead code.

10 years agolinux: Implement crash reporter.
Cheng Zhao [Wed, 26 Feb 2014 12:39:20 +0000 (20:39 +0800)]
linux: Implement crash reporter.

10 years agolinux: Suppress compiler warnings of breakpad.
Cheng Zhao [Wed, 26 Feb 2014 07:43:22 +0000 (15:43 +0800)]
linux: Suppress compiler warnings of breakpad.

10 years agolinux: Add the missing lss dependency.
Cheng Zhao [Wed, 26 Feb 2014 07:38:28 +0000 (15:38 +0800)]
linux: Add the missing lss dependency.

Chromium ships with it in its code base, but since libchromiumcontent
doesn't contain it in the distribution, we need to include it herer to
make breakpad_client compile.

Note that we put the header under `vendor/third_party/lss` instead of
checking out the repository under `vendor`, because we don't want to
patch breakpad.

10 years agolinux: Link with breakpad_client.
Cheng Zhao [Wed, 26 Feb 2014 07:20:57 +0000 (15:20 +0800)]
linux: Link with breakpad_client.

10 years agoFix building on cygwin.
Cheng Zhao [Tue, 25 Feb 2014 11:05:38 +0000 (19:05 +0800)]
Fix building on cygwin.