summaryrefslogtreecommitdiff
path: root/src/inspector_agent.cc
AgeCommit message (Expand)Author
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
2017-06-16inspector: perform DNS lookup for hostEugene Ostroukhov
2017-06-09inspector: fix crash on exceptionNikolai Vavilov
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-06-05inspector: Allows reentry when pausedEugene Ostroukhov
2017-06-01inspector: refactor to rename and comment methodsSam Roberts
2017-05-27async_hooks: implement C++ embedder APIAnna Henningsen
2017-05-26src: ignore unused warning for inspector-agent.ccDaniel Bevenius
2017-05-26inspector: add missing virtual destructorEugene Ostroukhov
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-22inspector: fix process._debugEnd() for inspectorEugene Ostroukhov
2017-05-05inspector: report when main context is destroyedEugene Ostroukhov
2017-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov