Cheng Zhao [Tue, 26 Nov 2013 13:35:19 +0000 (21:35 +0800)]
:lipstick: Add missing ""s.
Cheng Zhao [Tue, 26 Nov 2013 13:34:27 +0000 (21:34 +0800)]
win: Implement the atom_dump_symbols target.
Cheng Zhao [Tue, 26 Nov 2013 13:23:50 +0000 (21:23 +0800)]
Add script to generate symbols from pdbs on Windows.
Cheng Zhao [Tue, 26 Nov 2013 03:04:37 +0000 (11:04 +0800)]
Also clean up libchromiumcontent in cibuild.
Cheng Zhao [Tue, 26 Nov 2013 02:19:50 +0000 (10:19 +0800)]
Also upload product name, company name and version in crash report.
Cheng Zhao [Tue, 26 Nov 2013 01:39:24 +0000 (09:39 +0800)]
Remove the build directory beforing rebuilding in cibuild.
Cheng Zhao [Tue, 26 Nov 2013 01:30:51 +0000 (09:30 +0800)]
mac: Dump symbols from .dSYM when possible.
Cheng Zhao [Mon, 25 Nov 2013 15:13:58 +0000 (23:13 +0800)]
Also download libchromiumcontent symbols on Mac.
Cheng Zhao [Mon, 25 Nov 2013 08:02:35 +0000 (16:02 +0800)]
Download libchromiumcontent symbols when creating symbols.
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.
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.
Cheng Zhao [Sun, 24 Nov 2013 15:17:48 +0000 (23:17 +0800)]
Use "Atom-Shell" instead of "atom-shell" for product names.
Cheng Zhao [Sun, 24 Nov 2013 14:57:47 +0000 (22:57 +0800)]
win: Set uploading parameters in crash reporter.
Cheng Zhao [Sun, 24 Nov 2013 14:22:08 +0000 (22:22 +0800)]
win: Make out-of-process crash dump work.
Cheng Zhao [Sun, 24 Nov 2013 12:45:12 +0000 (20:45 +0800)]
Start the crash service process on non-Mac.
Cheng Zhao [Sun, 24 Nov 2013 12:36:08 +0000 (20:36 +0800)]
:lipstick: Remove ununsed "display_name".
Cheng Zhao [Sun, 24 Nov 2013 12:33:26 +0000 (20:33 +0800)]
win: Setup crash service according to command line parameters.
Cheng Zhao [Sun, 24 Nov 2013 10:17:31 +0000 (18:17 +0800)]
win: Print crash service's log to file.
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.
Cheng Zhao [Sat, 23 Nov 2013 12:26:47 +0000 (20:26 +0800)]
Add crash_service on Windows.
Cheng Zhao [Fri, 22 Nov 2013 11:37:34 +0000 (19:37 +0800)]
Merge branch 'master' into breakpad
Cheng Zhao [Fri, 22 Nov 2013 07:18:21 +0000 (15:18 +0800)]
Bump v0.6.12.
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.
Cheng Zhao [Fri, 22 Nov 2013 06:42:39 +0000 (14:42 +0800)]
Add spec for BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:39:10 +0000 (14:39 +0800)]
doc: Explain BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:29:20 +0000 (14:29 +0800)]
Enable ignoring |rect| when calling BrowserWindow.capturePage.
Cheng Zhao [Fri, 22 Nov 2013 06:23:19 +0000 (14:23 +0800)]
Add BrowserWindow.capturePage API.
Cheng Zhao [Fri, 22 Nov 2013 06:22:28 +0000 (14:22 +0800)]
Enable converting V8 value to gfx::Rect.
Cheng Zhao [Thu, 21 Nov 2013 14:03:29 +0000 (22:03 +0800)]
Return screenshot's data buffer instead of directly saving to file.
Cheng Zhao [Thu, 21 Nov 2013 13:50:06 +0000 (21:50 +0800)]
Add API to capture a page into file.
Cheng Zhao [Wed, 20 Nov 2013 14:51:26 +0000 (22:51 +0800)]
Bump v0.6.11.
Cheng Zhao [Wed, 20 Nov 2013 14:48:47 +0000 (22:48 +0800)]
doc: Mention that Command would not be meaningful on Windows.
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
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.
Cheng Zhao [Tue, 19 Nov 2013 13:37:02 +0000 (21:37 +0800)]
win: Initialize exception handler.
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.
Cheng Zhao [Tue, 19 Nov 2013 12:56:22 +0000 (20:56 +0800)]
win: Make console output work on cygwin.
Cheng Zhao [Tue, 19 Nov 2013 12:43:30 +0000 (20:43 +0800)]
win: Fix error when bootstraping.
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.
Cheng Zhao [Tue, 19 Nov 2013 04:27:20 +0000 (12:27 +0800)]
Update default crash report submission URL.
Cheng Zhao [Tue, 19 Nov 2013 04:19:23 +0000 (12:19 +0800)]
Do not append "Renderer" in product name when uploading.
Cheng Zhao [Mon, 18 Nov 2013 10:37:32 +0000 (18:37 +0800)]
Add spec for custom uploading parameters.
Cheng Zhao [Mon, 18 Nov 2013 10:27:50 +0000 (18:27 +0800)]
Enable customing upload parameters for sending crash report.
Cheng Zhao [Mon, 18 Nov 2013 10:15:34 +0000 (18:15 +0800)]
Enable converting v8 object to dict type.
Cheng Zhao [Mon, 18 Nov 2013 10:03:41 +0000 (18:03 +0800)]
Always use atom-shell's verion when uploading crash report.
Cheng Zhao [Mon, 18 Nov 2013 10:02:38 +0000 (18:02 +0800)]
Also upload symbols to GitHub Release.
Cheng Zhao [Mon, 18 Nov 2013 03:41:44 +0000 (11:41 +0800)]
Create symbols zip file when creating distribution.
Cheng Zhao [Fri, 15 Nov 2013 14:52:08 +0000 (22:52 +0800)]
mac: Add target to dump breakpad symbols.
Cheng Zhao [Fri, 15 Nov 2013 03:00:48 +0000 (11:00 +0800)]
Enable starting crash-reporter without parameters.
Cheng Zhao [Fri, 15 Nov 2013 02:37:22 +0000 (10:37 +0800)]
Check the upload parameters in crash-reporter spec.
Cheng Zhao [Thu, 14 Nov 2013 16:10:43 +0000 (00:10 +0800)]
Add spec for crash-reporter
Cheng Zhao [Thu, 14 Nov 2013 10:02:15 +0000 (18:02 +0800)]
Add extra uploading parameters for crash reporter.
Cheng Zhao [Thu, 14 Nov 2013 05:42:28 +0000 (13:42 +0800)]
win: Add stubs for crash reporter.
Cheng Zhao [Thu, 14 Nov 2013 05:39:44 +0000 (13:39 +0800)]
doc: Update new crash-reporter API.
Cheng Zhao [Thu, 14 Nov 2013 05:33:09 +0000 (13:33 +0800)]
Refactor crash reporter to be more cross-platform friendly.
Cheng Zhao [Wed, 13 Nov 2013 11:19:57 +0000 (19:19 +0800)]
No more downloading QuincyKit.
Cheng Zhao [Wed, 13 Nov 2013 11:12:13 +0000 (19:12 +0800)]
Add API to set product name for crash reporter.
Cheng Zhao [Wed, 13 Nov 2013 11:06:11 +0000 (19:06 +0800)]
Add "Renderer" suffix in name when crashing in renderer process.
Cheng Zhao [Wed, 13 Nov 2013 09:30:49 +0000 (17:30 +0800)]
Mention in doc that crash-reporter is available for renderer.
Cheng Zhao [Wed, 13 Nov 2013 09:29:35 +0000 (17:29 +0800)]
Make the crash reporter available for both browser and renderer.
Cheng Zhao [Wed, 13 Nov 2013 09:20:13 +0000 (17:20 +0800)]
mac: Tune parameters of breakpad.
Cheng Zhao [Wed, 13 Nov 2013 08:48:30 +0000 (16:48 +0800)]
Setup breakpad in crash reporter.
Cheng Zhao [Wed, 13 Nov 2013 05:55:40 +0000 (13:55 +0800)]
mac: Copy necessary breakpad binaries to package.
Cheng Zhao [Wed, 13 Nov 2013 05:34:18 +0000 (13:34 +0800)]
No more use of QuincyKit.
Cheng Zhao [Tue, 12 Nov 2013 10:34:01 +0000 (18:34 +0800)]
Update to latest gyp and depot_tools.
Cheng Zhao [Tue, 12 Nov 2013 10:16:37 +0000 (18:16 +0800)]
mac: Get rid of all the third party warnings.
Cheng Zhao [Tue, 12 Nov 2013 10:07:25 +0000 (18:07 +0800)]
Add breakpad as build dependency.
Cheng Zhao [Tue, 12 Nov 2013 07:41:03 +0000 (15:41 +0800)]
Add breakpad.
Cheng Zhao [Mon, 11 Nov 2013 12:04:15 +0000 (20:04 +0800)]
Bump v0.6.10.
Cheng Zhao [Mon, 11 Nov 2013 11:23:35 +0000 (19:23 +0800)]
win: Enable setting window icon in creation options.
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.
Cheng Zhao [Sat, 9 Nov 2013 03:02:11 +0000 (19:02 -0800)]
Update brightray for fixing the 'ARCHS' issue.
Cheng Zhao [Sat, 9 Nov 2013 02:04:37 +0000 (18:04 -0800)]
Do not set sdk_root, it's already set by brightray.
Cheng Zhao [Thu, 7 Nov 2013 08:59:45 +0000 (16:59 +0800)]
Bump v0.6.9.
Cheng Zhao [Thu, 7 Nov 2013 08:59:33 +0000 (16:59 +0800)]
:lipstick: fix typo.
Cheng Zhao [Thu, 7 Nov 2013 08:58:09 +0000 (16:58 +0800)]
Add x permission for bump-version.py.
Cheng Zhao [Thu, 7 Nov 2013 07:39:41 +0000 (15:39 +0800)]
Add tag and commit after version is bumped.
Cheng Zhao [Thu, 7 Nov 2013 07:37:21 +0000 (15:37 +0800)]
Update Info.plist when bumping version.
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.
Cheng Zhao [Thu, 7 Nov 2013 07:09:45 +0000 (15:09 +0800)]
win: Fix setting icon after format of atom.rc has changed.
Cheng Zhao [Thu, 7 Nov 2013 07:06:57 +0000 (15:06 +0800)]
Conver atom.rc from unicode file to ASCII file.
Cheng Zhao [Thu, 7 Nov 2013 04:52:26 +0000 (12:52 +0800)]
Add tool to help bump version.
Cheng Zhao [Thu, 7 Nov 2013 03:06:00 +0000 (11:06 +0800)]
win: Use exe's icon as window icon, fixed #123.
Cheng Zhao [Thu, 7 Nov 2013 01:55:59 +0000 (09:55 +0800)]
win: Add an icon.
Cheng Zhao [Tue, 5 Nov 2013 14:26:33 +0000 (22:26 +0800)]
Write correct version in .rc file.
Cheng Zhao [Tue, 5 Nov 2013 05:15:17 +0000 (13:15 +0800)]
Bump v0.6.8.
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.
Cheng Zhao [Tue, 5 Nov 2013 02:32:45 +0000 (10:32 +0800)]
Get the status of devtools from brightray, fixed #27.
Cheng Zhao [Tue, 5 Nov 2013 02:00:11 +0000 (10:00 +0800)]
Make cpplint pass headers test without setting "NOLINT".
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
Paul Betts [Tue, 5 Nov 2013 00:56:50 +0000 (16:56 -0800)]
This method seems to work, :shipit:
Paul Betts [Mon, 4 Nov 2013 22:15:19 +0000 (14:15 -0800)]
First hack at fixing console IO
Cheng Zhao [Sat, 2 Nov 2013 08:49:21 +0000 (16:49 +0800)]
Bump v0.6.7.
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.
Cheng Zhao [Thu, 31 Oct 2013 12:06:36 +0000 (20:06 +0800)]
Mention required options of WDK and Win7 SDK, fixed #114.
Cheng Zhao [Mon, 28 Oct 2013 02:47:57 +0000 (10:47 +0800)]
Bump v0.6.6.
Cheng Zhao [Mon, 28 Oct 2013 02:43:01 +0000 (10:43 +0800)]
Expose libuv's symbols.
Cheng Zhao [Sat, 26 Oct 2013 11:39:45 +0000 (19:39 +0800)]
Make atom-shell compile-able with VS 2010 Express.
Cheng Zhao [Sat, 26 Oct 2013 10:09:22 +0000 (18:09 +0800)]
:lipstick: Fix typo of doc.
Cheng Zhao [Sat, 26 Oct 2013 10:07:20 +0000 (18:07 +0800)]
Add more details on building with VS 2010 Express.