|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1534754 — _2025-10-24T04:31:25.000Z_ |
| 4 | +###### Diff: [`d2b130f...a5ba850`](https://github.com/ChromeDevTools/devtools-protocol/compare/d2b130f...a5ba850) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Network.pdl:1929 @@ domain Network |
| 8 | + # Fired once security policy has been updated. |
| 9 | + experimental event policyUpdated |
| 10 | + |
| 11 | +- # Fired once when parsing the .wbn file has succeeded. |
| 12 | +- # The event contains the information about the web bundle contents. |
| 13 | +- experimental event subresourceWebBundleMetadataReceived |
| 14 | +- parameters |
| 15 | +- # Request identifier. Used to match this information to another event. |
| 16 | +- RequestId requestId |
| 17 | +- # A list of URLs of resources in the subresource Web Bundle. |
| 18 | +- array of string urls |
| 19 | +- |
| 20 | +- # Fired once when parsing the .wbn file has failed. |
| 21 | +- experimental event subresourceWebBundleMetadataError |
| 22 | +- parameters |
| 23 | +- # Request identifier. Used to match this information to another event. |
| 24 | +- RequestId requestId |
| 25 | +- # Error message |
| 26 | +- string errorMessage |
| 27 | +- |
| 28 | +- # Fired when handling requests for resources within a .wbn file. |
| 29 | +- # Note: this will only be fired for resources that are requested by the webpage. |
| 30 | +- experimental event subresourceWebBundleInnerResponseParsed |
| 31 | +- parameters |
| 32 | +- # Request identifier of the subresource request |
| 33 | +- RequestId innerRequestId |
| 34 | +- # URL of the subresource resource. |
| 35 | +- string innerRequestURL |
| 36 | +- # Bundle request identifier. Used to match this information to another event. |
| 37 | +- # This made be absent in case when the instrumentation was enabled only |
| 38 | +- # after webbundle was parsed. |
| 39 | +- optional RequestId bundleRequestId |
| 40 | +- |
| 41 | +- # Fired when request for resources within a .wbn file failed. |
| 42 | +- experimental event subresourceWebBundleInnerResponseError |
| 43 | +- parameters |
| 44 | +- # Request identifier of the subresource request |
| 45 | +- RequestId innerRequestId |
| 46 | +- # URL of the subresource resource. |
| 47 | +- string innerRequestURL |
| 48 | +- # Error message |
| 49 | +- string errorMessage |
| 50 | +- # Bundle request identifier. Used to match this information to another event. |
| 51 | +- # This made be absent in case when the instrumentation was enabled only |
| 52 | +- # after webbundle was parsed. |
| 53 | +- optional RequestId bundleRequestId |
| 54 | +- |
| 55 | + experimental type CrossOriginOpenerPolicyValue extends string |
| 56 | + enum |
| 57 | + SameOrigin |
| 58 | +``` |
| 59 | + |
3 | 60 | ## Roll protocol to r1532728 — _2025-10-21T04:31:48.000Z_ |
4 | | -###### Diff: [`b7cda17...0ba3302`](https://github.com/ChromeDevTools/devtools-protocol/compare/b7cda17...0ba3302) |
| 61 | +###### Diff: [`b7cda17...d2b130f`](https://github.com/ChromeDevTools/devtools-protocol/compare/b7cda17...d2b130f) |
5 | 62 |
|
6 | 63 | ```diff |
7 | 64 | @@ domains/Inspector.pdl:23 @@ experimental domain Inspector |
@@ -42051,34 +42108,4 @@ index d4102f5c..6285d9b6 100644 |
42051 | 42108 |
|
42052 | 42109 | # Generates a report for testing. |
42053 | 42110 | experimental command generateTestReport |
42054 | | -``` |
42055 | | - |
42056 | | -## Roll protocol to r1101329 — _2023-02-04T04:27:44.000Z_ |
42057 | | -###### Diff: [`5d7fa4e...81bd251`](https://github.com/ChromeDevTools/devtools-protocol/compare/5d7fa4e...81bd251) |
42058 | | - |
42059 | | -```diff |
42060 | | -@@ browser_protocol.pdl:8159 @@ domain Page |
42061 | | - autoReject |
42062 | | - autoOptOut |
42063 | | - |
42064 | | -+ # Extensions for Custom Handlers API: |
42065 | | -+ # https://html.spec.whatwg.org/multipage/system-state.html#rph-automation |
42066 | | -+ experimental command setRPHRegistrationMode |
42067 | | -+ parameters |
42068 | | -+ enum mode |
42069 | | -+ none |
42070 | | -+ autoaccept |
42071 | | -+ autoreject |
42072 | | -+ |
42073 | | - # Generates a report for testing. |
42074 | | - experimental command generateTestReport |
42075 | | - parameters |
42076 | | -@@ -8587,6 +8596,7 @@ domain Page |
42077 | | - PreloadingDisabled |
42078 | | - BatterySaverEnabled |
42079 | | - ActivatedDuringMainFrameNavigation |
42080 | | -+ PreloadingUnsupportedByWebContents |
42081 | | - |
42082 | | - # Fired when a prerender attempt is completed. |
42083 | | - experimental event prerenderAttemptCompleted |
42084 | 42111 | ``` |
0 commit comments