|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1461159 — _2025-05-16T04:31:23.000Z_ |
| 4 | +###### Diff: [`3716d55...374cfbc`](https://github.com/ChromeDevTools/devtools-protocol/compare/3716d55...374cfbc) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:4744 @@ domain Emulation |
| 8 | + PressureSource source |
| 9 | + optional PressureMetadata metadata |
| 10 | + |
| 11 | ++ # TODO: OBSOLETE: To remove when setPressureDataOverride is merged. |
| 12 | + # Provides a given pressure state that will be processed and eventually be |
| 13 | + # delivered to PressureObserver users. |source| must have been previously |
| 14 | + # overridden by setPressureSourceOverrideEnabled. |
| 15 | +@@ -4752,6 +4753,15 @@ domain Emulation |
| 16 | + PressureSource source |
| 17 | + PressureState state |
| 18 | + |
| 19 | ++ # Provides a given pressure data set that will be processed and eventually be |
| 20 | ++ # delivered to PressureObserver users. |source| must have been previously |
| 21 | ++ # overridden by setPressureSourceOverrideEnabled. |
| 22 | ++ experimental command setPressureDataOverride |
| 23 | ++ parameters |
| 24 | ++ PressureSource source |
| 25 | ++ PressureState state |
| 26 | ++ optional number ownContributionEstimate |
| 27 | ++ |
| 28 | + # Overrides the Idle state. |
| 29 | + command setIdleOverride |
| 30 | + parameters |
| 31 | +@@ -13050,7 +13060,6 @@ experimental domain Preload |
| 32 | + InvalidSchemeRedirect |
| 33 | + InvalidSchemeNavigation |
| 34 | + NavigationRequestBlockedByCsp |
| 35 | +- MainFrameNavigation |
| 36 | + MojoBinderPolicy |
| 37 | + RendererProcessCrashed |
| 38 | + RendererProcessKilled |
| 39 | +``` |
| 40 | + |
3 | 41 | ## Roll protocol to r1460501 — _2025-05-15T04:31:15.000Z_ |
4 | | -###### Diff: [`18bb399...816a0b3`](https://github.com/ChromeDevTools/devtools-protocol/compare/18bb399...816a0b3) |
| 42 | +###### Diff: [`18bb399...3716d55`](https://github.com/ChromeDevTools/devtools-protocol/compare/18bb399...3716d55) |
5 | 43 |
|
6 | 44 | ```diff |
7 | 45 | @@ browser_protocol.pdl:11250 @@ experimental domain Storage |
@@ -13876,18 +13914,4 @@ index 8d8211b..2d56043 100644 |
13876 | 13914 |
|
13877 | 13915 | event loadEventFired |
13878 | 13916 | parameters |
13879 | | -``` |
13880 | | - |
13881 | | -## Roll protocol to r1031356 — _2022-08-04T04:34:29.000Z_ |
13882 | | -###### Diff: [`ced9091...4b0d166`](https://github.com/ChromeDevTools/devtools-protocol/compare/ced9091...4b0d166) |
13883 | | - |
13884 | | -```diff |
13885 | | -@@ browser_protocol.pdl:845 @@ experimental domain Audits |
13886 | | - ClientMetadataHttpNotFound |
13887 | | - ClientMetadataNoResponse |
13888 | | - ClientMetadataInvalidResponse |
13889 | | -- ClientMetadataMissingPrivacyPolicyUrl |
13890 | | - DisabledInSettings |
13891 | | - ErrorFetchingSignin |
13892 | | - InvalidSigninResponse |
13893 | 13917 | ``` |
0 commit comments