File tree Expand file tree Collapse file tree 5 files changed +20
-18
lines changed
Expand file tree Collapse file tree 5 files changed +20
-18
lines changed Original file line number Diff line number Diff line change 11
22
3+ ## Roll protocol to r1367902 — _ 2024-10-12T04:29:12.000Z_
4+ ###### Diff: [ ` 770b664...3d277cb ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/770b664...3d277cb )
5+
6+ ``` diff
7+ @@ browser_protocol.pdl:12431 @@ experimental domain Preload
8+ SlowNetwork
9+ OtherPrerenderedPageActivated
10+ V8OptimizerDisabled
11+ + PrerenderFailedDuringPrefetch
12+
13+ # Fired when a preload enabled state is updated.
14+ event preloadEnabledStateUpdated
15+ ```
16+
317## Roll protocol to r1366620 — _ 2024-10-10T04:29:17.000Z_
4- ###### Diff: [ ` c2f5637...6a08eae ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/c2f5637...6a08eae )
18+ ###### Diff: [ ` c2f5637...770b664 ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/c2f5637...770b664 )
519
620``` diff
721@@ browser_protocol.pdl:918 @@ experimental domain Audits
@@ -12119,18 +12133,4 @@ index 18cf0c7..8e43695 100644
1211912133
1212012134 # Fired when a prerender attempt is completed.
1212112135 event prerenderAttemptCompleted
12122- ```
12123-
12124- ## Roll protocol to r1001785 — _ 2022-05-10T23:15:25.000Z_
12125- ###### Diff: [ ` 6d1c894...ae07002 ` ] ( https://github.com/ChromeDevTools/devtools-protocol/compare/6d1c894...ae07002 )
12126-
12127- ``` diff
12128- @@ browser_protocol.pdl:699 @@ experimental domain Audits
12129- PermissionPolicyDisabled
12130- AttributionSourceUntrustworthyOrigin
12131- AttributionUntrustworthyOrigin
12132- + InvalidHeader
12133-
12134- # Details for issues around "Attribution Reporting API" usage.
12135- # Explainer: https://github.com/WICG/conversion-measurement-api
1213612136```
Original file line number Diff line number Diff line change 2631126311 "WindowClosed",
2631226312 "SlowNetwork",
2631326313 "OtherPrerenderedPageActivated",
26314- "V8OptimizerDisabled"
26314+ "V8OptimizerDisabled",
26315+ "PrerenderFailedDuringPrefetch"
2631526316 ]
2631626317 },
2631726318 {
Original file line number Diff line number Diff line change 11{
22 "name" : " devtools-protocol" ,
3- "version" : " 0.0.1366620 " ,
3+ "version" : " 0.0.1367902 " ,
44 "description" : " The Chrome DevTools Protocol JSON" ,
55 "repository" : " https://github.com/ChromeDevTools/devtools-protocol" ,
66 "author" : " The Chromium Authors" ,
Original file line number Diff line number Diff line change @@ -12431,6 +12431,7 @@ experimental domain Preload
1243112431 SlowNetwork
1243212432 OtherPrerenderedPageActivated
1243312433 V8OptimizerDisabled
12434+ PrerenderFailedDuringPrefetch
1243412435
1243512436 # Fired when a preload enabled state is updated.
1243612437 event preloadEnabledStateUpdated
Original file line number Diff line number Diff line change @@ -18637,7 +18637,7 @@ export namespace Protocol {
1863718637 /**
1863818638 * List of FinalStatus reasons for Prerender2.
1863918639 */
18640- export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'MemoryLimitExceeded' | 'DataSaverEnabled' | 'TriggerUrlHasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirectInInitialNavigation' | 'CrossSiteNavigationInInitialNavigation' | 'SameSiteCrossOriginRedirectNotOptInInInitialNavigation' | 'SameSiteCrossOriginNavigationNotOptInInInitialNavigation' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible' | 'PreloadingDisabled' | 'BatterySaverEnabled' | 'ActivatedDuringMainFrameNavigation' | 'PreloadingUnsupportedByWebContents' | 'CrossSiteRedirectInMainFrameNavigation' | 'CrossSiteNavigationInMainFrameNavigation' | 'SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation' | 'SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation' | 'MemoryPressureOnTrigger' | 'MemoryPressureAfterTriggered' | 'PrerenderingDisabledByDevTools' | 'SpeculationRuleRemoved' | 'ActivatedWithAuxiliaryBrowsingContexts' | 'MaxNumOfRunningEagerPrerendersExceeded' | 'MaxNumOfRunningNonEagerPrerendersExceeded' | 'MaxNumOfRunningEmbedderPrerendersExceeded' | 'PrerenderingUrlHasEffectiveUrl' | 'RedirectedPrerenderingUrlHasEffectiveUrl' | 'ActivationUrlHasEffectiveUrl' | 'JavaScriptInterfaceAdded' | 'JavaScriptInterfaceRemoved' | 'AllPrerenderingCanceled' | 'WindowClosed' | 'SlowNetwork' | 'OtherPrerenderedPageActivated' | 'V8OptimizerDisabled');
18640+ export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'MemoryLimitExceeded' | 'DataSaverEnabled' | 'TriggerUrlHasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirectInInitialNavigation' | 'CrossSiteNavigationInInitialNavigation' | 'SameSiteCrossOriginRedirectNotOptInInInitialNavigation' | 'SameSiteCrossOriginNavigationNotOptInInInitialNavigation' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible' | 'PreloadingDisabled' | 'BatterySaverEnabled' | 'ActivatedDuringMainFrameNavigation' | 'PreloadingUnsupportedByWebContents' | 'CrossSiteRedirectInMainFrameNavigation' | 'CrossSiteNavigationInMainFrameNavigation' | 'SameSiteCrossOriginRedirectNotOptInInMainFrameNavigation' | 'SameSiteCrossOriginNavigationNotOptInInMainFrameNavigation' | 'MemoryPressureOnTrigger' | 'MemoryPressureAfterTriggered' | 'PrerenderingDisabledByDevTools' | 'SpeculationRuleRemoved' | 'ActivatedWithAuxiliaryBrowsingContexts' | 'MaxNumOfRunningEagerPrerendersExceeded' | 'MaxNumOfRunningNonEagerPrerendersExceeded' | 'MaxNumOfRunningEmbedderPrerendersExceeded' | 'PrerenderingUrlHasEffectiveUrl' | 'RedirectedPrerenderingUrlHasEffectiveUrl' | 'ActivationUrlHasEffectiveUrl' | 'JavaScriptInterfaceAdded' | 'JavaScriptInterfaceRemoved' | 'AllPrerenderingCanceled' | 'WindowClosed' | 'SlowNetwork' | 'OtherPrerenderedPageActivated' | 'V8OptimizerDisabled' | 'PrerenderFailedDuringPrefetch');
1864118641
1864218642 /**
1864318643 * Preloading status values, see also PreloadingTriggeringOutcome. This
You can’t perform that action at this time.
0 commit comments