devtools-protocol 0.0.1000974 → 0.0.1001754
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.
@@ -1440,11 +1440,8 @@
|
|
1440
1440
|
"type": "string",
|
1441
1441
|
"enum": [
|
1442
1442
|
"PermissionPolicyDisabled",
|
1443
|
-
"InvalidAttributionSourceEventId",
|
1444
1443
|
"AttributionSourceUntrustworthyOrigin",
|
1445
|
-
"AttributionUntrustworthyOrigin"
|
1446
|
-
"InvalidAttributionSourceExpiry",
|
1447
|
-
"InvalidAttributionSourcePriority"
|
1444
|
+
"AttributionUntrustworthyOrigin"
|
1448
1445
|
]
|
1449
1446
|
},
|
1450
1447
|
{
|
@@ -1568,10 +1565,7 @@
|
|
1568
1565
|
"GetUserMediaInsecureOrigin",
|
1569
1566
|
"HostCandidateAttributeGetter",
|
1570
1567
|
"InsecurePrivateNetworkSubresourceRequest",
|
1571
|
-
"LegacyConstraintGoogCpuOveruseDetection",
|
1572
1568
|
"LegacyConstraintGoogIPv6",
|
1573
|
-
"LegacyConstraintGoogScreencastMinBitrate",
|
1574
|
-
"LegacyConstraintGoogSuspendBelowMinBitrate",
|
1575
1569
|
"LocalCSSFileExtensionRejected",
|
1576
1570
|
"MediaElementAudioSourceNode",
|
1577
1571
|
"MediaSourceAbortRemove",
|
@@ -1597,7 +1591,6 @@
|
|
1597
1591
|
"RTCConstraintEnableDtlsSrtpFalse",
|
1598
1592
|
"RTCConstraintEnableDtlsSrtpTrue",
|
1599
1593
|
"RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics",
|
1600
|
-
"RTCPeerConnectionLegacyCreateWithMediaConstraints",
|
1601
1594
|
"RTCPeerConnectionSdpSemanticsPlanB",
|
1602
1595
|
"RtcpMuxPolicyNegotiate",
|
1603
1596
|
"RTPDataChannel",
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -697,11 +697,8 @@ experimental domain Audits
|
|
697
697
|
type AttributionReportingIssueType extends string
|
698
698
|
enum
|
699
699
|
PermissionPolicyDisabled
|
700
|
-
InvalidAttributionSourceEventId
|
701
700
|
AttributionSourceUntrustworthyOrigin
|
702
701
|
AttributionUntrustworthyOrigin
|
703
|
-
InvalidAttributionSourceExpiry
|
704
|
-
InvalidAttributionSourcePriority
|
705
702
|
|
706
703
|
# Details for issues around "Attribution Reporting API" usage.
|
707
704
|
# Explainer: https://github.com/WICG/conversion-measurement-api
|
@@ -762,10 +759,7 @@ experimental domain Audits
|
|
762
759
|
GetUserMediaInsecureOrigin
|
763
760
|
HostCandidateAttributeGetter
|
764
761
|
InsecurePrivateNetworkSubresourceRequest
|
765
|
-
LegacyConstraintGoogCpuOveruseDetection
|
766
762
|
LegacyConstraintGoogIPv6
|
767
|
-
LegacyConstraintGoogScreencastMinBitrate
|
768
|
-
LegacyConstraintGoogSuspendBelowMinBitrate
|
769
763
|
LocalCSSFileExtensionRejected
|
770
764
|
MediaElementAudioSourceNode
|
771
765
|
MediaSourceAbortRemove
|
@@ -791,7 +785,6 @@ experimental domain Audits
|
|
791
785
|
RTCConstraintEnableDtlsSrtpFalse
|
792
786
|
RTCConstraintEnableDtlsSrtpTrue
|
793
787
|
RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics
|
794
|
-
RTCPeerConnectionLegacyCreateWithMediaConstraints
|
795
788
|
RTCPeerConnectionSdpSemanticsPlanB
|
796
789
|
RtcpMuxPolicyNegotiate
|
797
790
|
RTPDataChannel
|
package/types/protocol.d.ts
CHANGED
@@ -3330,7 +3330,7 @@ export namespace Protocol {
|
|
3330
3330
|
clientSecurityState?: Network.ClientSecurityState;
|
3331
3331
|
}
|
3332
3332
|
|
3333
|
-
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | '
|
3333
|
+
export type AttributionReportingIssueType = ('PermissionPolicyDisabled' | 'AttributionSourceUntrustworthyOrigin' | 'AttributionUntrustworthyOrigin');
|
3334
3334
|
|
3335
3335
|
/**
|
3336
3336
|
* Details for issues around "Attribution Reporting API" usage.
|
@@ -3378,7 +3378,7 @@ export namespace Protocol {
|
|
3378
3378
|
frameId?: Page.FrameId;
|
3379
3379
|
}
|
3380
3380
|
|
3381
|
-
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'CustomCursorIntersectsViewport' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'InsecurePrivateNetworkSubresourceRequest' | '
|
3381
|
+
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'CustomCursorIntersectsViewport' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'InsecurePrivateNetworkSubresourceRequest' | 'LegacyConstraintGoogIPv6' | 'LocalCSSFileExtensionRejected' | 'MediaElementAudioSourceNode' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'PaymentRequestBasicCard' | 'PaymentRequestShowWithoutGesture' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'RTPDataChannel' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
|
3382
3382
|
|
3383
3383
|
/**
|
3384
3384
|
* This issue tracks information needed to print a deprecation message.
|