Skip to content

Commit b9445bf

Browse files
committed
deps: update v8_inspector
To add a LICENSE file along with the v8_inspector code, we need to pick up v8_inspector from an intermediate repository: https://github.com/pavelfeldman/v8_inspector. This repo still tracks upstream code in Blink. This roll also picks up the latest v8_inspector from upstream fixing a few issues. * Pickup commit id bc60957 from pavelfeldman/v8_inspector * Update node.gyp to adapt to the new file paths * Update the DevTools hash for the devtools frontend. Fixes: #7123 Fixes: #7736 Fixes: #7734 PR-URL: #7796 Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]> Reviewed-By: jasnell - James M Snell <[email protected]>
1 parent ea725ed commit b9445bf

File tree

255 files changed

+2581
-2049
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

255 files changed

+2581
-2049
lines changed

deps/v8_inspector/.gitignore

-1
This file was deleted.

deps/v8_inspector/.gitmodules

Whitespace-only changes.

deps/v8_inspector/README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
V8 Inspector support for Node.js
22
================================
33

4-
This directory is a gathering of dependencies for Node.js support for the
5-
[Chrome Debug Protocol][https://developer.chrome.com/devtools/docs/debugger-protocol].
4+
This repository is an intermediate repository that gathers the dependencies for
5+
Node.js support for the [Chrome Debug Protocol][https://developer.chrome.com/devtools/docs/debugger-protocol].
66

7-
* platform/v8_inspector: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector
8-
* platform/inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol
9-
* deps/jinja2: vendored from https://github.com/mitsuhiko/jinja2
10-
* deps/markupsafe: vendored from https://github.com/mitsuhiko/markupsafe
7+
* third_party/v8_inspector/platform/v8_inspector: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector
8+
* third_party/v8_inspector/platform/inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol
9+
* third_party/jinja2: vendored from https://github.com/mitsuhiko/jinja2
10+
* third_party/markupsafe: vendored from https://github.com/mitsuhiko/markupsafe

deps/v8_inspector/platform/inspector_protocol/Collections.h

-23
This file was deleted.

deps/v8_inspector/platform/inspector_protocol/CollectionsSTL.h

-244
This file was deleted.

0 commit comments

Comments
 (0)