|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1477697 — _2025-06-24T04:32:08.000Z_ |
| 4 | +###### Diff: [`b6236d7...acdbe1e`](https://github.com/ChromeDevTools/devtools-protocol/compare/b6236d7...acdbe1e) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:9720 @@ domain Page |
| 8 | + # Clears seeded compilation cache. |
| 9 | + experimental command clearCompilationCache |
| 10 | + |
| 11 | +- # Enum of possible auto-response for permission / prompt dialogs. |
| 12 | +- experimental type AutoResponseMode extends string |
| 13 | +- enum |
| 14 | +- none |
| 15 | +- autoAccept |
| 16 | +- autoReject |
| 17 | +- autoOptOut |
| 18 | +- |
| 19 | + # Sets the Secure Payment Confirmation transaction mode. |
| 20 | + # https://w3c.github.io/secure-payment-confirmation/#sctn-automation-set-spc-transaction-mode |
| 21 | + experimental command setSPCTransactionMode |
| 22 | + parameters |
| 23 | +- AutoResponseMode mode |
| 24 | ++ enum mode |
| 25 | ++ none |
| 26 | ++ autoAccept |
| 27 | ++ autoChooseToAuthAnotherWay |
| 28 | ++ autoReject |
| 29 | ++ autoOptOut |
| 30 | + |
| 31 | + # Extensions for Custom Handlers API: |
| 32 | + # https://html.spec.whatwg.org/multipage/system-state.html#rph-automation |
| 33 | + experimental command setRPHRegistrationMode |
| 34 | + parameters |
| 35 | +- AutoResponseMode mode |
| 36 | ++ enum mode |
| 37 | ++ none |
| 38 | ++ autoAccept |
| 39 | ++ autoReject |
| 40 | + |
| 41 | + # Generates a report for testing. |
| 42 | + experimental command generateTestReport |
| 43 | +``` |
| 44 | + |
3 | 45 | ## Roll protocol to r1475386 — _2025-06-18T04:31:55.000Z_ |
4 | | -###### Diff: [`f9ae1d4...30c62f4`](https://github.com/ChromeDevTools/devtools-protocol/compare/f9ae1d4...30c62f4) |
| 46 | +###### Diff: [`f9ae1d4...b6236d7`](https://github.com/ChromeDevTools/devtools-protocol/compare/f9ae1d4...b6236d7) |
5 | 47 |
|
6 | 48 | ```diff |
7 | 49 | @@ browser_protocol.pdl:11541 @@ experimental domain Storage |
@@ -14045,19 +14087,4 @@ index b3b97fa..6efcf78 100644 |
14045 | 14087 | PersistentQuotaType |
14046 | 14088 | PictureSourceSrc |
14047 | 14089 | PrefixedCancelAnimationFrame |
14048 | | -``` |
14049 | | - |
14050 | | -## Roll protocol to r1049481 — _2022-09-21T04:59:07.000Z_ |
14051 | | -###### Diff: [`8f2c950...32a0581`](https://github.com/ChromeDevTools/devtools-protocol/compare/8f2c950...32a0581) |
14052 | | - |
14053 | | -```diff |
14054 | | -@@ browser_protocol.pdl:8466 @@ domain Page |
14055 | | - DataSaverEnabled |
14056 | | - HasEffectiveUrl |
14057 | | - ActivatedBeforeStarted |
14058 | | -+ InactivePageRestriction |
14059 | | -+ StartFailed |
14060 | | - |
14061 | | - # Fired when a prerender attempt is completed. |
14062 | | - experimental event prerenderAttemptCompleted |
14063 | 14090 | ``` |
0 commit comments