summaryrefslogtreecommitdiff
path: root/src/inspector
Commit message (Expand)AuthorAgeFilesLines
* src: allow simdutf::convert_* functions to return zeroDaniel Lemire2023-04-091-6/+28
* gyp: put filenames in variablesCheng Zhao2023-03-181-24/+27
* src: fix clang 14 linker errorKeyhan Vakil2023-03-151-0/+1
* worker: add support for worker name in inspector and trace_eventsDebadree Chatterjee2023-03-062-16/+21
* src: remove icu usage from node_string.ccYagiz Nizipli2023-02-172-47/+55
* src: remove unused includes from main threadYagiz Nizipli2023-02-061-4/+0
* src: use string_view instead of std::string&Yagiz Nizipli2023-02-062-2/+2
* src: use simdutf utf8 to utf16 instead of icuYagiz Nizipli2023-02-061-5/+8
* src: replace icu with simdutf for char countsYagiz Nizipli2023-02-061-3/+3
* trace_events: add new categoriestheanarkh2022-11-191-5/+8
* trace_events: fix getCategoriestheanarkh2022-10-241-8/+19
* inspector: add missing initializationMichael Dawson2022-06-141-1/+1
* build: use '<(python)' instead of 'python'Cheng Zhao2021-12-161-4/+4
* src: refactor to use locale functionsDarshan Sen2021-06-141-2/+2
* src: avoid implicit type conversions (take 2)Michaël Zasso2021-02-202-19/+23
* src: fix linter failuresAnna Henningsen2020-08-071-1/+1
* src: use env->RequestInterrupt() for inspector MainThreadInterfaceAnna Henningsen2020-04-102-37/+9
* src: change env.h includes for forward declarationsAlexandre Ferrando2019-10-311-1/+0
* inspector: turn platform tasks that outlive Agent into no-opsAnna Henningsen2019-10-232-9/+15
* inspector: new API - Session.connectToMainThreadEugene Ostroukhov2019-09-162-0/+11
* tools: sync gypfiles with V8 7.7Michaël Zasso2019-08-191-1/+1
* inspector: report all workersEugene Ostroukhov2019-07-301-0/+7
* src: fix unused private field warningcjihrig2019-06-052-4/+3
* src: reorganize inspector and diagnostics initializationJoyee Cheung2019-06-031-0/+1
* inspector: supported NodeRuntime domain in workerAleksei Koziatinskii2019-06-024-4/+11
* tools: update inspector_protocol to 0aafd2Michaël Zasso2019-06-014-12/+28
* src: move DiagnosticFilename inlines into a -inl.hSam Roberts2019-05-261-3/+0
* inspector: added NodeRuntime domainAleksei Koziatinskii2019-05-144-0/+85
* src: remove util-inl.h from header filesSam Roberts2019-05-132-0/+2
* src: apply clang-tidy rule modernize-use-equals-defaultgengjiawen2019-04-242-3/+3
* src: remove unimplemented method in TracingAgentgengjiawen2019-04-161-2/+0
* tools: python: update flake8 rulesRefael Ackermann2019-04-131-1/+1
* src: use SealHandleScope for inspector tasksAnna Henningsen2019-04-101-7/+1
* src: port coverage serialization to C++Joyee Cheung2019-04-061-0/+1
* build: fix inspector dependency resolutionBen Noordhuis2019-04-041-16/+6
* deps: sync V8 gypfiles with 7.4Ujjwal Sharma2019-03-281-1/+1
* src: apply clang-tidy rule modernize-make-uniquegengjiawen2019-03-122-9/+7
* src: de-lint header usageRefael Ackermann2019-03-121-2/+3
* src: refactor coverage connectionJoyee Cheung2019-03-121-1/+1
* src: forbid handle allocations from Platform tasksAnna Henningsen2019-03-051-0/+8
* tools: roll inspector_protocol to f67ec5Pavel Feldman2019-03-043-4/+58
* src: remove dead inspector codeAnna Henningsen2019-03-012-24/+0
* process: start coverage collection before bootstrapJoyee Cheung2019-02-181-0/+1
* src: apply clang-tidy rule modernize-use-overridegengjiawen2019-02-181-1/+1
* src: remove inspector main_thread_request_ fieldAnna Henningsen2019-02-182-7/+0
* src: add lock to inspector `MainThreadHandle` dtorAnna Henningsen2019-02-121-0/+1
* src: use NULL check macros to check nullptrZYSzys2019-02-071-2/+2
* src: split ownsProcessState off isMainThreadAnna Henningsen2019-02-051-1/+1
* src: move v8_platform implementation into node_v8_platform-inl.hJoyee Cheung2019-02-011-0/+1
* inspector, trace_events: make sure messages are sent on a main threadEugene Ostroukhov2019-01-304-18/+104