platform/framework/web/crosswalk-tizen.git
10 years agoDownload libchromiumcontent symbols when creating symbols.
Cheng Zhao [Mon, 25 Nov 2013 08:02:35 +0000 (16:02 +0800)]
Download libchromiumcontent symbols when creating symbols.

10 years agomac: Use "Atom Framework.framework" instead of "Atom.framework".
Cheng Zhao [Mon, 25 Nov 2013 07:37:39 +0000 (15:37 +0800)]
mac: Use "Atom Framework.framework" instead of "Atom.framework".

The "Atom.framework" would confuse breakpad with "App.app" when finding
symbols.

10 years agomac: Store crash dumps under /tmp/ProductName Crashes/.
Cheng Zhao [Sun, 24 Nov 2013 15:42:54 +0000 (23:42 +0800)]
mac: Store crash dumps under /tmp/ProductName Crashes/.

If we put them under ~/Library/ then we need to clean them, which makes
things more complicated.

10 years agoUse "Atom-Shell" instead of "atom-shell" for product names.
Cheng Zhao [Sun, 24 Nov 2013 15:17:48 +0000 (23:17 +0800)]
Use "Atom-Shell" instead of "atom-shell" for product names.

10 years agowin: Set uploading parameters in crash reporter.
Cheng Zhao [Sun, 24 Nov 2013 14:57:47 +0000 (22:57 +0800)]
win: Set uploading parameters in crash reporter.

10 years agowin: Make out-of-process crash dump work.
Cheng Zhao [Sun, 24 Nov 2013 14:22:08 +0000 (22:22 +0800)]
win: Make out-of-process crash dump work.

10 years agoStart the crash service process on non-Mac.
Cheng Zhao [Sun, 24 Nov 2013 12:45:12 +0000 (20:45 +0800)]
Start the crash service process on non-Mac.

10 years ago:lipstick: Remove ununsed "display_name".
Cheng Zhao [Sun, 24 Nov 2013 12:36:08 +0000 (20:36 +0800)]
:lipstick: Remove ununsed "display_name".

10 years agowin: Setup crash service according to command line parameters.
Cheng Zhao [Sun, 24 Nov 2013 12:33:26 +0000 (20:33 +0800)]
win: Setup crash service according to command line parameters.

10 years agowin: Print crash service's log to file.
Cheng Zhao [Sun, 24 Nov 2013 10:17:31 +0000 (18:17 +0800)]
win: Print crash service's log to file.

10 years agowin: Start as crash service when ATOM_SHELL_INTERNAL_CRASH_SERVICE is set.
Cheng Zhao [Sun, 24 Nov 2013 09:35:58 +0000 (17:35 +0800)]
win: Start as crash service when ATOM_SHELL_INTERNAL_CRASH_SERVICE is set.

10 years agoAdd crash_service on Windows.
Cheng Zhao [Sat, 23 Nov 2013 12:26:47 +0000 (20:26 +0800)]
Add crash_service on Windows.

10 years agoMerge branch 'master' into breakpad
Cheng Zhao [Fri, 22 Nov 2013 11:37:34 +0000 (19:37 +0800)]
Merge branch 'master' into breakpad

10 years agoBump v0.6.12.
Cheng Zhao [Fri, 22 Nov 2013 07:18:21 +0000 (15:18 +0800)]
Bump v0.6.12.

10 years agoMerge pull request #128 from atom/api-capture-page
Cheng Zhao [Fri, 22 Nov 2013 06:52:22 +0000 (22:52 -0800)]
Merge pull request #128 from atom/api-capture-page

Add BrowserWindow.capturePage API.

10 years agoAdd spec for BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:42:39 +0000 (14:42 +0800)]
Add spec for BrowserWindow.capturePage.

10 years agodoc: Explain BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:39:10 +0000 (14:39 +0800)]
doc: Explain BrowserWindow.capturePage.

10 years agoEnable ignoring |rect| when calling BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:29:20 +0000 (14:29 +0800)]
Enable ignoring |rect| when calling BrowserWindow.capturePage.

10 years agoAdd BrowserWindow.capturePage API.
Cheng Zhao [Fri, 22 Nov 2013 06:23:19 +0000 (14:23 +0800)]
Add BrowserWindow.capturePage API.

10 years agoEnable converting V8 value to gfx::Rect.
Cheng Zhao [Fri, 22 Nov 2013 06:22:28 +0000 (14:22 +0800)]
Enable converting V8 value to gfx::Rect.

10 years agoReturn screenshot's data buffer instead of directly saving to file.
Cheng Zhao [Thu, 21 Nov 2013 14:03:29 +0000 (22:03 +0800)]
Return screenshot's data buffer instead of directly saving to file.

10 years agoAdd API to capture a page into file.
Cheng Zhao [Thu, 21 Nov 2013 13:50:06 +0000 (21:50 +0800)]
Add API to capture a page into file.

10 years agoBump v0.6.11.
Cheng Zhao [Wed, 20 Nov 2013 14:51:26 +0000 (22:51 +0800)]
Bump v0.6.11.

10 years agodoc: Mention that Command would not be meaningful on Windows.
Cheng Zhao [Wed, 20 Nov 2013 14:48:47 +0000 (22:48 +0800)]
doc: Mention that Command would not be meaningful on Windows.

10 years agoMerge pull request #125 from atom/dont-map-meta
Cheng Zhao [Wed, 20 Nov 2013 14:35:20 +0000 (06:35 -0800)]
Merge pull request #125 from atom/dont-map-meta

Don't map command to ctrl

10 years agoDon't map command to ctrl
Matt Colyer [Tue, 19 Nov 2013 23:18:54 +0000 (15:18 -0800)]
Don't map command to ctrl

We no longer what this behavior because it's confusing unless you
understand that atom-shell does this.

10 years agowin: Initialize exception handler.
Cheng Zhao [Tue, 19 Nov 2013 13:37:02 +0000 (21:37 +0800)]
win: Initialize exception handler.

10 years agoCause a real crash instead of debugger break in process.crash().
Cheng Zhao [Tue, 19 Nov 2013 13:36:18 +0000 (21:36 +0800)]
Cause a real crash instead of debugger break in process.crash().

On Windows the debugger break would not be treated as crash.

10 years agowin: Make console output work on cygwin.
Cheng Zhao [Tue, 19 Nov 2013 12:56:22 +0000 (20:56 +0800)]
win: Make console output work on cygwin.

10 years agowin: Fix error when bootstraping.
Cheng Zhao [Tue, 19 Nov 2013 12:43:30 +0000 (20:43 +0800)]
win: Fix error when bootstraping.

10 years agoAlways use atom-shell as product name.
Cheng Zhao [Tue, 19 Nov 2013 04:29:34 +0000 (12:29 +0800)]
Always use atom-shell as product name.

Since the symbols of atom-shell would be used by all third party
applications, it would make server handling more complicated if we allow
users to custom the uploaded product name. We should always use
atom-shell as product name when uploading so the server would not be
confused when searching symbols, and the user specified product name
could be show in UI.

10 years agoUpdate default crash report submission URL.
Cheng Zhao [Tue, 19 Nov 2013 04:27:20 +0000 (12:27 +0800)]
Update default crash report submission URL.

10 years agoDo not append "Renderer" in product name when uploading.
Cheng Zhao [Tue, 19 Nov 2013 04:19:23 +0000 (12:19 +0800)]
Do not append "Renderer" in product name when uploading.

10 years agoAdd spec for custom uploading parameters.
Cheng Zhao [Mon, 18 Nov 2013 10:37:32 +0000 (18:37 +0800)]
Add spec for custom uploading parameters.

10 years agoEnable customing upload parameters for sending crash report.
Cheng Zhao [Mon, 18 Nov 2013 10:27:50 +0000 (18:27 +0800)]
Enable customing upload parameters for sending crash report.

10 years agoEnable converting v8 object to dict type.
Cheng Zhao [Mon, 18 Nov 2013 10:15:34 +0000 (18:15 +0800)]
Enable converting v8 object to dict type.

10 years agoAlways use atom-shell's verion when uploading crash report.
Cheng Zhao [Mon, 18 Nov 2013 10:03:41 +0000 (18:03 +0800)]
Always use atom-shell's verion when uploading crash report.

10 years agoAlso upload symbols to GitHub Release.
Cheng Zhao [Mon, 18 Nov 2013 10:02:38 +0000 (18:02 +0800)]
Also upload symbols to GitHub Release.

10 years agoCreate symbols zip file when creating distribution.
Cheng Zhao [Mon, 18 Nov 2013 03:41:44 +0000 (11:41 +0800)]
Create symbols zip file when creating distribution.

10 years agomac: Add target to dump breakpad symbols.
Cheng Zhao [Fri, 15 Nov 2013 14:52:08 +0000 (22:52 +0800)]
mac: Add target to dump breakpad symbols.

10 years agoEnable starting crash-reporter without parameters.
Cheng Zhao [Fri, 15 Nov 2013 03:00:48 +0000 (11:00 +0800)]
Enable starting crash-reporter without parameters.

10 years agoCheck the upload parameters in crash-reporter spec.
Cheng Zhao [Fri, 15 Nov 2013 02:37:22 +0000 (10:37 +0800)]
Check the upload parameters in crash-reporter spec.

10 years agoAdd spec for crash-reporter
Cheng Zhao [Thu, 14 Nov 2013 16:10:43 +0000 (00:10 +0800)]
Add spec for crash-reporter

10 years agoAdd extra uploading parameters for crash reporter.
Cheng Zhao [Thu, 14 Nov 2013 10:02:15 +0000 (18:02 +0800)]
Add extra uploading parameters for crash reporter.

10 years agowin: Add stubs for crash reporter.
Cheng Zhao [Thu, 14 Nov 2013 05:42:28 +0000 (13:42 +0800)]
win: Add stubs for crash reporter.

10 years agodoc: Update new crash-reporter API.
Cheng Zhao [Thu, 14 Nov 2013 05:39:44 +0000 (13:39 +0800)]
doc: Update new crash-reporter API.

10 years agoRefactor crash reporter to be more cross-platform friendly.
Cheng Zhao [Thu, 14 Nov 2013 05:33:09 +0000 (13:33 +0800)]
Refactor crash reporter to be more cross-platform friendly.

10 years agoNo more downloading QuincyKit.
Cheng Zhao [Wed, 13 Nov 2013 11:19:57 +0000 (19:19 +0800)]
No more downloading QuincyKit.

10 years agoAdd API to set product name for crash reporter.
Cheng Zhao [Wed, 13 Nov 2013 11:12:13 +0000 (19:12 +0800)]
Add API to set product name for crash reporter.

10 years agoAdd "Renderer" suffix in name when crashing in renderer process.
Cheng Zhao [Wed, 13 Nov 2013 11:06:11 +0000 (19:06 +0800)]
Add "Renderer" suffix in name when crashing in renderer process.

10 years agoMention in doc that crash-reporter is available for renderer.
Cheng Zhao [Wed, 13 Nov 2013 09:30:49 +0000 (17:30 +0800)]
Mention in doc that crash-reporter is available for renderer.

10 years agoMake the crash reporter available for both browser and renderer.
Cheng Zhao [Wed, 13 Nov 2013 09:29:35 +0000 (17:29 +0800)]
Make the crash reporter available for both browser and renderer.

10 years agomac: Tune parameters of breakpad.
Cheng Zhao [Wed, 13 Nov 2013 09:20:13 +0000 (17:20 +0800)]
mac: Tune parameters of breakpad.

10 years agoSetup breakpad in crash reporter.
Cheng Zhao [Wed, 13 Nov 2013 08:48:30 +0000 (16:48 +0800)]
Setup breakpad in crash reporter.

10 years agomac: Copy necessary breakpad binaries to package.
Cheng Zhao [Wed, 13 Nov 2013 05:55:40 +0000 (13:55 +0800)]
mac: Copy necessary breakpad binaries to package.

10 years agoNo more use of QuincyKit.
Cheng Zhao [Wed, 13 Nov 2013 05:34:18 +0000 (13:34 +0800)]
No more use of QuincyKit.

10 years agoUpdate to latest gyp and depot_tools.
Cheng Zhao [Tue, 12 Nov 2013 10:34:01 +0000 (18:34 +0800)]
Update to latest gyp and depot_tools.

10 years agomac: Get rid of all the third party warnings.
Cheng Zhao [Tue, 12 Nov 2013 10:16:37 +0000 (18:16 +0800)]
mac: Get rid of all the third party warnings.

10 years agoAdd breakpad as build dependency.
Cheng Zhao [Tue, 12 Nov 2013 10:07:25 +0000 (18:07 +0800)]
Add breakpad as build dependency.

10 years agoAdd breakpad.
Cheng Zhao [Tue, 12 Nov 2013 07:41:03 +0000 (15:41 +0800)]
Add breakpad.

10 years agoBump v0.6.10.
Cheng Zhao [Mon, 11 Nov 2013 12:04:15 +0000 (20:04 +0800)]
Bump v0.6.10.

10 years agowin: Enable setting window icon in creation options.
Cheng Zhao [Mon, 11 Nov 2013 11:23:35 +0000 (19:23 +0800)]
win: Enable setting window icon in creation options.

10 years agoFix a possible dead lock when quiting.
Cheng Zhao [Mon, 11 Nov 2013 08:57:40 +0000 (16:57 +0800)]
Fix a possible dead lock when quiting.

It could happen that we are quitting when the embed thread is still
waiting for the main thread, so we make sure embed thread is always
signaled when quitting.

10 years agoUpdate brightray for fixing the 'ARCHS' issue.
Cheng Zhao [Sat, 9 Nov 2013 03:02:11 +0000 (19:02 -0800)]
Update brightray for fixing the 'ARCHS' issue.

10 years agoDo not set sdk_root, it's already set by brightray.
Cheng Zhao [Sat, 9 Nov 2013 02:04:37 +0000 (18:04 -0800)]
Do not set sdk_root, it's already set by brightray.

10 years agoBump v0.6.9.
Cheng Zhao [Thu, 7 Nov 2013 08:59:45 +0000 (16:59 +0800)]
Bump v0.6.9.

10 years ago:lipstick: fix typo.
Cheng Zhao [Thu, 7 Nov 2013 08:59:33 +0000 (16:59 +0800)]
:lipstick: fix typo.

10 years agoAdd x permission for bump-version.py.
Cheng Zhao [Thu, 7 Nov 2013 08:58:09 +0000 (16:58 +0800)]
Add x permission for bump-version.py.

10 years agoAdd tag and commit after version is bumped.
Cheng Zhao [Thu, 7 Nov 2013 07:39:41 +0000 (15:39 +0800)]
Add tag and commit after version is bumped.

10 years agoUpdate Info.plist when bumping version.
Cheng Zhao [Thu, 7 Nov 2013 07:37:21 +0000 (15:37 +0800)]
Update Info.plist when bumping version.

10 years agoAlso update atom_version.h and atom.rc in bump-version.py.
Cheng Zhao [Thu, 7 Nov 2013 07:19:37 +0000 (15:19 +0800)]
Also update atom_version.h and atom.rc in bump-version.py.

10 years agowin: Fix setting icon after format of atom.rc has changed.
Cheng Zhao [Thu, 7 Nov 2013 07:09:45 +0000 (15:09 +0800)]
win: Fix setting icon after format of atom.rc has changed.

10 years agoConver atom.rc from unicode file to ASCII file.
Cheng Zhao [Thu, 7 Nov 2013 07:06:57 +0000 (15:06 +0800)]
Conver atom.rc from unicode file to ASCII file.

10 years agoAdd tool to help bump version.
Cheng Zhao [Thu, 7 Nov 2013 04:52:26 +0000 (12:52 +0800)]
Add tool to help bump version.

10 years agowin: Use exe's icon as window icon, fixed #123.
Cheng Zhao [Thu, 7 Nov 2013 03:06:00 +0000 (11:06 +0800)]
win: Use exe's icon as window icon, fixed #123.

10 years agowin: Add an icon.
Cheng Zhao [Thu, 7 Nov 2013 01:55:59 +0000 (09:55 +0800)]
win: Add an icon.

10 years agoWrite correct version in .rc file.
Cheng Zhao [Tue, 5 Nov 2013 14:26:33 +0000 (22:26 +0800)]
Write correct version in .rc file.

10 years agoBump v0.6.8.
Cheng Zhao [Tue, 5 Nov 2013 05:15:17 +0000 (13:15 +0800)]
Bump v0.6.8.

10 years agoAdd a corresponding .h file for atom_main.cc.
Cheng Zhao [Tue, 5 Nov 2013 05:12:13 +0000 (13:12 +0800)]
Add a corresponding .h file for atom_main.cc.

It's required if we want to include Chromium headers before C headers
and do not break cpplint rules in the meanwhile.

10 years agoGet the status of devtools from brightray, fixed #27.
Cheng Zhao [Tue, 5 Nov 2013 02:32:45 +0000 (10:32 +0800)]
Get the status of devtools from brightray, fixed #27.

10 years agoMake cpplint pass headers test without setting "NOLINT".
Cheng Zhao [Tue, 5 Nov 2013 02:00:11 +0000 (10:00 +0800)]
Make cpplint pass headers test without setting "NOLINT".

10 years agoMerge pull request #122 from atom/fix-console-stdio
Cheng Zhao [Tue, 5 Nov 2013 01:11:53 +0000 (17:11 -0800)]
Merge pull request #122 from atom/fix-console-stdio

Fix console STDIO

10 years agoThis method seems to work, :shipit:
Paul Betts [Tue, 5 Nov 2013 00:56:50 +0000 (16:56 -0800)]
This method seems to work, :shipit:

10 years agoFirst hack at fixing console IO
Paul Betts [Mon, 4 Nov 2013 22:15:19 +0000 (14:15 -0800)]
First hack at fixing console IO

10 years agoBump v0.6.7.
Cheng Zhao [Sat, 2 Nov 2013 08:49:21 +0000 (16:49 +0800)]
Bump v0.6.7.

10 years agoFix the "'true' is not recognized as an internal or external command" error.
Cheng Zhao [Fri, 1 Nov 2013 02:15:41 +0000 (10:15 +0800)]
Fix the "'true' is not recognized as an internal or external command" error.

10 years agoMention required options of WDK and Win7 SDK, fixed #114.
Cheng Zhao [Thu, 31 Oct 2013 12:06:36 +0000 (20:06 +0800)]
Mention required options of WDK and Win7 SDK, fixed #114.

10 years agoBump v0.6.6.
Cheng Zhao [Mon, 28 Oct 2013 02:47:57 +0000 (10:47 +0800)]
Bump v0.6.6.

10 years agoExpose libuv's symbols.
Cheng Zhao [Mon, 28 Oct 2013 02:43:01 +0000 (10:43 +0800)]
Expose libuv's symbols.

10 years agoMake atom-shell compile-able with VS 2010 Express.
Cheng Zhao [Sat, 26 Oct 2013 11:39:45 +0000 (19:39 +0800)]
Make atom-shell compile-able with VS 2010 Express.

10 years ago:lipstick: Fix typo of doc.
Cheng Zhao [Sat, 26 Oct 2013 10:09:22 +0000 (18:09 +0800)]
:lipstick: Fix typo of doc.

10 years agoAdd more details on building with VS 2010 Express.
Cheng Zhao [Sat, 26 Oct 2013 10:07:20 +0000 (18:07 +0800)]
Add more details on building with VS 2010 Express.

10 years agoBump v0.6.5.
Cheng Zhao [Sat, 26 Oct 2013 09:49:44 +0000 (17:49 +0800)]
Bump v0.6.5.

10 years agowin: Ship the pdb file, fixes #112.
Cheng Zhao [Sat, 26 Oct 2013 09:44:51 +0000 (17:44 +0800)]
win: Ship the pdb file, fixes #112.

10 years agoDo "compress" the archive when creating zip.
Cheng Zhao [Sat, 26 Oct 2013 09:42:12 +0000 (17:42 +0800)]
Do "compress" the archive when creating zip.

By default the zipfile module doesn't do the compression unless we
explictly specify the method.

10 years agoUpdate to latest apm.
Cheng Zhao [Sat, 26 Oct 2013 09:24:40 +0000 (17:24 +0800)]
Update to latest apm.

10 years agoFix creating zip distribution on Windows.
Cheng Zhao [Sat, 26 Oct 2013 09:23:16 +0000 (17:23 +0800)]
Fix creating zip distribution on Windows.

10 years agoBump v0.6.4.
Cheng Zhao [Tue, 22 Oct 2013 02:25:53 +0000 (10:25 +0800)]
Bump v0.6.4.

10 years agoAllow single-character accelerators.
Cheng Zhao [Tue, 22 Oct 2013 01:38:19 +0000 (09:38 +0800)]
Allow single-character accelerators.

10 years agoFix a possible crash when calling AdapterRequestJob::Kill().
Cheng Zhao [Tue, 22 Oct 2013 01:33:38 +0000 (09:33 +0800)]
Fix a possible crash when calling AdapterRequestJob::Kill().