platform/framework/web/crosswalk-tizen.git
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.

10 years agoBump v0.10.1.
Cheng Zhao [Tue, 25 Feb 2014 11:02:12 +0000 (19:02 +0800)]
Bump v0.10.1.

10 years agoDisable in process stack dumping on Windows.
Cheng Zhao [Tue, 25 Feb 2014 10:47:11 +0000 (18:47 +0800)]
Disable in process stack dumping on Windows.

It would force the process to run in console.

10 years agoDo not define _DEBUG.
Cheng Zhao [Tue, 25 Feb 2014 10:24:07 +0000 (18:24 +0800)]
Do not define _DEBUG.

The vc++ compiler would define some internal contants if we define
_DEBUG, since we are linking to the release build of chromiumcontent,
this would result in linking errors.

10 years agoUpdate libchromiumcontent to 1df8e7cdac8aa74c91c19ae0691ce512d560ab3e.
Cheng Zhao [Tue, 25 Feb 2014 00:53:17 +0000 (08:53 +0800)]
Update libchromiumcontent to 1df8e7cdac8aa74c91c19ae0691ce512d560ab3e.

10 years agolinux: Fix upload script.
Cheng Zhao [Mon, 24 Feb 2014 05:41:16 +0000 (05:41 +0000)]
linux: Fix upload script.

10 years agolinux: Fix create-dist.
Cheng Zhao [Mon, 24 Feb 2014 05:29:06 +0000 (13:29 +0800)]
linux: Fix create-dist.

10 years agoBump v0.10.0.
Cheng Zhao [Mon, 24 Feb 2014 05:30:52 +0000 (05:30 +0000)]
Bump v0.10.0.

10 years agoFix polluting devtools in some cases.
Cheng Zhao [Mon, 24 Feb 2014 05:14:01 +0000 (13:14 +0800)]
Fix polluting devtools in some cases.

10 years agoMerge pull request #178 from atom/debug-devtools
Cheng Zhao [Mon, 24 Feb 2014 05:07:32 +0000 (13:07 +0800)]
Merge pull request #178 from atom/debug-devtools

Add BrowserWindow.debugDevTools() API

10 years agoThe DevTools window should manage lifetime itself.
Cheng Zhao [Mon, 24 Feb 2014 04:17:10 +0000 (12:17 +0800)]
The DevTools window should manage lifetime itself.

10 years agoAdd the debugDevTools JS API.
Cheng Zhao [Mon, 24 Feb 2014 04:08:33 +0000 (12:08 +0800)]
Add the debugDevTools JS API.

10 years agoSeparate devtools code out.
Cheng Zhao [Mon, 24 Feb 2014 03:53:13 +0000 (11:53 +0800)]
Separate devtools code out.

10 years agoDisable stack dumping on MAC.
Cheng Zhao [Mon, 24 Feb 2014 03:48:11 +0000 (11:48 +0800)]
Disable stack dumping on MAC.

It would prevent the system crash reporter.

10 years agoSetup devtools frontend.
Cheng Zhao [Mon, 24 Feb 2014 03:28:21 +0000 (11:28 +0800)]
Setup devtools frontend.

10 years agoSetup devtools client for the correct contents.
Cheng Zhao [Mon, 24 Feb 2014 02:09:32 +0000 (10:09 +0800)]
Setup devtools client for the correct contents.

10 years agoAdd DebugDevTools API.
Cheng Zhao [Mon, 24 Feb 2014 01:52:20 +0000 (09:52 +0800)]
Add DebugDevTools API.

10 years agoDisable node integration in devtools.
Cheng Zhao [Fri, 21 Feb 2014 14:42:33 +0000 (22:42 +0800)]
Disable node integration in devtools.

10 years agoMerge pull request #149 from atom/linux
Cheng Zhao [Fri, 21 Feb 2014 09:33:29 +0000 (17:33 +0800)]
Merge pull request #149 from atom/linux

Add support for Linux

10 years agolinux: Make native modules work.
Cheng Zhao [Fri, 21 Feb 2014 09:22:05 +0000 (17:22 +0800)]
linux: Make native modules work.

10 years agoUpdate apm: fix node arch on Linux.
Cheng Zhao [Fri, 21 Feb 2014 08:12:49 +0000 (16:12 +0800)]
Update apm: fix node arch on Linux.

10 years agogtk: Should init gdk when using screen module.
Cheng Zhao [Fri, 21 Feb 2014 07:50:35 +0000 (15:50 +0800)]
gtk: Should init gdk when using screen module.

10 years agogtk: Window.focus should not change visibility.
Cheng Zhao [Fri, 21 Feb 2014 07:34:38 +0000 (15:34 +0800)]
gtk: Window.focus should not change visibility.

10 years agolinux: Implement libuv message loop polling.
Cheng Zhao [Fri, 21 Feb 2014 05:21:02 +0000 (13:21 +0800)]
linux: Implement libuv message loop polling.

10 years ago:lipstick: Fix cpplint warnings.
Cheng Zhao [Thu, 20 Feb 2014 17:07:47 +0000 (01:07 +0800)]
:lipstick: Fix cpplint warnings.

10 years agoOnly append arguments for browser process.
Cheng Zhao [Thu, 20 Feb 2014 17:04:27 +0000 (01:04 +0800)]
Only append arguments for browser process.

10 years agoFix race condition when initializing request context getter.
Cheng Zhao [Thu, 20 Feb 2014 16:56:18 +0000 (00:56 +0800)]
Fix race condition when initializing request context getter.

Note that we are calling GetURLRequestContext() in the UI thread when
using the protocol module, this should in fact not be allowed, but for
now we just use the workaround of making sure the request context getter
has been initialized before we use the protocol module.

10 years agolinux: Fix one compiler warning.
Cheng Zhao [Thu, 20 Feb 2014 10:58:56 +0000 (18:58 +0800)]
linux: Fix one compiler warning.

10 years ago:memo: List libraries required for Linux.
Cheng Zhao [Thu, 20 Feb 2014 10:56:59 +0000 (18:56 +0800)]
:memo: List libraries required for Linux.

10 years ago:memo: Update docs on using native modules.
Cheng Zhao [Thu, 20 Feb 2014 10:51:57 +0000 (18:51 +0800)]
:memo: Update docs on using native modules.

10 years ago:memo: Add docs on building for Linux.
Cheng Zhao [Thu, 20 Feb 2014 10:39:24 +0000 (18:39 +0800)]
:memo: Add docs on building for Linux.

10 years agoUpdate libchromiumcontent to use the thin version.
Cheng Zhao [Thu, 20 Feb 2014 10:20:29 +0000 (18:20 +0800)]
Update libchromiumcontent to use the thin version.

10 years agoUpdate runas to 0.5.*
Cheng Zhao [Thu, 20 Feb 2014 08:43:26 +0000 (16:43 +0800)]
Update runas to 0.5.*

10 years ago:lipstick: Fix cpplinting.
Cheng Zhao [Wed, 19 Feb 2014 13:22:59 +0000 (21:22 +0800)]
:lipstick: Fix cpplinting.

10 years agoMenu::attachToWindow is available on Linux.
Cheng Zhao [Wed, 19 Feb 2014 13:10:09 +0000 (13:10 +0000)]
Menu::attachToWindow is available on Linux.

10 years agoBrowserWindow::setMenu is available on Linux.
Cheng Zhao [Wed, 19 Feb 2014 13:06:45 +0000 (13:06 +0000)]
BrowserWindow::setMenu is available on Linux.

10 years agoBuild with symbols on debug build.
Cheng Zhao [Wed, 19 Feb 2014 11:39:51 +0000 (11:39 +0000)]
Build with symbols on debug build.

10 years agolinux: Fix crash when using protocol module early.
Cheng Zhao [Wed, 19 Feb 2014 11:39:01 +0000 (11:39 +0000)]
linux: Fix crash when using protocol module early.

10 years agoEnable convient stack printing.
Cheng Zhao [Wed, 19 Feb 2014 11:07:52 +0000 (19:07 +0800)]
Enable convient stack printing.

10 years agoMerge branch 'master' into linux
Cheng Zhao [Wed, 19 Feb 2014 11:04:15 +0000 (11:04 +0000)]
Merge branch 'master' into linux

10 years agolinux: Make test.py work.
Cheng Zhao [Fri, 14 Feb 2014 15:17:24 +0000 (15:17 +0000)]
linux: Make test.py work.

10 years agolinux: Make binary search for libraries under current directory.
Cheng Zhao [Fri, 14 Feb 2014 15:11:57 +0000 (15:11 +0000)]
linux: Make binary search for libraries under current directory.

10 years agolinux: Add dummy implementation of node bindings.
Cheng Zhao [Fri, 14 Feb 2014 14:39:57 +0000 (14:39 +0000)]
linux: Add dummy implementation of node bindings.

10 years agogtk: Add dummy implementation of dialog.
Cheng Zhao [Fri, 14 Feb 2014 14:07:23 +0000 (14:07 +0000)]
gtk: Add dummy implementation of dialog.

10 years agogtk: Add utils imported from chrome.
Cheng Zhao [Fri, 14 Feb 2014 13:59:41 +0000 (13:59 +0000)]
gtk: Add utils imported from chrome.

10 years agogtk: Add dummy implementation of Menu.
Cheng Zhao [Fri, 14 Feb 2014 13:41:20 +0000 (13:41 +0000)]
gtk: Add dummy implementation of Menu.

10 years agolinux: Fix compilation error.
Cheng Zhao [Fri, 14 Feb 2014 13:34:59 +0000 (13:34 +0000)]
linux: Fix compilation error.

10 years agoMerge branch 'master' into linux
Cheng Zhao [Fri, 14 Feb 2014 13:17:00 +0000 (13:17 +0000)]
Merge branch 'master' into linux

Conflicts:
atom.gyp
vendor/apm
vendor/brightray

10 years agoBump v0.9.3.
Cheng Zhao [Thu, 13 Feb 2014 06:14:13 +0000 (22:14 -0800)]
Bump v0.9.3.

10 years agoOverride default window.close, fixes #70.
Cheng Zhao [Mon, 17 Feb 2014 10:18:52 +0000 (18:18 +0800)]
Override default window.close, fixes #70.

10 years agoMerge pull request #176 from atom/unload-on-upgrade
Cheng Zhao [Mon, 17 Feb 2014 10:14:14 +0000 (18:14 +0800)]
Merge pull request #176 from atom/unload-on-upgrade

Close all windows before installing update

10 years agoDo not print download progress in CI.
Cheng Zhao [Mon, 17 Feb 2014 09:50:25 +0000 (17:50 +0800)]
Do not print download progress in CI.

10 years ago:lipstick:
Cheng Zhao [Mon, 17 Feb 2014 08:33:26 +0000 (16:33 +0800)]
:lipstick:

10 years agoEnable the quitAndInstall to be cancelled by beforeunload handler.
Cheng Zhao [Mon, 17 Feb 2014 08:25:00 +0000 (16:25 +0800)]
Enable the quitAndInstall to be cancelled by beforeunload handler.

10 years agoFix using BrowserWindow as parameter for ipc.sendChannel.
Cheng Zhao [Mon, 17 Feb 2014 07:24:42 +0000 (15:24 +0800)]
Fix using BrowserWindow as parameter for ipc.sendChannel.

10 years agoFix quitAndInstall when there is no window.
Cheng Zhao [Mon, 17 Feb 2014 07:05:34 +0000 (15:05 +0800)]
Fix quitAndInstall when there is no window.

10 years agoFix crash when calling quitAndUpdate without any update.
Cheng Zhao [Mon, 17 Feb 2014 06:56:23 +0000 (14:56 +0800)]
Fix crash when calling quitAndUpdate without any update.

10 years agoClose all windows before installing update.
Cheng Zhao [Mon, 17 Feb 2014 06:51:22 +0000 (14:51 +0800)]
Close all windows before installing update.

10 years agoBump v0.9.2.
Cheng Zhao [Wed, 12 Feb 2014 12:52:46 +0000 (20:52 +0800)]
Bump v0.9.2.

10 years agowin: Use util.format to format arguments in console.log.
Cheng Zhao [Wed, 12 Feb 2014 12:17:14 +0000 (20:17 +0800)]
win: Use util.format to format arguments in console.log.

10 years agowin: Fix detecting attached modal dialog.
Cheng Zhao [Mon, 10 Feb 2014 12:07:38 +0000 (20:07 +0800)]
win: Fix detecting attached modal dialog.

10 years agoUse keydown event for accelerator.
Cheng Zhao [Thu, 6 Feb 2014 11:43:30 +0000 (19:43 +0800)]
Use keydown event for accelerator.

This follows the behaivor on OS X, fixed #174.

10 years agoThe translate-crash-log-addresses script is abandonded.
Cheng Zhao [Thu, 6 Feb 2014 10:35:54 +0000 (18:35 +0800)]
The translate-crash-log-addresses script is abandonded.

10 years agoFix assertions when building against Debug libchromiumcontent.
Cheng Zhao [Wed, 5 Feb 2014 03:18:32 +0000 (11:18 +0800)]
Fix assertions when building against Debug libchromiumcontent.

Imported from https://github.com/brightray/brightray/pull/50.

10 years agoMerge pull request #173 from atom/cj-fix-release-name
Cheng Zhao [Tue, 4 Feb 2014 00:58:53 +0000 (16:58 -0800)]
Merge pull request #173 from atom/cj-fix-release-name

Parse the 4th argument into a date.

10 years agoBump v0.9.1.
probablycorey [Mon, 3 Feb 2014 20:41:53 +0000 (12:41 -0800)]
Bump v0.9.1.

10 years agoParse the 4th argument into a date.
probablycorey [Mon, 3 Feb 2014 20:39:54 +0000 (12:39 -0800)]
Parse the 4th argument into a date.

10 years agoFix building on Windows.
Cheng Zhao [Mon, 3 Feb 2014 01:21:45 +0000 (09:21 +0800)]
Fix building on Windows.

10 years agoBump v0.9.0.
Cheng Zhao [Thu, 30 Jan 2014 21:32:16 +0000 (13:32 -0800)]
Bump v0.9.0.

10 years agoMerge pull request #162 from atom/cj-replace-sparkle-with-squirrel
Cheng Zhao [Sun, 2 Feb 2014 12:56:13 +0000 (04:56 -0800)]
Merge pull request #162 from atom/cj-replace-sparkle-with-squirrel

Replace sparkle with squirrel

10 years ago:memo: Add docs on new auto updater API.
Cheng Zhao [Sun, 2 Feb 2014 12:37:46 +0000 (20:37 +0800)]
:memo: Add docs on new auto updater API.

10 years agoFix ci.
Cheng Zhao [Sun, 2 Feb 2014 11:58:25 +0000 (19:58 +0800)]
Fix ci.

10 years agoHandle all download events from AutoUpdater::CheckForUpdates
probablycorey [Sat, 1 Feb 2014 23:55:57 +0000 (15:55 -0800)]
Handle all download events from AutoUpdater::CheckForUpdates

10 years agoRemove version string from feed url
probablycorey [Sat, 1 Feb 2014 00:14:16 +0000 (16:14 -0800)]
Remove version string from feed url

10 years agoHandle all download events in completed block.
probablycorey [Sat, 1 Feb 2014 00:13:01 +0000 (16:13 -0800)]
Handle all download events in completed block.

'update-downloaded' and 'update-not-available' events are now called
in the completed block.

10 years agoEmit 'update-available' and 'checking-for-update' events.
probablycorey [Sat, 1 Feb 2014 00:11:11 +0000 (16:11 -0800)]
Emit 'update-available' and 'checking-for-update' events.

10 years agoInclude the version with the update request
probablycorey [Sat, 1 Feb 2014 00:02:38 +0000 (16:02 -0800)]
Include the version with the update request

10 years agoStill subscribe to "updates" for update notifications.
Cheng Zhao [Fri, 31 Jan 2014 13:47:59 +0000 (21:47 +0800)]
Still subscribe to "updates" for update notifications.

It seems that we should subscribeError to checkForUpdatesCommand to
catch all errors, and the "updates" would only work when there is no
error happened.

10 years agoSubscribe to checkForUpdatesCommand's return value.
Cheng Zhao [Fri, 31 Jan 2014 13:31:42 +0000 (21:31 +0800)]
Subscribe to checkForUpdatesCommand's return value.