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

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

Issue 2835843002: Revert of [DevTools] Consolidate overlay-related functionality in Overlay domain (Closed)
Patch Set: 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 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 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
44 "domain": "IndexedDB", 44 "domain": "IndexedDB",
45 "async": ["requestDatabaseNames", "requestDatabase", "requestDat a", "clearObjectStore", "deleteDatabase"] 45 "async": ["requestDatabaseNames", "requestDatabase", "requestDat a", "clearObjectStore", "deleteDatabase"]
46 }, 46 },
47 { 47 {
48 "domain": "LayerTree" 48 "domain": "LayerTree"
49 }, 49 },
50 { 50 {
51 "domain": "Log" 51 "domain": "Log"
52 }, 52 },
53 { 53 {
54 "domain": "Overlay" 54 "domain": "Rendering"
55 }, 55 },
56 { 56 {
57 "domain": "Input", 57 "domain": "Input",
58 "include": ["dispatchTouchEvent"] 58 "include": ["dispatchTouchEvent"]
59 }, 59 },
60 { 60 {
61 "domain": "IO", 61 "domain": "IO",
62 "include": [] 62 "include": []
63 }, 63 },
64 { 64 {
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 }, 118 },
119 119
120 "lib": { 120 "lib": {
121 "package": "core/inspector/protocol", 121 "package": "core/inspector/protocol",
122 "output": "inspector/protocol", 122 "output": "inspector/protocol",
123 "string_header": "core/inspector/V8InspectorString.h", 123 "string_header": "core/inspector/V8InspectorString.h",
124 "export_macro": "CORE_EXPORT", 124 "export_macro": "CORE_EXPORT",
125 "export_header": "core/CoreExport.h" 125 "export_header": "core/CoreExport.h"
126 } 126 }
127 } 127 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/inspector/browser_protocol.json ('k') | third_party/WebKit/Source/devtools/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698