|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1519099 — _2025-09-23T04:31:20.000Z_ |
| 4 | +###### Diff: [`78aae66...ddea858`](https://github.com/ChromeDevTools/devtools-protocol/compare/78aae66...ddea858) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Page.pdl:1768 @@ domain Page |
| 8 | + experimental command setPrerenderingAllowed |
| 9 | + parameters |
| 10 | + boolean isAllowed |
| 11 | +- |
| 12 | +- # Enable/disable prewarming triggers manually. |
| 13 | +- # |
| 14 | +- # This command manages DSE Prewarming triggers. While a client is connected, |
| 15 | +- # prewarming triggers are disabled by default. This command can change this |
| 16 | +- # default behavior to allow the triggers, or to disallow them again. |
| 17 | +- # See https://chromestatus.com/feature/6266608741908480 for more details on |
| 18 | +- # the DSE Prewarming feature. |
| 19 | +- experimental command setPrewarmingAllowed |
| 20 | +- parameters |
| 21 | +- boolean isAllowed |
| 22 | +``` |
| 23 | + |
3 | 24 | ## Roll protocol to r1518305 — _2025-09-20T04:30:57.000Z_ |
4 | | -###### Diff: [`418ab00...4373a07`](https://github.com/ChromeDevTools/devtools-protocol/compare/418ab00...4373a07) |
| 25 | +###### Diff: [`418ab00...78aae66`](https://github.com/ChromeDevTools/devtools-protocol/compare/418ab00...78aae66) |
5 | 26 |
|
6 | 27 | ```diff |
7 | 28 | @@ domains/Network.pdl:1087 @@ domain Network |
@@ -42095,26 +42116,4 @@ index d4102f5c..6285d9b6 100644 |
42095 | 42116 |
|
42096 | 42117 | # Depending on the concrete errorType, different properties are set. |
42097 | 42118 | type GenericIssueDetails extends object |
42098 | | -``` |
42099 | | - |
42100 | | -## Roll protocol to r1092232 — _2023-01-13T04:28:35.000Z_ |
42101 | | -###### Diff: [`aef3081...a9c500f`](https://github.com/ChromeDevTools/devtools-protocol/compare/aef3081...a9c500f) |
42102 | | - |
42103 | | -```diff |
42104 | | -@@ browser_protocol.pdl:744 @@ experimental domain Audits |
42105 | | - enum |
42106 | | - CrossOriginPortalPostMessageError |
42107 | | - FormLabelForNameError |
42108 | | -+ FormDuplicateIdForInputError |
42109 | | - |
42110 | | - # Depending on the concrete errorType, different properties are set. |
42111 | | - type GenericIssueDetails extends object |
42112 | | -@@ -7236,6 +7237,8 @@ domain Page |
42113 | | - usb |
42114 | | - vertical-scroll |
42115 | | - web-share |
42116 | | -+ # Alias for 'window-placement' (crbug.com/1328581). |
42117 | | -+ window-management |
42118 | | - window-placement |
42119 | | - xr-spatial-tracking |
42120 | 42119 | ``` |
0 commit comments