|
1 | 1 |
|
2 | 2 |
|
| 3 | +## Roll protocol to r1596832 — _2026-03-10T04:53:52.000Z_ |
| 4 | +###### Diff: [`50eddc4...734ff67`](https://github.com/ChromeDevTools/devtools-protocol/compare/50eddc4...734ff67) |
| 5 | + |
| 6 | +```diff |
| 7 | +@@ browser_protocol.pdl:56 @@ include domains/Tethering.pdl |
| 8 | + include domains/Tracing.pdl |
| 9 | + include domains/WebAudio.pdl |
| 10 | + include domains/WebAuthn.pdl |
| 11 | ++include domains/WebMCP.pdl |
| 12 | +``` |
| 13 | + |
3 | 14 | ## Roll protocol to r1595872 — _2026-03-07T04:48:07.000Z_ |
4 | | -###### Diff: [`374f160...05d7571`](https://github.com/ChromeDevTools/devtools-protocol/compare/374f160...05d7571) |
| 15 | +###### Diff: [`374f160...50eddc4`](https://github.com/ChromeDevTools/devtools-protocol/compare/374f160...50eddc4) |
5 | 16 |
|
6 | 17 | ```diff |
7 | 18 | @@ domains/Audits.pdl:258 @@ experimental domain Audits |
@@ -42290,73 +42301,4 @@ index 0dbdc01d..7a3c772c 100644 |
42290 | 42301 | + optional Page.FrameId frameId |
42291 | 42302 | # Credit card information to fill out the form. Credit card data is not saved. |
42292 | 42303 | CreditCard card |
42293 | | -``` |
42294 | | - |
42295 | | -## Roll protocol to r1143632 — _2023-05-13T04:26:23.000Z_ |
42296 | | -###### Diff: [`53a0f38...3c6f201`](https://github.com/ChromeDevTools/devtools-protocol/compare/53a0f38...3c6f201) |
42297 | | - |
42298 | | -```diff |
42299 | | -@@ browser_protocol.pdl:10996 @@ experimental domain Preload |
42300 | | - SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation |
42301 | | - MemoryPressureOnTrigger |
42302 | | - MemoryPressureAfterTriggered |
42303 | | -+ SpeculationRuleRemoved |
42304 | | -+ TriggerPageNavigated |
42305 | | -+ OtherPrerenderedPageActivated |
42306 | | - |
42307 | | - # Fired when a prerender attempt is completed. |
42308 | | - event prerenderAttemptCompleted |
42309 | | -@@ -11035,6 +11038,44 @@ experimental domain Preload |
42310 | | - # PreloadingTriggeringOutcome which not used by prefetch nor prerender. |
42311 | | - NotSupported |
42312 | | - |
42313 | | -+ # TODO(https://crbug.com/1384419): revisit the list of PrefetchStatus and |
42314 | | -+ # filter out the ones that aren't necessary to the developers. |
42315 | | -+ type PrefetchStatus extends string |
42316 | | -+ enum |
42317 | | -+ # Prefetch is not disabled by PrefetchHeldback. |
42318 | | -+ PrefetchAllowed |
42319 | | -+ PrefetchFailedIneligibleRedirect |
42320 | | -+ PrefetchFailedInvalidRedirect |
42321 | | -+ PrefetchFailedMIMENotSupported |
42322 | | -+ PrefetchFailedNetError |
42323 | | -+ PrefetchFailedNon2XX |
42324 | | -+ PrefetchFailedPerPageLimitExceeded |
42325 | | -+ PrefetchHeldback |
42326 | | -+ # A previous prefetch to the origin got a HTTP 503 response with an |
42327 | | -+ # Retry-After header that has no elapsed yet. |
42328 | | -+ PrefetchIneligibleRetryAfter |
42329 | | -+ PrefetchIsPrivacyDecoy |
42330 | | -+ PrefetchIsStale |
42331 | | -+ PrefetchNotEligibleBrowserContextOffTheRecord |
42332 | | -+ PrefetchNotEligibleDataSaverEnabled |
42333 | | -+ PrefetchNotEligibleExistingProxy |
42334 | | -+ PrefetchNotEligibleHostIsNonUnique |
42335 | | -+ PrefetchNotEligibleNonDefaultStoragePartition |
42336 | | -+ PrefetchNotEligibleSameSiteCrossOriginPrefetchRequiredProxy |
42337 | | -+ PrefetchNotEligibleSchemeIsNotHttps |
42338 | | -+ PrefetchNotEligibleUserHasCookies |
42339 | | -+ PrefetchNotEligibleUserHasServiceWorker |
42340 | | -+ PrefetchNotFinishedInTime |
42341 | | -+ PrefetchNotStarted |
42342 | | -+ PrefetchNotUsedCookiesChanged |
42343 | | -+ PrefetchProxyNotAvailable |
42344 | | -+ # The response of the prefetch is used for the next navigation. This is |
42345 | | -+ # the final successful state. |
42346 | | -+ PrefetchResponseUsed |
42347 | | -+ # The prefetch finished successfully but was never used. |
42348 | | -+ PrefetchSuccessfulButNotUsed |
42349 | | -+ PrefetchNotUsedProbeFailed |
42350 | | -+ |
42351 | | - # Fired when a prefetch attempt is updated. |
42352 | | - event prefetchStatusUpdated |
42353 | | - parameters |
42354 | | -@@ -11043,6 +11084,7 @@ experimental domain Preload |
42355 | | - Page.FrameId initiatingFrameId |
42356 | | - string prefetchUrl |
42357 | | - PreloadingStatus status |
42358 | | -+ PrefetchStatus prefetchStatus |
42359 | | - |
42360 | | - # Fired when a prerender attempt is updated. |
42361 | | - event prerenderStatusUpdated |
42362 | 42304 | ``` |
0 commit comments