|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1472211 — _2025-06-11T04:31:52.000Z_ |
| 4 | +###### Diff: [`00f18fe...1701250`](https://github.com/ChromeDevTools/devtools-protocol/compare/00f18fe...1701250) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:4467 @@ domain Emulation |
| 8 | + pause |
| 9 | + pauseIfNetworkFetchesPending |
| 10 | + |
| 11 | ++ # Used to specify User Agent form-factor values. See https://wicg.github.io/ua-client-hints/#sec-ch-ua-form-factors |
| 12 | ++ experimental type UserAgentFormFactor extends string |
| 13 | ++ enum |
| 14 | ++ Desktop |
| 15 | ++ Automotive |
| 16 | ++ Mobile |
| 17 | ++ Tablet |
| 18 | ++ XR |
| 19 | ++ EInk |
| 20 | ++ Watch |
| 21 | ++ |
| 22 | + # Used to specify User Agent Client Hints to emulate. See https://wicg.github.io/ua-client-hints |
| 23 | + experimental type UserAgentBrandVersion extends object |
| 24 | + properties |
| 25 | +@@ -4489,6 +4500,7 @@ domain Emulation |
| 26 | + boolean mobile |
| 27 | + optional string bitness |
| 28 | + optional boolean wow64 |
| 29 | ++ optional array of UserAgentFormFactor formFactors |
| 30 | + |
| 31 | + # Used to specify sensor types to emulate. |
| 32 | + # See https://w3c.github.io/sensors/#automation for more information. |
| 33 | +``` |
| 34 | + |
3 | 35 | ## Roll protocol to r1470888 — _2025-06-07T04:31:13.000Z_ |
4 | | -###### Diff: [`2823d32...a0e22c9`](https://github.com/ChromeDevTools/devtools-protocol/compare/2823d32...a0e22c9) |
| 36 | +###### Diff: [`2823d32...00f18fe`](https://github.com/ChromeDevTools/devtools-protocol/compare/2823d32...00f18fe) |
5 | 37 |
|
6 | 38 | ```diff |
7 | 39 | @@ browser_protocol.pdl:4700 @@ domain Emulation |
@@ -13991,18 +14023,4 @@ index 8d8211b..2d56043 100644 |
13991 | 14023 |
|
13992 | 14024 | event loadEventFired |
13993 | 14025 | parameters |
13994 | | -``` |
13995 | | - |
13996 | | -## Roll protocol to r1045489 — _2022-09-10T04:51:55.000Z_ |
13997 | | -###### Diff: [`08793fb...379658e`](https://github.com/ChromeDevTools/devtools-protocol/compare/08793fb...379658e) |
13998 | | - |
13999 | | -```diff |
14000 | | -@@ browser_protocol.pdl:701 @@ experimental domain Audits |
14001 | | - type AttributionReportingIssueType extends string |
14002 | | - enum |
14003 | | - PermissionPolicyDisabled |
14004 | | -+ PermissionPolicyNotDelegated |
14005 | | - UntrustworthyReportingOrigin |
14006 | | - InsecureContext |
14007 | | - # TODO(apaseltiner): Rename this to InvalidRegisterSourceHeader |
14008 | 14026 | ``` |
0 commit comments