summaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
Commit message (Expand)AuthorAgeFilesLines
* inspector: move inspector async hooks to environmentJoyee Cheung2021-07-111-10/+12
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-311-1/+1
* inspector: remove redundant method for connection checkYash Ladha2021-05-031-7/+0
* src: use non-deprecated V8 module and script APIsMichaël Zasso2021-02-251-1/+1
* src: avoid implicit type conversions (take 2)Michaël Zasso2021-02-201-2/+2
* src: integrate URL::href() and use in inspectorDaijiro Wachi2020-11-221-3/+1
* url: file URL path normalizationDaijiro Wachi2020-10-121-1/+1
* src: prefer C++ empty() in boolean expressionsTobias Nießen2020-08-111-1/+1
* src: do not crash if ToggleAsyncHook fails during terminationAnna Henningsen2020-07-221-1/+6
* src: remove user_data from TimerWrapAnna Henningsen2020-07-141-1/+1
* src: replace InspectorTimer with TimerWrap utilityJames M Snell2020-07-051-84/+8
* src: remove unused using declarationsDaniel Bevenius2020-05-281-2/+0
* src: use env->RequestInterrupt() for inspector MainThreadInterfaceAnna Henningsen2020-04-101-4/+2
* src: use env->RequestInterrupt() for inspector io thread startAnna Henningsen2020-04-101-23/+4
* src: fix cleanup hook removal for InspectorTimerAnna Henningsen2020-04-101-16/+24
* src: wrap HostPort in ExclusiveAccessBen Noordhuis2020-02-131-1/+1
* inspector: properly shut down uv_async_tAnna Henningsen2019-11-281-8/+21
* src: make WaitForInspectorDisconnect an exit hookAnna Henningsen2019-11-061-0/+7
* inspector: turn platform tasks that outlive Agent into no-opsAnna Henningsen2019-10-231-4/+4
* inspector: new API - Session.connectToMainThreadEugene Ostroukhov2019-09-161-0/+11
* inspector: use const for contextGroupIdgengjiawen2019-08-131-1/+1
* inspector: report all workersEugene Ostroukhov2019-07-301-5/+16
* inspector: do not spin-wait while waiting for the initial connectionEugene Ostroukhov2019-07-201-2/+1
* inspector: do not change async call stack depth if the worker is doneEugene Ostroukhov2019-07-151-0/+5
* inspector: reduce InspectorIo API surfaceEugene Ostroukhov2019-07-061-2/+6
* process: split routines used to enhance fatal exception stack tracesJoyee Cheung2019-06-271-3/+4
* src: fix unused private field warningcjihrig2019-06-051-1/+1
* inspector: added --inspect-publish-uidAleksei Koziatinskii2019-06-031-1/+4
* inspector: supported NodeRuntime domain in workerAleksei Koziatinskii2019-06-021-6/+12
* inspector: more conservative minimum stack sizeBen Noordhuis2019-06-021-6/+13
* src: remove env-inl.h from header filesSam Roberts2019-05-231-0/+1
* src: enable V8's WASM trap handlersGus Caplan2019-05-161-1/+1
* inspector: added NodeRuntime domainAleksei Koziatinskii2019-05-141-5/+41
* src: remove util-inl.h from header filesSam Roberts2019-05-131-0/+1
* inspector: code cleanupEugene Ostroukhov2019-05-091-10/+6
* src: remove node_options-inl.h from header filesSam Roberts2019-05-041-0/+1
* src: prefer v8::Global over node::PersistentAnna Henningsen2019-04-301-1/+2
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-241-1/+1
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-1/+1
* inspector: display error when ToggleAsyncHook failsJoyee Cheung2019-03-301-5/+6
* src: do not call into JS in the maxAsyncCallStackDepthChanged interruptJoyee Cheung2019-03-291-0/+1
* inspector: patch C++ debug options instead of process._breakFirstLineJoyee Cheung2019-03-191-11/+5
* src: de-lint header usageRefael Ackermann2019-03-121-5/+5
* tools: roll inspector_protocol to f67ec5Pavel Feldman2019-03-041-6/+16
* src: apply clang-tidy rule modernize-deprecated-headersgengjiawen2019-02-271-2/+2
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-1/+1
* inspector: make sure timer handles are cleaned upAnna Henningsen2019-02-161-8/+21
* worker: set up child Isolate inside Worker threadAnna Henningsen2019-02-111-6/+8
* src: use NULL check macros to check nullptrZYSzys2019-02-071-1/+1
* src: split ownsProcessState off isMainThreadAnna Henningsen2019-02-051-1/+1