summaryrefslogtreecommitdiff
path: root/src/inspector
AgeCommit message (Expand)Author
2019-10-31src: change env.h includes for forward declarationsAlexandre Ferrando
2019-10-23inspector: turn platform tasks that outlive Agent into no-opsAnna Henningsen
2019-09-16inspector: new API - Session.connectToMainThreadEugene Ostroukhov
2019-08-19tools: sync gypfiles with V8 7.7Michaël Zasso
2019-07-30inspector: report all workersEugene Ostroukhov
2019-06-05src: fix unused private field warningcjihrig
2019-06-03src: reorganize inspector and diagnostics initializationJoyee Cheung
2019-06-02inspector: supported NodeRuntime domain in workerAleksei Koziatinskii
2019-06-01tools: update inspector_protocol to 0aafd2Michaël Zasso
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-14inspector: added NodeRuntime domainAleksei Koziatinskii
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-04-24src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen
2019-04-16src: remove unimplemented method in TracingAgentgengjiawen
2019-04-13tools: python: update flake8 rulesRefael Ackermann
2019-04-10src: use SealHandleScope for inspector tasksAnna Henningsen
2019-04-06src: port coverage serialization to C++Joyee Cheung
2019-04-04build: fix inspector dependency resolutionBen Noordhuis
2019-03-28deps: sync V8 gypfiles with 7.4Ujjwal Sharma
2019-03-12src: apply clang-tidy rule modernize-make-uniquegengjiawen
2019-03-12src: de-lint header usageRefael Ackermann
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-03-05src: forbid handle allocations from Platform tasksAnna Henningsen
2019-03-04tools: roll inspector_protocol to f67ec5Pavel Feldman
2019-03-01src: remove dead inspector codeAnna Henningsen
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-18src: apply clang-tidy rule modernize-use-overridegengjiawen
2019-02-18src: remove inspector main_thread_request_ fieldAnna Henningsen
2019-02-12src: add lock to inspector `MainThreadHandle` dtorAnna Henningsen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-01src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung
2019-01-30inspector, trace_events: make sure messages are sent on a main threadEugene Ostroukhov
2019-01-22build: remove erroneous duplicate declaration from node_inspector.gypiRefael Ackermann
2018-12-26src: introduce DCHECK macrocjihrig
2018-12-24src: add DCHECK macroskiyomizumia
2018-12-13src: emit 'params' instead of 'data' for NodeTracing.dataCollectedKelvin Jin
2018-12-11src: remove use of CallOnForegroundThread()cjihrig
2018-10-28src: include util-inl.h in worker_agent.ccAnna Henningsen
2018-10-24src: add direct dependency on `*-inl.h` fileRefael Ackermann
2018-10-24trace_events: forbid tracing modifications from worker threadsAnna Henningsen
2018-10-24src: remove `Environment::tracing_agent_writer()`Anna Henningsen
2018-10-05inspector: add virtual destructor to WorkerDelegateDaniel Bevenius
2018-10-02build: encapsulate node/inspector gyp scafoldingRefael Ackermann
2018-09-18inspector: workers debuggingEugene Ostroukhov
2018-09-17inspector: enable Inspector JS API in workersEugene Ostroukhov
2018-08-14inspector: tie objects lifetime to the thread they belong toEugene Ostroukhov
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-08-01src: refactor tracing agent codeAnna Henningsen
2018-07-13inspector: split main thread interface from transportEugene Ostroukhov