| 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 14 matching lines...) Expand all Loading... |
| 25 { | 25 { |
| 26 "domain": "IO", | 26 "domain": "IO", |
| 27 "async": ["read"] | 27 "async": ["read"] |
| 28 }, | 28 }, |
| 29 { | 29 { |
| 30 "domain": "Memory", | 30 "domain": "Memory", |
| 31 "include": ["setPressureNotificationsSuppressed", "simulatePress
ureNotification"] | 31 "include": ["setPressureNotificationsSuppressed", "simulatePress
ureNotification"] |
| 32 }, | 32 }, |
| 33 { | 33 { |
| 34 "domain": "Network", | 34 "domain": "Network", |
| 35 "include": ["enable", "disable", "clearBrowserCache", "clearBrow
serCookies", "getCookies", "deleteCookie", "setCookie", "canEmulateNetworkCondit
ions"], | 35 "include": ["enable", "disable", "clearBrowserCache", "clearBrow
serCookies", "getCookies", "getAllCookies", "deleteCookie", "setCookie", "canEmu
lateNetworkConditions"], |
| 36 "include_types": ["CookieSameSite", "Cookie"], | 36 "include_types": ["CookieSameSite", "Cookie"], |
| 37 "include_events": [], | 37 "include_events": [], |
| 38 "async": ["getCookies", "deleteCookie", "setCookie"] | 38 "async": ["getCookies", "getAllCookies", "deleteCookie", "setCoo
kie"] |
| 39 }, | 39 }, |
| 40 { | 40 { |
| 41 "domain": "Page", | 41 "domain": "Page", |
| 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 { |
| (...skipping 15 matching lines...) Expand all Loading... |
| 64 }, | 64 }, |
| 65 | 65 |
| 66 "lib": { | 66 "lib": { |
| 67 "package": "content/browser/devtools/protocol", | 67 "package": "content/browser/devtools/protocol", |
| 68 "output": "protocol", | 68 "output": "protocol", |
| 69 "string_header": "content/browser/devtools/protocol_string.h", | 69 "string_header": "content/browser/devtools/protocol_string.h", |
| 70 "export_macro": "CONTENT_EXPORT", | 70 "export_macro": "CONTENT_EXPORT", |
| 71 "export_header": "content/common/content_export.h" | 71 "export_header": "content/common/content_export.h" |
| 72 } | 72 } |
| 73 } | 73 } |
| OLD | NEW |