OLD | NEW |
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 28 matching lines...) Expand all Loading... |
39 "domain": "Network", | 39 "domain": "Network", |
40 "include": ["enable", "disable", "clearBrowserCache", "clearBrow
serCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "setUse
rAgentOverride", "canEmulateNetworkConditions"], | 40 "include": ["enable", "disable", "clearBrowserCache", "clearBrow
serCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "setUse
rAgentOverride", "canEmulateNetworkConditions"], |
41 "include_types": ["CookieSameSite", "Cookie", "Response", "Heade
rs", "Request", "ResourceTiming", "SecurityDetails", "SignedCertificateTimestamp
", "Initiator", "ResourcePriority", "RequestWillBeSentNotification", "ResponseRe
ceivedNotification", "LoadingFinishedNotification", "LoadingFailedNotification",
"RequestWillBeSentNotification"], | 41 "include_types": ["CookieSameSite", "Cookie", "Response", "Heade
rs", "Request", "ResourceTiming", "SecurityDetails", "SignedCertificateTimestamp
", "Initiator", "ResourcePriority", "RequestWillBeSentNotification", "ResponseRe
ceivedNotification", "LoadingFinishedNotification", "LoadingFailedNotification",
"RequestWillBeSentNotification"], |
42 "include_events": ["requestWillBeSent", "responseReceived", "loa
dingFinished", "loadingFailed"], | 42 "include_events": ["requestWillBeSent", "responseReceived", "loa
dingFinished", "loadingFailed"], |
43 "async": ["getCookies", "getAllCookies", "deleteCookie", "setCoo
kie"] | 43 "async": ["getCookies", "getAllCookies", "deleteCookie", "setCoo
kie"] |
44 }, | 44 }, |
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", "printToPDF"], | 49 "setControlNavigations", "processNavigation", "printToPDF",
"maximizeWindow", "minimizeWindow", "setWindowFullscreen","setWindowBounds", |
| 50 "getWindowBounds"], |
50 "include_events": ["interstitialShown", "interstitialHidden", "n
avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic
ked"], | 51 "include_events": ["interstitialShown", "interstitialHidden", "n
avigationRequested", "screencastVisibilityChanged", "screencastFrame", "colorPic
ked"], |
51 "async": ["captureScreenshot", "printToPDF"] | 52 "async": ["captureScreenshot", "printToPDF"] |
52 }, | 53 }, |
53 { | 54 { |
54 "domain": "Runtime", | 55 "domain": "Runtime", |
55 "include_types": ["StackTrace", "CallFrame"], | 56 "include_types": ["StackTrace", "CallFrame"], |
56 "include_events": [], | 57 "include_events": [], |
57 "include": [] | 58 "include": [] |
58 }, | 59 }, |
59 { | 60 { |
(...skipping 27 matching lines...) Expand all Loading... |
87 }, | 88 }, |
88 | 89 |
89 "lib": { | 90 "lib": { |
90 "package": "content/browser/devtools/protocol", | 91 "package": "content/browser/devtools/protocol", |
91 "output": "protocol", | 92 "output": "protocol", |
92 "string_header": "content/browser/devtools/protocol_string.h", | 93 "string_header": "content/browser/devtools/protocol_string.h", |
93 "export_macro": "CONTENT_EXPORT", | 94 "export_macro": "CONTENT_EXPORT", |
94 "export_header": "content/common/content_export.h" | 95 "export_header": "content/common/content_export.h" |
95 } | 96 } |
96 } | 97 } |
OLD | NEW |