summaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* src: add debug check for inspector uv_async_tAnna Henningsen2019-01-301-0/+9
* inspector, trace_events: make sure messages are sent on a main threadEugene Ostroukhov2019-01-301-8/+12
* console: refactor inspector console extension installationJoyee Cheung2019-01-231-11/+5
* process: move C++ process events into node_process_events.ccJoyee Cheung2019-01-111-15/+2
* src: declare process-related C++ methods in node_process.hJoyee Cheung2019-01-111-0/+1
* src: create env->inspector_console_api_object earlierJoyee Cheung2018-12-121-0/+1
* src: remove use of CallOnForegroundThread()cjihrig2018-12-111-2/+6
* inspector: split the HostPort being used and the one parsed from CLIJoyee Cheung2018-12-091-12/+17
* src: do not alias new and old signal masksSam Roberts2018-12-071-1/+3
* src: elevate repeated use of v8 namespaced typeShubham Urkade2018-11-181-6/+7
* src: reuse std::make_uniquealyssaq2018-11-091-5/+3
* src: move error handling code into node_errors.ccJoyee Cheung2018-11-061-1/+2
* inspector: workers debuggingEugene Ostroukhov2018-09-181-4/+44
* inspector: enable Inspector JS API in workersEugene Ostroukhov2018-09-171-5/+25
* inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy2018-09-141-0/+32