summaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
AgeCommit message (Expand)Author
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
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-01inspector: fixed V8InspectorClient::currentTimeMSAleksey Kozyatinskiy
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov
2018-06-14inspector: stop dragging platform pointerEugene Ostroukhov
2018-05-26src: add CHECK_NULL/CHECK_NOT_NULL macrosTobias Nießen
2018-05-22inspector: get rid of the make_uniqueEugene Ostroukhov
2018-05-17inspector: add a "NodeTracing" domain supportEugene Ostroukhov
2018-05-14inspector: fix inspector::Agent::HasConnectedSessionshelloshuangzi
2018-05-10src: use cleanup hooks to tear down BaseObjectsAnna Henningsen
2018-04-29src: avoid `std::make_unique`Anna Henningsen