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

Side by Side Diff: third_party/WebKit/Source/core/inspector/inspector_protocol_config.json

Issue 2882193002: [devtools] Add DOMSnapshot domain for dom+layout+style snapshots. (Closed)
Patch Set: move aux properties back to node type Created 3 years, 6 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
OLDNEW
1 { 1 {
2 "protocol": { 2 "protocol": {
3 "path": "browser_protocol.json", 3 "path": "browser_protocol.json",
4 "package": "core/inspector/protocol", 4 "package": "core/inspector/protocol",
5 "output": "inspector/protocol", 5 "output": "inspector/protocol",
6 "namespace": ["blink", "protocol"], 6 "namespace": ["blink", "protocol"],
7 "export_macro": "CORE_EXPORT", 7 "export_macro": "CORE_EXPORT",
8 "export_header": "core/CoreExport.h", 8 "export_header": "core/CoreExport.h",
9 "options": [ 9 "options": [
10 { 10 {
(...skipping 20 matching lines...) Expand all
31 { 31 {
32 "domain": "DeviceOrientation" 32 "domain": "DeviceOrientation"
33 }, 33 },
34 { 34 {
35 "domain": "DOM" 35 "domain": "DOM"
36 }, 36 },
37 { 37 {
38 "domain": "DOMDebugger" 38 "domain": "DOMDebugger"
39 }, 39 },
40 { 40 {
41 "domain": "DOMSnapshot"
42 },
43 {
41 "domain": "DOMStorage" 44 "domain": "DOMStorage"
42 }, 45 },
43 { 46 {
44 "domain": "IndexedDB", 47 "domain": "IndexedDB",
45 "async": ["requestDatabaseNames", "requestDatabase", "requestDat a", "clearObjectStore", "deleteDatabase"] 48 "async": ["requestDatabaseNames", "requestDatabase", "requestDat a", "clearObjectStore", "deleteDatabase"]
46 }, 49 },
47 { 50 {
48 "domain": "LayerTree" 51 "domain": "LayerTree"
49 }, 52 },
50 { 53 {
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
119 }, 122 },
120 123
121 "lib": { 124 "lib": {
122 "package": "core/inspector/protocol", 125 "package": "core/inspector/protocol",
123 "output": "inspector/protocol", 126 "output": "inspector/protocol",
124 "string_header": "core/inspector/V8InspectorString.h", 127 "string_header": "core/inspector/V8InspectorString.h",
125 "export_macro": "CORE_EXPORT", 128 "export_macro": "CORE_EXPORT",
126 "export_header": "core/CoreExport.h" 129 "export_header": "core/CoreExport.h"
127 } 130 }
128 } 131 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/browser_protocol.json ('k') | third_party/WebKit/Source/web/WebDevToolsAgentImpl.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698