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

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

Issue 2705443002: [DevTools] removed unnecessary Runtime types from protocol_config.json (Closed)
Patch Set: Created 3 years, 10 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
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 { 45 {
46 "domain": "Page", 46 "domain": "Page",
47 "include": ["enable", "disable", "reload", "navigate", "stopLoad ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot", 47 "include": ["enable", "disable", "reload", "navigate", "stopLoad ing", "getNavigationHistory", "navigateToHistoryEntry", "captureScreenshot",
48 "startScreencast", "stopScreencast", "screencastFrameAck", " handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner", 48 "startScreencast", "stopScreencast", "screencastFrameAck", " handleJavaScriptDialog", "setColorPickerEnabled", "requestAppBanner",
49 "setControlNavigations", "processNavigation"], 49 "setControlNavigations", "processNavigation"],
50 "include_events": ["interstitialShown", "interstitialHidden", "n avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic ked"], 50 "include_events": ["interstitialShown", "interstitialHidden", "n avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic ked"],
51 "async": ["captureScreenshot"] 51 "async": ["captureScreenshot"]
52 }, 52 },
53 { 53 {
54 "domain": "Runtime", 54 "domain": "Runtime",
55 "include_types": ["StackTrace", "CallFrame", "RemoteObject", "Ob jectPreview", "PropertyPreview", "EntryPreview", "CallArgument", "ExceptionDetai ls", "CustomPreview", "PropertyDescriptor", "InternalPropertyDescriptor", "Execu tionContextDescription", "ExecutionContextDestroyedNotification", "ExecutionCont extCreatedNotification", "ExceptionThrownNotification", "ExceptionRevokedNotific ation", "ConsoleAPICalledNotification", "InspectRequestedNotification"] 55 "include_types": ["StackTrace", "CallFrame"],
56 "include_events": [],
57 "include": []
56 }, 58 },
57 { 59 {
58 "domain": "Schema" 60 "domain": "Schema"
59 }, 61 },
60 { 62 {
61 "domain": "Security" 63 "domain": "Security"
62 }, 64 },
63 { 65 {
64 "domain": "ServiceWorker" 66 "domain": "ServiceWorker"
65 }, 67 },
(...skipping 19 matching lines...) Expand all
85 }, 87 },
86 88
87 "lib": { 89 "lib": {
88 "package": "content/browser/devtools/protocol", 90 "package": "content/browser/devtools/protocol",
89 "output": "protocol", 91 "output": "protocol",
90 "string_header": "content/browser/devtools/protocol_string.h", 92 "string_header": "content/browser/devtools/protocol_string.h",
91 "export_macro": "CONTENT_EXPORT", 93 "export_macro": "CONTENT_EXPORT",
92 "export_header": "content/common/content_export.h" 94 "export_header": "content/common/content_export.h"
93 } 95 }
94 } 96 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698