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

Side by Side Diff: content/browser/devtools/protocol_config.json

Issue 2580833004: Reland of [DevTools] Migrate ServiceWorker domain to new generator. (Closed)
Patch Set: Created 4 years 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 "use_snake_file_names": true, 2 "use_snake_file_names": true,
3 "use_title_case_methods": true, 3 "use_title_case_methods": true,
4 4
5 "protocol": { 5 "protocol": {
6 "package": "content/browser/devtools/protocol", 6 "package": "content/browser/devtools/protocol",
7 "output": "protocol", 7 "output": "protocol",
8 "namespace": ["content", "protocol"], 8 "namespace": ["content", "protocol"],
9 "export_macro": "CONTENT_EXPORT", 9 "export_macro": "CONTENT_EXPORT",
10 "export_header": "content/common/content_export.h", 10 "export_header": "content/common/content_export.h",
(...skipping 34 matching lines...) Expand 10 before | Expand all | Expand 10 after
45 "include_events": ["interstitialShown", "interstitialHidden", "n avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic ked"], 45 "include_events": ["interstitialShown", "interstitialHidden", "n avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic ked"],
46 "async": ["captureScreenshot"] 46 "async": ["captureScreenshot"]
47 }, 47 },
48 { 48 {
49 "domain": "Schema" 49 "domain": "Schema"
50 }, 50 },
51 { 51 {
52 "domain": "Security" 52 "domain": "Security"
53 }, 53 },
54 { 54 {
55 "domain": "ServiceWorker"
56 },
57 {
55 "domain": "Storage" 58 "domain": "Storage"
56 }, 59 },
57 { 60 {
58 "domain": "SystemInfo", 61 "domain": "SystemInfo",
59 "async": ["getInfo"] 62 "async": ["getInfo"]
60 }, 63 },
61 { 64 {
62 "domain": "Tethering", 65 "domain": "Tethering",
63 "async": ["bind", "unbind"] 66 "async": ["bind", "unbind"]
64 }, 67 },
65 { 68 {
66 "domain": "Tracing", 69 "domain": "Tracing",
67 "async": ["start", "end", "getCategories", "requestMemoryDump"] 70 "async": ["start", "end", "getCategories", "requestMemoryDump"]
68 } 71 }
69 ] 72 ]
70 }, 73 },
71 74
72 "lib": { 75 "lib": {
73 "package": "content/browser/devtools/protocol", 76 "package": "content/browser/devtools/protocol",
74 "output": "protocol", 77 "output": "protocol",
75 "string_header": "content/browser/devtools/protocol_string.h", 78 "string_header": "content/browser/devtools/protocol_string.h",
76 "export_macro": "CONTENT_EXPORT", 79 "export_macro": "CONTENT_EXPORT",
77 "export_header": "content/common/content_export.h" 80 "export_header": "content/common/content_export.h"
78 } 81 }
79 } 82 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698