1
1
diff --git a/BUILD.gn b/BUILD.gn
2
- index fddd525297..730127a7ec 100644
2
+ index 10fee26420..ba472209e8 100644
3
3
--- a/BUILD.gn
4
4
+++ b/BUILD.gn
5
- @@ -1606 ,6 +1606 ,8 @@ v8_source_set("v8_base ") {
5
+ @@ -1958 ,6 +1958 ,8 @@ v8_source_set("v8_base_without_compiler ") {
6
6
"include/v8-wasm-trap-handler-posix.h",
7
7
"include/v8.h",
8
8
"include/v8config.h",
@@ -259,7 +259,7 @@ index 0000000000..c8634677ac
259
259
+ };
260
260
+ }
261
261
diff --git a/src/inspector/inspector_protocol_config.json b/src/inspector/inspector_protocol_config.json
262
- index c4aa29ce99..3fbe51337b 100644
262
+ index c4aa29ce99..299cfbe24a 100644
263
263
--- a/src/inspector/inspector_protocol_config.json
264
264
+++ b/src/inspector/inspector_protocol_config.json
265
265
@@ -26,6 +26,37 @@
@@ -269,14 +269,14 @@ index c4aa29ce99..3fbe51337b 100644
269
269
+ },
270
270
+ {
271
271
+ "domain": "Page",
272
- + "exclude": ["getNavigationHistory", "navigateToHistoryEntry", "resetNavigationHistory", "captureScreenshot", "screencastFrameAck", "handleJavaScriptDialog", "setColorPickerEnabled",
272
+ + "exclude": ["getNavigationHistory", "navigateToHistoryEntry", "resetNavigationHistory", "captureScreenshot", "screencastFrameAck", "handleJavaScriptDialog", "setColorPickerEnabled",
273
273
+ "getAppManifest", "setControlNavigations", "processNavigation", "printToPDF", "bringToFront", "setDownloadBehavior", "navigate", "crash", "close", "setWebLifecycleState", "captureSnapshot"],
274
274
+ "async": ["getResourceContent", "searchInResource"],
275
275
+ "exclude_events": ["screencastFrame", "screencastVisibilityChanged", "colorPicked", "interstitialShown", "interstitialHidden", "javascriptDialogOpening", "javascriptDialogClosed", "navigationRequested"]
276
276
+ },
277
277
+ {
278
278
+ "domain": "Network",
279
- + "exclude": ["clearBrowserCache", "clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookies", "setCookie", "setCookies", "canEmulateNetworkConditions",
279
+ + "exclude": ["clearBrowserCache", "clearBrowserCookies", "getCookies", "getAllCookies", "deleteCookies", "setCookie", "setCookies", "canEmulateNetworkConditions",
280
280
+ "setRequestInterception", "continueInterceptedRequest", "getResponseBodyForInterception",
281
281
+ "takeResponseBodyForInterceptionAsStream"],
282
282
+ "async": ["getResponseBody", "getRequestPostData"]
@@ -286,7 +286,7 @@ index c4aa29ce99..3fbe51337b 100644
286
286
+ },
287
287
+ {
288
288
+ "domain": "CSS",
289
- + "async": ["enable"]
289
+ + "async": ["enable"]
290
290
+ },
291
291
+ {
292
292
+ "domain": "Overlay"
@@ -296,19 +296,20 @@ index c4aa29ce99..3fbe51337b 100644
296
296
+ },
297
297
+ {
298
298
+ "domain": "Security",
299
- + "include": []
299
+ + "include": []
300
300
}
301
301
]
302
302
},
303
303
diff --git a/src/inspector/js_protocol.pdl b/src/inspector/js_protocol.pdl
304
- index 93c988ea30..f4e5262466 100644
304
+ index e4715f47ef..e588be7051 100644
305
305
--- a/src/inspector/js_protocol.pdl
306
306
+++ b/src/inspector/js_protocol.pdl
307
- @@ -1462 ,3 +1462,3107 @@ deprecated domain Schema
307
+ @@ -1478 ,3 +1478,3108 @@ deprecated domain Schema
308
308
returns
309
309
# List of supported domains.
310
310
array of Domain domains
311
311
+
312
+ +
312
313
+ # Actions and events related to the inspected page belong to the page domain.
313
314
+ domain Page
314
315
+ depends on Debugger
0 commit comments