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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/protocol/README.md

Issue 2124203002: DevTools: copy protocol files to front-end to fix hosted mode (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: address comments 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 side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/Source/devtools/front_end/sdk/protocol/README.md
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/protocol/README.md b/third_party/WebKit/Source/devtools/front_end/sdk/protocol/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..98fd5cbfc91d455c11f797f0ee9e0979e1bfdd01
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/protocol/README.md
@@ -0,0 +1,8 @@
+These protocol descriptors are copies of the following files:
+
+ - [src/third_party/WebKit/Source/core/inspector/browser_protocol.json](https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/Source/core/inspector/browser_protocol.json)
+ - [src/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json](https://chromium.googlesource.com/chromium/src/+/master/third_party/WebKit/Source/platform/v8_inspector/js_protocol.json)
+
+**Important:** These files are **not** rolled automatically and should be updated manually from time to time.
+
+Protocol descriptors are needed for the DevTools [hosted mode](https://docs.google.com/document/d/1WNF-KqRSzPLUUfZqQG5AFeU_Ll8TfWYcJasa_XGf7ro/view#heading=h.9t7np5fa400) only.

Powered by Google App Engine
This is Rietveld 408576698