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

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

Issue 2572653003: [DevTools] Migrate security handler to new generator. (Closed)
Patch Set: no protocol changes 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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 "include": ["enable", "disable", "reload", "navigate", "stopLoad ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", 42 "include": ["enable", "disable", "reload", "navigate", "stopLoad ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot",
43 "startScreencast", "stopScreencast", "screencastFrameAck", " handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner", 43 "startScreencast", "stopScreencast", "screencastFrameAck", " handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner",
44 "setControlNavigations", "processNavigation"], 44 "setControlNavigations", "processNavigation"],
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"
53 },
54 {
52 "domain": "SystemInfo", 55 "domain": "SystemInfo",
53 "async": ["getInfo"] 56 "async": ["getInfo"]
54 }, 57 },
55 { 58 {
56 "domain": "Tethering", 59 "domain": "Tethering",
57 "async": ["bind", "unbind"] 60 "async": ["bind", "unbind"]
58 }, 61 },
59 { 62 {
60 "domain": "Tracing", 63 "domain": "Tracing",
61 "async": ["start", "end", "getCategories", "requestMemoryDump"] 64 "async": ["start", "end", "getCategories", "requestMemoryDump"]
62 } 65 }
63 ] 66 ]
64 }, 67 },
65 68
66 "lib": { 69 "lib": {
67 "package": "content/browser/devtools/protocol", 70 "package": "content/browser/devtools/protocol",
68 "output": "protocol", 71 "output": "protocol",
69 "string_header": "content/browser/devtools/protocol_string.h", 72 "string_header": "content/browser/devtools/protocol_string.h",
70 "export_macro": "CONTENT_EXPORT", 73 "export_macro": "CONTENT_EXPORT",
71 "export_header": "content/common/content_export.h" 74 "export_header": "content/common/content_export.h"
72 } 75 }
73 } 76 }
OLDNEW
« no previous file with comments | « content/browser/devtools/protocol/security_handler.cc ('k') | content/browser/devtools/render_frame_devtools_agent_host.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698