summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap
AgeCommit message (Expand)Author
2019-03-26process: global.process, global.Buffer gettersGuy Bedford
2019-03-23process: load internal/async_hooks before inspector hooks registrationJoyee Cheung
2019-03-19worker: create per-Environment message port after bootstrapJoyee Cheung
2019-03-19process: set the trace category update handler during bootstrapJoyee Cheung
2019-03-19timers: refactor timer callback initializationJoyee Cheung
2019-03-19module: do not share the internal require function with public loadersJoyee Cheung
2019-03-15src,lib: make DOMException available in all ContextsAnna Henningsen
2019-03-15src,lib: allow running multiple per-context filesAnna Henningsen
2019-03-12process: make Symbol.toStringTag writableRuben Bridgewater
2019-03-12lib: import TextEncoder and TextDecoder from `internal/encoding`Joyee Cheung
2019-03-12process: create legacy process properties during pre-executionJoyee Cheung
2019-03-12process: delay process.argv[0] and process.argv0 handlingJoyee Cheung
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-11process: add --pending-deprecation to `process.binding()`Anna Henningsen
2019-03-11process: refactor global.queueMicrotask()Joyee Cheung
2019-03-08lib: move queueMicrotask to stableGus Caplan
2019-03-08lib: explicitly initialize debuglog during bootstrapJoyee Cheung
2019-03-08process: handle process.env.NODE_V8_COVERAGE in pre-executionJoyee Cheung
2019-03-08process: set up process warning handler in pre-executionJoyee Cheung
2019-03-07src: use the config binding to carry --no-browser-globalsJoyee Cheung
2019-03-05report: warn on process.report object accesscjihrig
2019-03-05report: refactor configuration managementcjihrig
2019-03-04bootstrap: experimental --frozen-intrinsics flagGuy Bedford
2019-03-03esm: process proxy Symbol.toString fixGuy Bedford
2019-03-02doc,lib,test: rename node-report to reportcjihrig
2019-02-25process: use common operations to define browser globalsJoyee Cheung
2019-02-24process: move initialization of node-report into pre_execution.jsJoyee Cheung
2019-02-24process: setup signal handler in prepareMainThreadExecutionJoyee Cheung
2019-02-21process: simplify the setup of async hooks trace eventsJoyee Cheung
2019-02-21src: move async hooks trace events setup to pre_execution.jsJoyee Cheung
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-18src: use PauseOnNextJavascriptStatement to implement --inspect-brk-nodeJoyee Cheung
2019-02-16process: delay setup of global exception handlersJoyee Cheung
2019-02-13process: refactor lib/internal/bootstrap/node.jsJoyee Cheung
2019-02-13process: use primordials in bootstrap/node.jsJoyee Cheung
2019-02-13lib: save a copy of Symbol in primordialsJoyee Cheung
2019-02-13process: document the bootstrap process in node.jsJoyee Cheung
2019-02-13lib: move per_context.js under lib/internal/bootstrapJoyee Cheung
2019-02-12process: normalize process.execPath in CreateProcessObject()Joyee Cheung
2019-02-10process: group main thread execution preparation codeJoyee Cheung
2019-02-08process: move deprecation warning initialization into pre_execution.jsJoyee Cheung
2019-02-08lib: move signal event handling into bootstrap/node.jsJoyee Cheung
2019-02-05process: stub unsupported worker methodscjihrig
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-02-02process: move process mutation into bootstrap/node.jsJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung