Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(61)

Side by Side Diff: third_party/WebKit/Source/devtools/protocol.json

Issue 2100883002: DevTools: merge browser_protocol.json files from content and core/inspector. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: gn fix Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/PRESUBMIT.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 The protocol.json has split into separate files. https://crbug.com/580337 1 The protocol.json has split into separate files. https://crbug.com/580337
2 2
3 One for the browser, one for a V8 javascript environment: 3 One for the browser, one for a V8 javascript environment:
4 src/content/browser/devtools/browser_protocol.json 4 src/third_party/WebKit/Source/core/inspector/browser_protocol.json
5 src/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json 5 src/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json
6 6
7 Browsable here: 7 Browsable here:
8 https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/S ource/core/inspector/browser_protocol.json 8 https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/S ource/core/inspector/browser_protocol.json
9 https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/S ource/platform/v8_inspector/js_protocol.json 9 https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/S ource/platform/v8_inspector/js_protocol.json
10 10
11 More details on the protocol: 11 More details on the protocol:
12 https://developer.chrome.com/devtools/docs/debugger-protocol 12 https://developer.chrome.com/devtools/docs/debugger-protocol
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/PRESUBMIT.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698