Commit cbe5747
deps: switch to upstream v8_inspector
This change picks up v8_inspector directly from the upstream chromium
repository [1]; dropping the intermediate repository. The upstream
code has been refactored substantially to make it easy to share code
without adaptation with Node.js.
The deps/v8_inspector directory is now simply a gathering of
dependencies:
* platform/v8_inspector: vendored from [2].
* platform/inspector_protocol: vendored from [3].
* deps/jinja2: vendored from [4].
* deps/markupsafe: vendored from [5].
[1]: https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform
[2]: https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/v8_inspector
[3]: https://chromium.googlesource.com/chromium/src/third_party/WebKit/Source/platform/inspector_protocol
[4]: https://github.com/mitsuhiko/jinja2
[5]: https://github.com/mitsuhiko/markupsafe
PR-URL: #7302
Reviewed-By: indutny - Fedor Indutny <fedor.indutny@gmail.com>
Reviewed-By: bnoordhuis - Ben Noordhuis <info@bnoordhuis.nl>1 parent fb39025 commit cbe5747Copy full SHA for cbe5747
File tree
Expand file treeCollapse file tree
94 files changed
+4713
-11267
lines changedOpen diff view settings
Filter options
- deps/v8_inspector
- devtools
- platform
- inspector_protocol
- v8_inspector
- public
- src
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Expand file treeCollapse file tree
94 files changed
+4713
-11267
lines changedOpen diff view settings
Collapse file
+1Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
816 | 816 | |
817 | 817 | |
818 | 818 | |
| 819 | + |
819 | 820 | |
820 | 821 | |
821 | 822 | |
|
Collapse file
deps/v8_inspector/README.md
Copy file name to clipboard+10-2Lines changed: 10 additions & 2 deletions
- Display the source diff
- Display the rich diff
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
1 | | - |
2 | | - |
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
Collapse file
deps/v8_inspector/devtools/Inspector-1.1.json
Copy file name to clipboardExpand all lines: deps/v8_inspector/devtools/Inspector-1.1.json-3,924Lines changed: 0 additions & 3924 deletions
This file was deleted.
Collapse file
deps/v8_inspector/devtools/protocol.json
Copy file name to clipboardExpand all lines: deps/v8_inspector/devtools/protocol.json-5,167Lines changed: 0 additions & 5167 deletions
This file was deleted.
Collapse file
deps/v8_inspector/platform/PlatformExport.h
Copy file name to clipboardExpand all lines: deps/v8_inspector/platform/PlatformExport.h-66Lines changed: 0 additions & 66 deletions
This file was deleted.
Collapse file
deps/v8_inspector/platform/inspector_protocol/Array.h
Copy file name to clipboardExpand all lines: deps/v8_inspector/platform/inspector_protocol/Array.h+2-2Lines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
5 | 5 | |
6 | 6 | |
7 | 7 | |
8 | | - |
9 | 8 | |
10 | 9 | |
| 10 | + |
11 | 11 | |
12 | 12 | |
13 | 13 | |
| ||
91 | 91 | |
92 | 92 | |
93 | 93 | |
94 | | - |
| 94 | + |
95 | 95 | |
96 | 96 | |
97 | 97 | |
|
Collapse file
deps/v8_inspector/platform/inspector_protocol/BackendCallback.h
Copy file name to clipboard+23Lines changed: 23 additions & 0 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
Collapse file
deps/v8_inspector/platform/inspector_protocol/Backend_cpp.template
Copy file name to clipboardExpand all lines: deps/v8_inspector/platform/inspector_protocol/Backend_cpp.templateWhitespace-only changes.
Collapse file
deps/v8_inspector/platform/inspector_protocol/Backend_h.template
Copy file name to clipboardExpand all lines: deps/v8_inspector/platform/inspector_protocol/Backend_h.template-78Lines changed: 0 additions & 78 deletions
This file was deleted.
0 commit comments