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
Cheng Zhao
50b5272354
Dump v0.4.9.
2013-09-20 18:50:18 +08:00
Cheng Zhao
c908cae72c
Dump v0.4.8.
2013-09-20 16:55:43 +08:00
Cheng Zhao
583d34b9f7
Dump v0.4.7.
2013-09-13 10:12:02 +08:00
Cheng Zhao
8cb624d828
Dump v0.4.6.
2013-09-12 16:10:11 +08:00
Cheng Zhao
da9cce3f2d
Dump v0.4.5.
2013-09-09 16:13:01 +08:00
Cheng Zhao
40273cf37d
Add IPC messages and structs for passing draggable regions.
2013-09-05 19:46:12 +08:00
Cheng Zhao
e7bc368785
Dump version to v0.4.4.
2013-09-05 15:17:05 +08:00
Cheng Zhao
3b7dd85d3f
Merge pull request #65 from atom/custom-protocol
...
Support custom protocols
2013-09-04 03:33:09 -07:00
Cheng Zhao
6c3dc9e526
Dump v0.4.3.
2013-09-02 17:59:17 +08:00
Cheng Zhao
e423f601c0
Dump v0.4.2.
2013-09-02 13:34:58 +08:00
Cheng Zhao
3be4a01963
Dump v0.4.1.
...
Should make this automatic in future.
2013-08-29 11:19:34 +08:00
Cheng Zhao
018a48770a
Add spec for heap snapshot crash ( #66 ).
2013-08-27 17:47:44 +08:00
Cheng Zhao
b9cbfb8103
Skelecton for the protocol module.
2013-08-24 15:26:10 +08:00
Cheng Zhao
e648689981
Dump v0.3.4.
2013-08-15 16:11:25 +08:00
Cheng Zhao
341f1be07f
Revert "Use named property handler for createObjectWithName."
...
This reverts commit 0c31494ffa
.
2013-08-14 21:17:15 +08:00
Cheng Zhao
0c31494ffa
Use named property handler for createObjectWithName.
2013-08-14 13:14:28 +08:00
Cheng Zhao
dd05759c01
Add process.versions["atom-shell"].
2013-08-08 17:26:20 +08:00
Cheng Zhao
6684cdd72a
Add version file.
2013-08-08 17:22:35 +08:00
Cheng Zhao
b0b6214416
Update node: enable running like upstream node.
2013-08-08 16:57:07 +08:00
Cheng Zhao
55034be104
Add power-monitor module, fixes #45 .
2013-08-03 16:03:56 +08:00
Cheng Zhao
02de9c3b39
Enable idle GC for both browser and renderer.
2013-07-29 20:50:03 +08:00
Cheng Zhao
4acbbd1ad7
Discard the idle gc module.
2013-07-29 20:34:07 +08:00
Cheng Zhao
e995383401
Guard against double erasing an object, fixes #44 .
2013-07-29 19:14:35 +08:00
Cheng Zhao
2f2cbce9b9
[Win] Override node's console and output stream with chromium's logging.
...
On Window node doesn't outputing as GUI program, so we have to switch to
chromium's implementation. Hacking into node (like what we did before
this commit) would sometimes make the outputing blocked.
2013-07-25 20:06:23 +08:00