summaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
AgeCommit message (Expand)Author
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
2018-04-26inspector: allow concurrent inspector sessionsEugene Ostroukhov
2018-04-25src: limit foreground tasks draining loopUlan Degenbaev
2018-02-21src: prevent persistent handle resource leaksBen Noordhuis
2017-12-23vm: allow modifying context name in inspectorTimothy Gu
2017-12-12src: fix inspector nullptr deref on abrupt exitBen Noordhuis
2017-12-11inspector: Fix crash for WS connectionEugene Ostroukhov
2017-12-09src: fix missing handlescope bug in inspectorBen Noordhuis
2017-12-04src: use uv_os_getpid() to get process idcjihrig
2017-11-20src: inspector context name = program title + pidBen Noordhuis
2017-11-20src: abstract getpid() operationBen Noordhuis
2017-11-17src: use smart pointer instead of new and deleteFranziska Hinkelmann
2017-11-12src: prepare v8 platform for multi-isolate supportAnna Henningsen
2017-10-29inspector: track async stacks when necessaryAli Ijaz Sheikh
2017-10-28src: use maybe versions of methodsTom Boutell
2017-10-13inspector: Move JS API code to separate fileEugene Ostroukhov
2017-10-02inspector: reimplement JS bindingTimothy Gu
2017-09-14src: refactor `#include` handlingAnna Henningsen
2017-08-17src: Node implementation of v8::PlatformMatt Loring
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-11inspector: support extra contextsEugene Ostroukhov
2017-08-07inspector: allow require in Runtime.evaluateJan Krems
2017-08-01src: fix new V8 compiler warningsMichaël Zasso
2017-07-26inspector: implement V8Inspector timerEugene Ostroukhov
2017-07-06async_hooks: C++ Embedder API overhaulAndreas Madsen