|
1 | 1 |
|
2 | 2 |
|
3 | 3 | ## Roll protocol to r1521046 — _2025-09-26T04:31:48.000Z_ |
4 | | -###### Diff: [`e3b838c...5864544`](https://github.com/ChromeDevTools/devtools-protocol/compare/e3b838c...5864544) |
| 4 | +###### Diff: [`e3b838c...f6820b4`](https://github.com/ChromeDevTools/devtools-protocol/compare/e3b838c...f6820b4) |
5 | 5 |
|
6 | 6 | ```diff |
7 | 7 | @@ domains/CSS.pdl:165 @@ experimental domain CSS |
@@ -42109,39 +42109,4 @@ index d4102f5c..6285d9b6 100644 |
42109 | 42109 |
|
42110 | 42110 | # Fired when a prerender attempt is completed. |
42111 | 42111 | experimental event prerenderAttemptCompleted |
42112 | | -``` |
42113 | | - |
42114 | | -## Roll protocol to r1093722 — _2023-01-18T04:28:24.000Z_ |
42115 | | -###### Diff: [`c03647c...370c224`](https://github.com/ChromeDevTools/devtools-protocol/compare/c03647c...370c224) |
42116 | | - |
42117 | | -```diff |
42118 | | -@@ browser_protocol.pdl:783 @@ experimental domain Audits |
42119 | | - NoSysexWebMIDIWithoutPermission |
42120 | | - NotificationInsecureOrigin |
42121 | | - NotificationPermissionRequestedIframe |
42122 | | -+ ObsoleteCreateImageBitmapImageOrientationNone |
42123 | | - ObsoleteWebRtcCipherSuite |
42124 | | - OpenWebDatabaseInsecureContext |
42125 | | - OverflowVisibleOnReplacedElement |
42126 | | -@@ -3681,7 +3682,9 @@ domain Emulation |
42127 | | - # Missing optional values will be filled in by the target with what it would normally use. |
42128 | | - experimental type UserAgentMetadata extends object |
42129 | | - properties |
42130 | | -+ # Brands appearing in Sec-CH-UA. |
42131 | | - optional array of UserAgentBrandVersion brands |
42132 | | -+ # Brands appearing in Sec-CH-UA-Full-Version-List. |
42133 | | - optional array of UserAgentBrandVersion fullVersionList |
42134 | | - deprecated optional string fullVersion |
42135 | | - string platform |
42136 | | -@@ -10550,6 +10553,10 @@ experimental domain WebAuthn |
42137 | | - # https://fidoalliance.org/specs/fido-v2.1-ps-20210615/fido-client-to-authenticator-protocol-v2.1-ps-20210615.html#sctn-minpinlength-extension |
42138 | | - # Defaults to false. |
42139 | | - optional boolean hasMinPinLength |
42140 | | -+ # If set to true, the authenticator will support the prf extension. |
42141 | | -+ # https://w3c.github.io/webauthn/#prf-extension |
42142 | | -+ # Defaults to false. |
42143 | | -+ optional boolean hasPrf |
42144 | | - # If set to true, tests of user presence will succeed immediately. |
42145 | | - # Otherwise, they will not be resolved. Defaults to true. |
42146 | | - optional boolean automaticPresenceSimulation |
42147 | 42112 | ``` |
0 commit comments