Shelley Vohr
|
c6f4bbd143
|
also format missing .cc files
|
2018-04-18 20:48:45 -04:00 |
|
shelley vohr
|
0e5b6f9300
|
Upgrade to node v9.3.0 (#11507)
* update submodule refs for node v9.3.0
* Define "llvm_version" for Node.js build
* NODE_MODULE_CONTEXT_AWARE_BUILTIN -> NODE_BUILTIN_MODULE_CONTEXT_AWARE
* update NodePlatform to MultiIsolatePlatform
* fix linting error
* update node ref
* REVIEW: Explicitly register builtin modules
https://github.com/nodejs/node/pull/16565
* update libcc ref
* switch libcc to c62
* REVIEW: Address node api changes
- Always start the inspector agent for https://github.com/nodejs/node/pull/17085
- Set the tracing controller for node https://github.com/nodejs/node/pull/15538
- Isolate data creation now requires plaform https://github.com/nodejs/node/pull/16700
|
2018-02-23 10:22:00 +09:00 |
|
Aleš Pergl
|
868e792572
|
Make run-as-node mode optional (#11701)
|
2018-01-23 18:17:15 -05:00 |
|
deepak1556
|
1b30cac372
|
Don't delay node module initialization
|
2018-01-02 16:37:11 +09:00 |
|
deepak1556
|
e30131f30b
|
Initialize isolate holder in standalone node mode
|
2018-01-02 16:37:07 +09:00 |
|
Cheng Zhao
|
c0c2461245
|
Do not create duplicate V8Platform in NodeDebugger
|
2017-12-22 20:29:09 +09:00 |
|
Ales Pergl
|
531472bad4
|
Create a TaskScheduler when initializing run-as-node mode.
It fixes crashes when V8 tries to execute background tasks via the TaskScheduler.
|
2017-11-24 10:58:53 +09:00 |
|
deepak1556
|
538b97582a
|
app: add support for inspect/inspect-brk in forked node process
|
2017-06-13 00:23:11 +05:30 |
|
Kevin Sawicki
|
718cd8d711
|
Remove unsupported debugger in node processes
|
2017-05-11 15:02:27 -07:00 |
|
Kevin Sawicki
|
43ef4faf79
|
🎨
|
2017-01-24 14:00:03 -08:00 |
|
Kevin Sawicki
|
795b674996
|
Add StartInstance helper on CrashReporter
|
2017-01-24 13:54:46 -08:00 |
|
Kevin Sawicki
|
f1cd1c6dff
|
Use mate::Dictionary::CreateEmpty
|
2017-01-24 12:44:39 -08:00 |
|
Kevin Sawicki
|
4107174cfd
|
Group includes
|
2017-01-24 12:44:39 -08:00 |
|
Ramya Achutha Rao
|
1f07cf2545
|
Add crashReporter property to process
|
2017-01-24 12:44:39 -08:00 |
|
Ramya Achutha Rao
|
d4b44d8b69
|
Expose crash reporter start for child node processes
|
2017-01-24 12:44:39 -08:00 |
|
Kevin Sawicki
|
54e2c480cb
|
Upgrade to node 7.4
|
2017-01-19 09:05:59 +02:00 |
|
Cheng Zhao
|
497f5a1199
|
Update files for Chrome 54 API changes
|
2017-01-19 09:05:59 +02:00 |
|
Kevin Sawicki
|
a8382d6794
|
Moving atom_bindings include to Windows block
|
2016-10-12 13:48:49 -07:00 |
|
Kevin Sawicki
|
b01fd9715b
|
Only expose process.log on Windows
|
2016-10-12 13:48:48 -07:00 |
|
Kevin Sawicki
|
0740b2f66b
|
Reuse Log method
|
2016-10-12 13:48:48 -07:00 |
|
Kevin Sawicki
|
d686916fe2
|
Expose process.log when running as node
|
2016-10-12 13:48:48 -07:00 |
|
Cheng Zhao
|
b57665330c
|
Merge branch 'master' into chrome52
|
2016-07-21 05:34:36 -06:00 |
|
Cheng Zhao
|
cef86f5257
|
Use node::FreeEnvironment
|
2016-07-21 16:43:21 +09:00 |
|
Cheng Zhao
|
7d42797c1f
|
Update node headers including
|
2016-07-21 00:57:34 -06:00 |
|
Cheng Zhao
|
1ba3907038
|
Update to API changes of Chrome 52
|
2016-07-04 15:32:43 +09:00 |
|
Cheng Zhao
|
4b675a741d
|
Init feature list in node process
It is a new dependency of gin.
|
2016-05-23 13:01:47 +09:00 |
|
Cheng Zhao
|
2d410ede48
|
Initialize things in the same sequence with main process
|
2015-10-21 16:24:54 +08:00 |
|
Cheng Zhao
|
599e9b90bb
|
Provide task runner for the node mode
|
2015-09-03 17:50:24 +09:00 |
|
Cheng Zhao
|
573c959a75
|
Use our debugger implementation in Node
|
2015-08-27 13:16:19 +08:00 |
|
Cheng Zhao
|
7423c89968
|
Fix compilation warnings caused by chrome44 update
|
2015-08-11 10:08:34 +08:00 |
|
Haojian Wu
|
d003b1bb57
|
LoadV8Snapshot has been moved from gin::IsolateHolder to gin::V8Initializer.
|
2015-08-11 09:48:29 +08:00 |
|
Cheng Zhao
|
88a1c7973c
|
Set node::node_isolate to fix crash
|
2015-04-20 14:32:41 +08:00 |
|
Cheng Zhao
|
7a52a4cff1
|
Also enable the debugger
|
2015-04-20 14:10:15 +08:00 |
|
Robo
|
ee08d98d2e
|
node: start debugger for node run during a forked process
|
2015-04-20 14:06:56 +08:00 |
|
Cheng Zhao
|
c62c943bdb
|
Define our own Node entry
Chromium's V8 is using external startup snapshot file while Node does
not, so we have to use Chromium's gin for V8 initialization.
|
2015-03-18 09:57:45 +08:00 |
|