aboutsummaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
AgeCommit message (Expand)Author
2020-11-22src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-10-12url: file URL path normalizationDaijiro Wachi
2020-08-11src: prefer C++ empty() in boolean expressionsTobias Nießen
2020-07-22src: do not crash if ToggleAsyncHook fails during terminationAnna Henningsen
2020-07-14src: remove user_data from TimerWrapAnna Henningsen
2020-07-05src: replace InspectorTimer with TimerWrap utilityJames M Snell
2020-05-28src: remove unused using declarationsDaniel Bevenius
2020-04-10src: use env->RequestInterrupt() for inspector MainThreadInterfaceAnna Henningsen
2020-04-10src: use env->RequestInterrupt() for inspector io thread startAnna Henningsen
2020-04-10src: fix cleanup hook removal for InspectorTimerAnna Henningsen
2020-02-13src: wrap HostPort in ExclusiveAccessBen Noordhuis
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