summaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
Commit message (Expand)AuthorAgeFilesLines
* src: mark fatal error functions as noreturnChengzhong Wu2023-04-271-3/+3
* inspector: log response and requests in the inspector for debuggingJoyee Cheung2023-03-221-0/+10
* worker: add support for worker name in inspector and trace_eventsDebadree Chatterjee2023-03-061-3/+3
* url: replace url-parser with adaYagiz Nizipli2023-02-061-2/+3
* src: avoid unused variables and functionsMichaël Zasso2022-11-221-0/+2
* src: fix test runner coverageMoshe Atlow2022-10-201-4/+5
* src: use non-deprecated V8 inspector APIMichaël Zasso2022-10-111-1/+4
* cli: add `--watch`Moshe Atlow2022-09-051-0/+3
* doc: consolidate use of multiple-byte unitsAntoine du Hamel2022-04-201-3/+3
* src: allow preventing InitializeInspector in envShelley Vohr2022-02-231-0/+47
* src: prevent extra copies of `TimerWrap::TimerCb`Darshan Sen2021-11-121-1/+1
* src: fix -Wunreachable-code-return errorShelley Vohr2021-09-111-1/+0
* inspector: move inspector async hooks to environmentJoyee Cheung2021-07-021-10/+12
* src: use SPrintF in ProcessEmitWarningDarshan Sen2021-05-251-1/+1
* inspector: remove redundant method for connection checkYash Ladha2021-04-301-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