|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1517051 — _2025-09-18T04:31:09.000Z_ |
| 4 | +###### Diff: [`86cf20a...a0d1f79`](https://github.com/ChromeDevTools/devtools-protocol/compare/86cf20a...a0d1f79) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:309 @@ experimental domain Audits |
| 8 | + WriteErrorInsufficientResources |
| 9 | + WriteErrorInvalidMatchField |
| 10 | + WriteErrorInvalidStructuredHeader |
| 11 | ++ WriteErrorInvalidTTLField |
| 12 | + WriteErrorNavigationRequest |
| 13 | + WriteErrorNoMatchField |
| 14 | ++ WriteErrorNonIntegerTTLField |
| 15 | + WriteErrorNonListMatchDestField |
| 16 | + WriteErrorNonSecureContext |
| 17 | + WriteErrorNonStringIdField |
| 18 | +diff --git a/pdl/domains/Page.pdl b/pdl/domains/Page.pdl |
| 19 | +index c1708696..bc07b8a2 100644 |
| 20 | +--- a/pdl/domains/Page.pdl |
| 21 | ++++ b/pdl/domains/Page.pdl |
| 22 | +@@ -1768,3 +1768,14 @@ domain Page |
| 23 | + experimental command setPrerenderingAllowed |
| 24 | + parameters |
| 25 | + boolean isAllowed |
| 26 | ++ |
| 27 | ++ # Enable/disable prewarming triggers manually. |
| 28 | ++ # |
| 29 | ++ # This command manages DSE Prewarming triggers. While a client is connected, |
| 30 | ++ # prewarming triggers are disabled by default. This command can change this |
| 31 | ++ # default behavior to allow the triggers, or to disallow them again. |
| 32 | ++ # See https://chromestatus.com/feature/6266608741908480 for more details on |
| 33 | ++ # the DSE Prewarming feature. |
| 34 | ++ experimental command setPrewarmingAllowed |
| 35 | ++ parameters |
| 36 | ++ boolean isAllowed |
| 37 | +``` |
| 38 | + |
3 | 39 | ## Roll protocol to r1516431 — _2025-09-17T04:30:57.000Z_ |
4 | | -###### Diff: [`0cac6fd...86d499e`](https://github.com/ChromeDevTools/devtools-protocol/compare/0cac6fd...86d499e) |
| 40 | +###### Diff: [`0cac6fd...86cf20a`](https://github.com/ChromeDevTools/devtools-protocol/compare/0cac6fd...86cf20a) |
5 | 41 |
|
6 | 42 | ```diff |
7 | 43 | @@ domains/Network.pdl:211 @@ domain Network |
@@ -42019,21 +42055,4 @@ index d4102f5c..6285d9b6 100644 |
42019 | 42055 | IdTokenHttpNotFound |
42020 | 42056 | IdTokenNoResponse |
42021 | 42057 | IdTokenInvalidResponse |
42022 | | -``` |
42023 | | - |
42024 | | -## Roll protocol to r1089613 — _2023-01-06T04:28:04.000Z_ |
42025 | | -###### Diff: [`6eb86f8...e97a9e4`](https://github.com/ChromeDevTools/devtools-protocol/compare/6eb86f8...e97a9e4) |
42026 | | - |
42027 | | -```diff |
42028 | | -@@ js_protocol.pdl:1741 @@ domain Runtime |
42029 | | - event executionContextDestroyed |
42030 | | - parameters |
42031 | | - # Id of the destroyed context |
42032 | | -- ExecutionContextId executionContextId |
42033 | | -+ deprecated ExecutionContextId executionContextId |
42034 | | -+ # Unique Id of the destroyed context |
42035 | | -+ experimental string executionContextUniqueId |
42036 | | - |
42037 | | - # Issued when all executionContexts were cleared in browser |
42038 | | - event executionContextsCleared |
42039 | 42058 | ``` |
0 commit comments