|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1473885 — _2025-06-14T04:31:36.000Z_ |
| 4 | +###### Diff: [`048403a...3b68dfa`](https://github.com/ChromeDevTools/devtools-protocol/compare/048403a...3b68dfa) |
| 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 | +@@ -4500,7 +4489,9 @@ domain Emulation |
| 26 | + boolean mobile |
| 27 | + optional string bitness |
| 28 | + optional boolean wow64 |
| 29 | +- optional array of UserAgentFormFactor formFactors |
| 30 | ++ # Used to specify User Agent form-factor values. |
| 31 | ++ # See https://wicg.github.io/ua-client-hints/#sec-ch-ua-form-factors |
| 32 | ++ optional array of string formFactors |
| 33 | + |
| 34 | + # Used to specify sensor types to emulate. |
| 35 | + # See https://w3c.github.io/sensors/#automation for more information. |
| 36 | +``` |
| 37 | + |
3 | 38 | ## Roll protocol to r1473367 — _2025-06-13T04:31:57.000Z_ |
4 | | -###### Diff: [`8991629...e076b98`](https://github.com/ChromeDevTools/devtools-protocol/compare/8991629...e076b98) |
| 39 | +###### Diff: [`8991629...048403a`](https://github.com/ChromeDevTools/devtools-protocol/compare/8991629...048403a) |
5 | 40 |
|
6 | 41 | ```diff |
7 | 42 | @@ browser_protocol.pdl:6931 @@ domain Network |
@@ -14006,18 +14041,4 @@ index 8d8211b..2d56043 100644 |
14006 | 14041 |
|
14007 | 14042 | command startTrackingHeapObjects |
14008 | 14043 | parameters |
14009 | | -``` |
14010 | | - |
14011 | | -## Roll protocol to r1048352 — _2022-09-17T04:46:41.000Z_ |
14012 | | -###### Diff: [`f628653...8fd85c8`](https://github.com/ChromeDevTools/devtools-protocol/compare/f628653...8fd85c8) |
14013 | | - |
14014 | | -```diff |
14015 | | -@@ browser_protocol.pdl:772 @@ experimental domain Audits |
14016 | | - HostCandidateAttributeGetter |
14017 | | - IdentityInCanMakePaymentEvent |
14018 | | - InsecurePrivateNetworkSubresourceRequest |
14019 | | -- LegacyConstraintGoogIPv6 |
14020 | | - LocalCSSFileExtensionRejected |
14021 | | - MediaSourceAbortRemove |
14022 | | - MediaSourceDurationTruncatingBuffered |
14023 | 14044 | ``` |
0 commit comments