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

Unified Diff: third_party/WebKit/Source/devtools/front_end/sdk/module.json

Issue 1413593008: DevTools: straw man adaptable implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/sdk/module.json b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
index 9c64ea4af80d848b89f4ff130d49dfa75be60ada..0268ffcccf8edd9ddfc2001850777bb9c8e032ca 100644
--- a/third_party/WebKit/Source/devtools/front_end/sdk/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/sdk/module.json
@@ -40,6 +40,11 @@
"settingName": "enableAsyncStackTraces",
"settingType": "boolean",
"defaultValue": false
+ },
+ {
+ "type": "@Runtime.Adapter",
+ "contextTypes": ["WebInspector.DOMNode"],
+ "className": "WebInspector.DOMNode.ToRemoteObject"
}
],
"scripts": [

Powered by Google App Engine
This is Rietveld 408576698