summaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
AgeCommit message (Expand)Author
2019-11-28inspector: properly shut down uv_async_tAnna Henningsen
2019-11-06src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-10-23inspector: turn platform tasks that outlive Agent into no-opsAnna Henningsen
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-08-13inspector: use const for contextGroupIdgengjiawen
2019-07-30inspector: report all workersEugene Ostroukhov
2019-07-20inspector: do not spin-wait while waiting for the initial connectionEugene Ostroukhov
2019-07-15inspector: do not change async call stack depth if the worker is doneEugene Ostroukhov
2019-07-06inspector: reduce InspectorIo API surfaceEugene Ostroukhov
2019-06-27process: split routines used to enhance fatal exception stack tracesJoyee Cheung
2019-06-05src: fix unused private field warningcjihrig
2019-06-03inspector: added --inspect-publish-uidAleksei Koziatinskii
2019-06-02inspector: supported NodeRuntime domain in workerAleksei Koziatinskii
2019-06-02inspector: more conservative minimum stack sizeBen Noordhuis
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-14inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-09inspector: code cleanupEugene Ostroukhov
2019-05-04src: remove node_options-inl.h from header filesSam Roberts
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-30inspector: display error when ToggleAsyncHook failsJoyee Cheung
2019-03-29src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung
2019-03-19inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-04tools: roll inspector_protocol to f67ec5Pavel Feldman
2019-02-27src: apply clang-tidy rule modernize-deprecated-headersgengjiawen
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-16inspector: make sure timer handles are cleaned upAnna Henningsen
2019-02-11worker: set up child Isolate inside Worker threadAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-01-30src: add debug check for inspector uv_async_tAnna Henningsen
2019-01-30inspector, trace_events: make sure messages are sent on a main threadEugene Ostroukhov
2019-01-23console: refactor inspector console extension installationJoyee Cheung
2019-01-11process: move C++ process events into node_process_events.ccJoyee Cheung
2019-01-11src: declare process-related C++ methods in node_process.hJoyee Cheung
2018-12-12src: create env->inspector_console_api_object earlierJoyee Cheung
2018-12-11src: remove use of CallOnForegroundThread()cjihrig
2018-12-09inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung
2018-12-07src: do not alias new and old signal masksSam Roberts
2018-11-18src: elevate repeated use of v8 namespaced typeShubham Urkade
2018-11-09src: reuse std::make_uniquealyssaq
2018-11-06src: move error handling code into node_errors.ccJoyee Cheung
2018-09-18inspector: workers debuggingEugene Ostroukhov
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-09-14inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy
2018-08-29src: use StackFrame::GetFrame with isolateMichaƫl Zasso