devtools-protocol 0.0.1113774 → 0.0.1114954
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1449,7 +1449,6 @@
|
|
1449
1449
|
"type": "string",
|
1450
1450
|
"enum": [
|
1451
1451
|
"PermissionPolicyDisabled",
|
1452
|
-
"PermissionPolicyNotDelegated",
|
1453
1452
|
"UntrustworthyReportingOrigin",
|
1454
1453
|
"InsecureContext",
|
1455
1454
|
"InvalidHeader",
|
@@ -22902,7 +22901,6 @@
|
|
22902
22901
|
"CrossSiteRedirect",
|
22903
22902
|
"CrossSiteNavigation",
|
22904
22903
|
"SameSiteCrossOriginRedirect",
|
22905
|
-
"SameSiteCrossOriginNavigation",
|
22906
22904
|
"SameSiteCrossOriginRedirectNotOptIn",
|
22907
22905
|
"SameSiteCrossOriginNavigationNotOptIn",
|
22908
22906
|
"ActivationNavigationParameterMismatch",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -702,7 +702,6 @@ experimental domain Audits
|
|
702
702
|
type AttributionReportingIssueType extends string
|
703
703
|
enum
|
704
704
|
PermissionPolicyDisabled
|
705
|
-
PermissionPolicyNotDelegated
|
706
705
|
UntrustworthyReportingOrigin
|
707
706
|
InsecureContext
|
708
707
|
# TODO(apaseltiner): Rename this to InvalidRegisterSourceHeader
|
@@ -10839,7 +10838,6 @@ experimental domain Preload
|
|
10839
10838
|
CrossSiteRedirect
|
10840
10839
|
CrossSiteNavigation
|
10841
10840
|
SameSiteCrossOriginRedirect
|
10842
|
-
SameSiteCrossOriginNavigation
|
10843
10841
|
SameSiteCrossOriginRedirectNotOptIn
|
10844
10842
|
SameSiteCrossOriginNavigationNotOptIn
|
10845
10843
|
ActivationNavigationParameterMismatch
|
package/types/protocol.d.ts
CHANGED
@@ -3409,7 +3409,7 @@ export namespace Protocol {
|
|
3409
3409
|
clientSecurityState?: Network.ClientSecurityState;
|
3410
3410
|
}
|
3411
3411
|
|
3412
|
-
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | '
|
3412
|
+
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'UntrustworthyReportingOrigin' | 'InsecureContext' | 'InvalidHeader' | 'InvalidRegisterTriggerHeader' | 'InvalidEligibleHeader' | 'TooManyConcurrentRequests' | 'SourceAndTriggerHeaders' | 'SourceIgnored' | 'TriggerIgnored');
|
3413
3413
|
|
3414
3414
|
/**
|
3415
3415
|
* Details for issues around "Attribution Reporting API" usage.
|
@@ -16928,7 +16928,7 @@ export namespace Protocol {
|
|
16928
16928
|
/**
|
16929
16929
|
* List of FinalStatus reasons for Prerender2.
|
16930
16930
|
*/
|
16931
|
-
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirect' | 'CrossSiteNavigation' | 'SameSiteCrossOriginRedirect' | '
|
16931
|
+
export type PrerenderFinalStatus = ('Activated' | 'Destroyed' | 'LowEndDevice' | 'InvalidSchemeRedirect' | 'InvalidSchemeNavigation' | 'InProgressNavigation' | 'NavigationRequestBlockedByCsp' | 'MainFrameNavigation' | 'MojoBinderPolicy' | 'RendererProcessCrashed' | 'RendererProcessKilled' | 'Download' | 'TriggerDestroyed' | 'NavigationNotCommitted' | 'NavigationBadHttpStatus' | 'ClientCertRequested' | 'NavigationRequestNetworkError' | 'MaxNumOfRunningPrerendersExceeded' | 'CancelAllHostsForTesting' | 'DidFailLoad' | 'Stop' | 'SslCertificateError' | 'LoginAuthRequested' | 'UaChangeRequiresReload' | 'BlockedByClient' | 'AudioOutputDeviceRequested' | 'MixedContent' | 'TriggerBackgrounded' | 'EmbedderTriggeredAndCrossOriginRedirected' | 'MemoryLimitExceeded' | 'FailToGetMemoryUsage' | 'DataSaverEnabled' | 'HasEffectiveUrl' | 'ActivatedBeforeStarted' | 'InactivePageRestriction' | 'StartFailed' | 'TimeoutBackgrounded' | 'CrossSiteRedirect' | 'CrossSiteNavigation' | 'SameSiteCrossOriginRedirect' | 'SameSiteCrossOriginRedirectNotOptIn' | 'SameSiteCrossOriginNavigationNotOptIn' | 'ActivationNavigationParameterMismatch' | 'ActivatedInBackground' | 'EmbedderHostDisallowed' | 'ActivationNavigationDestroyedBeforeSuccess' | 'TabClosedByUserGesture' | 'TabClosedWithoutUserGesture' | 'PrimaryMainFrameRendererProcessCrashed' | 'PrimaryMainFrameRendererProcessKilled' | 'ActivationFramePolicyNotCompatible' | 'PreloadingDisabled' | 'BatterySaverEnabled' | 'ActivatedDuringMainFrameNavigation' | 'PreloadingUnsupportedByWebContents');
|
16932
16932
|
|
16933
16933
|
/**
|
16934
16934
|
* Preloading status values, see also PreloadingTriggeringOutcome. This
|