Cheng Zhao
dce7e50636
win: Setup crash service according to command line parameters.
2013-11-24 20:33:26 +08:00
Cheng Zhao
edd2bd74c9
win: Print crash service's log to file.
2013-11-24 18:17:31 +08:00
Cheng Zhao
6f8c46d2f4
win: Start as crash service when ATOM_SHELL_INTERNAL_CRASH_SERVICE is set.
2013-11-24 17:35:58 +08:00
Cheng Zhao
4bab284f2e
Add crash_service on Windows.
2013-11-23 20:26:47 +08:00
Cheng Zhao
59b3e74542
Merge branch 'master' into breakpad
2013-11-22 19:37:34 +08:00
Cheng Zhao
4af646b760
Bump v0.6.12.
2013-11-22 15:18:21 +08:00
Cheng Zhao
a0548530e7
Enable converting V8 value to gfx::Rect.
2013-11-22 14:22:28 +08:00
Cheng Zhao
9ad3b7939f
Bump v0.6.11.
2013-11-20 22:51:26 +08:00
Cheng Zhao
4105527d07
win: Initialize exception handler.
2013-11-19 21:37:02 +08:00
Cheng Zhao
2228184066
Cause a real crash instead of debugger break in process.crash().
...
On Windows the debugger break would not be treated as crash.
2013-11-19 21:36:18 +08:00
Cheng Zhao
458ff5c41f
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.
2013-11-19 12:33:02 +08:00
Cheng Zhao
7735d8fbfd
Update default crash report submission URL.
2013-11-19 12:27:20 +08:00
Cheng Zhao
20e368eb89
Do not append "Renderer" in product name when uploading.
2013-11-19 12:19:59 +08:00
Cheng Zhao
ed3358e501
Add spec for custom uploading parameters.
2013-11-18 18:37:32 +08:00
Cheng Zhao
d181ff4e7f
Enable customing upload parameters for sending crash report.
2013-11-18 18:27:50 +08:00
Cheng Zhao
f8f09eb974
Enable converting v8 object to dict type.
2013-11-18 18:15:34 +08:00
Cheng Zhao
28b692aeaa
Always use atom-shell's verion when uploading crash report.
2013-11-18 18:03:41 +08:00
Cheng Zhao
67dd596386
Enable starting crash-reporter without parameters.
2013-11-15 11:00:48 +08:00
Cheng Zhao
6b02be6da8
Add extra uploading parameters for crash reporter.
2013-11-14 18:02:15 +08:00
Cheng Zhao
d1a5c49843
win: Add stubs for crash reporter.
2013-11-14 13:42:28 +08:00
Cheng Zhao
9007a45051
Refactor crash reporter to be more cross-platform friendly.
2013-11-14 13:33:09 +08:00
Cheng Zhao
a6989847ea
Add API to set product name for crash reporter.
2013-11-13 19:12:13 +08:00
Cheng Zhao
e7d25385b0
Add "Renderer" suffix in name when crashing in renderer process.
2013-11-13 19:06:11 +08:00
Cheng Zhao
374cf948e4
Make the crash reporter available for both browser and renderer.
2013-11-13 17:29:35 +08:00
Cheng Zhao
6c0621fe05
Bump v0.6.10.
2013-11-11 20:04:15 +08:00
Cheng Zhao
d5ffa4dc77
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.
2013-11-11 16:59:57 +08:00
Cheng Zhao
44c0dc9104
Bump v0.6.9.
2013-11-07 16:59:45 +08:00
Cheng Zhao
139d581e5b
Bump v0.6.8.
2013-11-05 13:15:17 +08:00
Cheng Zhao
c5946bf977
Bump v0.6.7.
2013-11-02 16:49:21 +08:00
Cheng Zhao
b88168c0d2
Bump v0.6.6.
2013-10-28 10:47:57 +08:00
Cheng Zhao
49a7954824
Bump v0.6.5.
2013-10-26 17:49:44 +08:00
Cheng Zhao
887a2a3c00
Bump v0.6.4.
2013-10-22 10:25:53 +08:00
Cheng Zhao
8bcb545119
Bump v0.6.3.
2013-10-21 18:22:16 +08:00
Cheng Zhao
af413b2d97
Bump v0.6.2.
2013-10-17 10:22:35 +08:00
Cheng Zhao
7fa6407f65
Bump v0.6.1.
2013-10-14 11:59:19 +08:00
Cheng Zhao
41de0b420a
Unescape the script path before passing it to cefode.js, fixed #108 .
2013-10-14 11:58:20 +08:00
Cheng Zhao
6ff644fe60
Bump v0.6.0.
2013-10-10 14:35:37 +08:00
Cheng Zhao
7f7e13edc3
Dump v0.5.4.
2013-10-03 10:06:34 +08:00
Cheng Zhao
419da689c9
Dump v0.5.3.
2013-09-29 21:50:19 +08:00
Cheng Zhao
8b4414345b
Dump v0.5.2.
2013-09-29 15:28:58 +08:00
Cheng Zhao
2b9a533d1d
Add process.getCurrentStackTrace(), returning V8::getCurrentStackTrace().
2013-09-26 13:31:17 +08:00
Cheng Zhao
b3a2302283
Dumpv 0.5.1.
2013-09-26 11:30:16 +08:00
Cheng Zhao
65176761f4
Dump v0.5.0.
2013-09-25 16:51:55 +08:00
Cheng Zhao
1b5e22f9c4
Default template parameter is not supported on Windows.
2013-09-24 14:41:44 +08:00
Cheng Zhao
11ca836afc
Use the convient V8 wrapper in all files.
2013-09-24 09:41:54 +08:00
Cheng Zhao
a824c88352
Use same name convention in string16_conversions.
2013-09-23 23:00:58 +08:00
Cheng Zhao
1e5e0194bd
Add convient function for converting args from V8 Arguments.
2013-09-23 22:48:55 +08:00
Cheng Zhao
a0d1a7620c
Put FromV8Value and ToV8Value to a new header.
2013-09-23 21:30:54 +08:00
Cheng Zhao
ef4b36d621
Use string16 instead of std::string when sending IPC messages.
...
The underlying V8::String is represented in UTF18, by using string16 in
IPC messages we can avoid the overhead of encode conversion.
2013-09-20 22:55:42 +08:00
Cheng Zhao
ef5a4b5fe0
Pass synchronous messages by JSON string.
...
We are going to use IPC_MESSAGE_HANDLER_DELAY_REPLY to handle
synchronous messages but DictionaryValue is not copyable, so we pass the
JSON string instead.
2013-09-20 22:32:59 +08:00