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

Unified Diff: third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json

Issue 2819183002: [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: rebased Created 3 years, 8 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/core/inspector/protocol_compatibility_errors.json
diff --git a/third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json b/third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json
new file mode 100644
index 0000000000000000000000000000000000000000..9ca852b98686742e0227d6ca17267d92897965b1
--- /dev/null
+++ b/third_party/WebKit/Source/core/inspector/protocol_compatibility_errors.json
@@ -0,0 +1,8 @@
+{
+ "errors": [
+ "DOM.highlightRect: command has been removed",
pfeldman 2017/04/18 00:25:08 redirect 'em!
dgozman 2017/04/18 20:39:32 Done.
+ "DOM.highlightNode: command has been removed",
+ "DOM.hideHighlight: command has been removed"
+ ]
+}
+

Powered by Google App Engine
This is Rietveld 408576698