|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1433962 — _2025-03-18T04:29:59.000Z_ |
| 4 | +###### Diff: [`b9e45c3...6cf64d4`](https://github.com/ChromeDevTools/devtools-protocol/compare/b9e45c3...6cf64d4) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:858 @@ experimental domain Audits |
| 8 | + type SRIMessageSignatureIssueDetails extends object |
| 9 | + properties |
| 10 | + SRIMessageSignatureError error |
| 11 | ++ string signatureBase |
| 12 | + AffectedRequest request |
| 13 | + |
| 14 | + type GenericIssueErrorType extends string |
| 15 | +@@ -4594,7 +4595,8 @@ domain Emulation |
| 16 | + experimental optional Page.Viewport viewport |
| 17 | + # If set, the display feature of a multi-segment screen. If not set, multi-segment support |
| 18 | + # is turned-off. |
| 19 | +- experimental optional DisplayFeature displayFeature |
| 20 | ++ # Deprecated, use Emulation.setDisplayFeaturesOverride. |
| 21 | ++ experimental deprecated optional DisplayFeature displayFeature |
| 22 | + # If set, the posture of a foldable device. If not set the posture is set |
| 23 | + # to continuous. |
| 24 | + # Deprecated, use Emulation.setDevicePostureOverride. |
| 25 | +@@ -4612,6 +4614,18 @@ domain Emulation |
| 26 | + # Does nothing if no override is set. |
| 27 | + experimental command clearDevicePostureOverride |
| 28 | + |
| 29 | ++ # Start using the given display features to pupulate the Viewport Segments API. |
| 30 | ++ # This override can also be set in setDeviceMetricsOverride(). |
| 31 | ++ experimental command setDisplayFeaturesOverride |
| 32 | ++ parameters |
| 33 | ++ array of DisplayFeature features |
| 34 | ++ |
| 35 | ++ # Clears the display features override set with either setDeviceMetricsOverride() |
| 36 | ++ # or setDisplayFeaturesOverride() and starts using display features from the |
| 37 | ++ # platform again. |
| 38 | ++ # Does nothing if no override is set. |
| 39 | ++ experimental command clearDisplayFeaturesOverride |
| 40 | ++ |
| 41 | + experimental command setScrollbarsHidden |
| 42 | + parameters |
| 43 | + # Whether scrollbars should be always hidden. |
| 44 | +@@ -12903,6 +12917,7 @@ experimental domain Preload |
| 45 | + PrefetchFailedMIMENotSupported |
| 46 | + PrefetchFailedNetError |
| 47 | + PrefetchFailedNon2XX |
| 48 | ++ PrefetchEvictedAfterBrowsingDataRemoved |
| 49 | + PrefetchEvictedAfterCandidateRemoved |
| 50 | + PrefetchEvictedForNewerPrefetch |
| 51 | + PrefetchHeldback |
| 52 | +``` |
| 53 | + |
3 | 54 | ## Roll protocol to r1432532 — _2025-03-14T04:29:36.000Z_ |
4 | | -###### Diff: [`8d0eb7b...143cc5d`](https://github.com/ChromeDevTools/devtools-protocol/compare/8d0eb7b...143cc5d) |
| 55 | +###### Diff: [`8d0eb7b...b9e45c3`](https://github.com/ChromeDevTools/devtools-protocol/compare/8d0eb7b...b9e45c3) |
5 | 56 |
|
6 | 57 | ```diff |
7 | 58 | @@ browser_protocol.pdl:9911 @@ domain Page |
|
0 commit comments