Skip to content

Commit 1526dda

Browse files
committed
Roll protocol to r1367902
1 parent 770b664 commit 1526dda

File tree

5 files changed

+20
-18
lines changed

5 files changed

+20
-18
lines changed

changelog.md

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,21 @@
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
```

json/browser_protocol.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26311,7 +26311,8 @@
2631126311
"WindowClosed",
2631226312
"SlowNetwork",
2631326313
"OtherPrerenderedPageActivated",
26314-
"V8OptimizerDisabled"
26314+
"V8OptimizerDisabled",
26315+
"PrerenderFailedDuringPrefetch"
2631526316
]
2631626317
},
2631726318
{

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

pdl/browser_protocol.pdl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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

types/protocol.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)