|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1629771 — _2026-05-13T05:38:01.000Z_ |
| 4 | +###### Diff: [`f223775...9cd4e93`](https://github.com/ChromeDevTools/devtools-protocol/compare/f223775...9cd4e93) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ domains/Audits.pdl:346 @@ experimental domain Audits |
| 8 | + ValidationFailedInvalidLength |
| 9 | + ValidationFailedSignatureMismatch |
| 10 | + ValidationFailedIntegrityMismatch |
| 11 | ++ SignatureBaseUnknownDerivedComponent |
| 12 | ++ SignatureBaseMissingHeader |
| 13 | ++ SignatureBaseInvalidUnencodedDigest |
| 14 | ++ SignatureBaseUnsupportedComponent |
| 15 | + |
| 16 | + type UnencodedDigestError extends string |
| 17 | + enum |
| 18 | +diff --git a/pdl/domains/Preload.pdl b/pdl/domains/Preload.pdl |
| 19 | +index 411401ea..5efa7d88 100644 |
| 20 | +--- a/pdl/domains/Preload.pdl |
| 21 | ++++ b/pdl/domains/Preload.pdl |
| 22 | +@@ -191,6 +191,7 @@ experimental domain Preload |
| 23 | + BrowsingDataRemoved |
| 24 | + PrerenderHostReused |
| 25 | + FormSubmitWhenPrerendering |
| 26 | ++ CrossDocumentRestart |
| 27 | + |
| 28 | + # Fired when a preload enabled state is updated. |
| 29 | + event preloadEnabledStateUpdated |
| 30 | +diff --git a/pdl/domains/SmartCardEmulation.pdl b/pdl/domains/SmartCardEmulation.pdl |
| 31 | +index 3daf2503..9d3d96d9 100644 |
| 32 | +--- a/pdl/domains/SmartCardEmulation.pdl |
| 33 | ++++ b/pdl/domains/SmartCardEmulation.pdl |
| 34 | +@@ -47,7 +47,6 @@ experimental domain SmartCardEmulation |
| 35 | + shutdown |
| 36 | + |
| 37 | + # Maps to SCARD_E_UNKNOWN_CARD. |
| 38 | +- # TODO(crbug.com/472114998): Rename Mojo's kUnknownError to kUnknownCard to match. |
| 39 | + unknown-card |
| 40 | + |
| 41 | + # Error code that is not mapped in this enum. |
| 42 | +``` |
| 43 | + |
3 | 44 | ## Roll protocol to r1628107 — _2026-05-09T05:30:25.000Z_ |
4 | | -###### Diff: [`b3d7e08...20b0a4e`](https://github.com/ChromeDevTools/devtools-protocol/compare/b3d7e08...20b0a4e) |
| 45 | +###### Diff: [`b3d7e08...145f3d6`](https://github.com/ChromeDevTools/devtools-protocol/compare/b3d7e08...145f3d6) |
5 | 46 |
|
6 | 47 | ```diff |
7 | 48 | @@ domains/Audits.pdl:425 @@ experimental domain Audits |
@@ -42908,42 +42949,4 @@ index 4754f17c..8dad9c98 100644 |
42908 | 42949 | event requestPaused |
42909 | 42950 | parameters |
42910 | 42951 | # Each request the page makes will have a unique id. |
42911 | | -``` |
42912 | | - |
42913 | | -## Roll protocol to r1170333 — _2023-07-14T04:28:05.000Z_ |
42914 | | -###### Diff: [`dd37d9b...b1cb882`](https://github.com/ChromeDevTools/devtools-protocol/compare/dd37d9b...b1cb882) |
42915 | | - |
42916 | | -```diff |
42917 | | -@@ browser_protocol.pdl:6268 @@ domain Network |
42918 | | - MonotonicTime timestamp |
42919 | | - # Total number of bytes received for this request. |
42920 | | - number encodedDataLength |
42921 | | -- # Set when 1) response was blocked by Cross-Origin Read Blocking and also |
42922 | | -- # 2) this needs to be reported to the DevTools console. |
42923 | | -- optional boolean shouldReportCorbBlocking |
42924 | | - |
42925 | | - # Details of an intercepted HTTP request, which must be either allowed, blocked, modified or |
42926 | | - # mocked. |
42927 | | -``` |
42928 | | - |
42929 | | -## Roll protocol to r1169739 — _2023-07-13T04:27:48.000Z_ |
42930 | | -###### Diff: [`697a922...dd37d9b`](https://github.com/ChromeDevTools/devtools-protocol/compare/697a922...dd37d9b) |
42931 | | - |
42932 | | -```diff |
42933 | | -@@ browser_protocol.pdl:8581 @@ domain Page |
42934 | | - FencedFramesEmbedder |
42935 | | - CookieDisabled |
42936 | | - HTTPAuthRequired |
42937 | | -+ CookieFlushed |
42938 | | - #Blocklisted features |
42939 | | - WebSocket |
42940 | | - WebTransport |
42941 | | -@@ -11239,6 +11240,7 @@ experimental domain Preload |
42942 | | - MemoryPressureAfterTriggered |
42943 | | - PrerenderingDisabledByDevTools |
42944 | | - ResourceLoadBlockedByClient |
42945 | | -+ SpeculationRuleRemoved |
42946 | | - |
42947 | | - # Fired when a prerender attempt is completed. |
42948 | | - event prerenderAttemptCompleted |
42949 | 42952 | ``` |
0 commit comments