Skip to content

Commit

Permalink
deps: update v8_inspector
Browse files Browse the repository at this point in the history
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: nodejs/node#7123
Fixes: nodejs/node#7736
Fixes: nodejs/node#7734
PR-URL: nodejs/node#7796
Reviewed-By: bnoordhuis - Ben Noordhuis <[email protected]>
Reviewed-By: jasnell - James M Snell <[email protected]>
  • Loading branch information
ofrobots committed Jul 27, 2016
1 parent ea725ed commit b9445bf
Show file tree
Hide file tree
Showing 255 changed files with 2,581 additions and 2,049 deletions.
1 change: 0 additions & 1 deletion deps/v8_inspector/.gitignore

This file was deleted.

Empty file removed deps/v8_inspector/.gitmodules
Empty file.
12 changes: 6 additions & 6 deletions deps/v8_inspector/README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
V8 Inspector support for Node.js
================================

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

* platform/v8_inspector: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector
* platform/inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol
* deps/jinja2: vendored from https://github.com/mitsuhiko/jinja2
* deps/markupsafe: vendored from https://github.com/mitsuhiko/markupsafe
* third_party/v8_inspector/platform/v8_inspector: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector
* third_party/v8_inspector/platform/inspector_protocol: vendored from https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol
* third_party/jinja2: vendored from https://github.com/mitsuhiko/jinja2
* third_party/markupsafe: vendored from https://github.com/mitsuhiko/markupsafe
23 changes: 0 additions & 23 deletions deps/v8_inspector/platform/inspector_protocol/Collections.h

This file was deleted.

244 changes: 0 additions & 244 deletions deps/v8_inspector/platform/inspector_protocol/CollectionsSTL.h

This file was deleted.

Loading

0 comments on commit b9445bf

Please sign in to comment.