devtools-protocol 0.0.995853 → 0.0.997149
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.
- package/json/browser_protocol.json +39 -17
- package/package.json +1 -1
- package/pdl/browser_protocol.pdl +34 -13
- package/types/protocol.d.ts +6 -17
@@ -1550,41 +1550,71 @@
|
|
1550
1550
|
"type": "string",
|
1551
1551
|
"enum": [
|
1552
1552
|
"AuthorizationCoveredByWildcard",
|
1553
|
+
"BatteryStatusInsecureOrigin",
|
1554
|
+
"CanRequestURLHTTPContainingNewline",
|
1555
|
+
"ChromeLoadTimesConnectionInfo",
|
1556
|
+
"ChromeLoadTimesFirstPaintAfterLoadTime",
|
1557
|
+
"ChromeLoadTimesWasAlternateProtocolAvailable",
|
1553
1558
|
"CookieWithTruncatingChar",
|
1554
1559
|
"CrossOriginAccessBasedOnDocumentDomain",
|
1555
1560
|
"CrossOriginWindowAlert",
|
1556
1561
|
"CrossOriginWindowConfirm",
|
1562
|
+
"CSSSelectorInternalMediaControlsOverlayCastButton",
|
1563
|
+
"CustomCursorIntersectsViewport",
|
1557
1564
|
"DeprecationExample",
|
1558
1565
|
"DocumentDomainSettingWithoutOriginAgentClusterHeader",
|
1566
|
+
"EventPath",
|
1559
1567
|
"GeolocationInsecureOrigin",
|
1560
1568
|
"GeolocationInsecureOriginDeprecatedNotRemoved",
|
1561
1569
|
"GetUserMediaInsecureOrigin",
|
1570
|
+
"HostCandidateAttributeGetter",
|
1571
|
+
"InsecurePrivateNetworkSubresourceRequest",
|
1562
1572
|
"LegacyConstraintGoogCpuOveruseDetection",
|
1563
1573
|
"LegacyConstraintGoogIPv6",
|
1564
1574
|
"LegacyConstraintGoogScreencastMinBitrate",
|
1565
1575
|
"LegacyConstraintGoogSuspendBelowMinBitrate",
|
1566
1576
|
"LocalCSSFileExtensionRejected",
|
1577
|
+
"MediaElementAudioSourceNode",
|
1578
|
+
"MediaSourceAbortRemove",
|
1579
|
+
"MediaSourceDurationTruncatingBuffered",
|
1580
|
+
"NoSysexWebMIDIWithoutPermission",
|
1567
1581
|
"NotificationInsecureOrigin",
|
1582
|
+
"NotificationPermissionRequestedIframe",
|
1568
1583
|
"ObsoleteWebRtcCipherSuite",
|
1584
|
+
"PaymentRequestBasicCard",
|
1585
|
+
"PaymentRequestShowWithoutGesture",
|
1569
1586
|
"PictureSourceSrc",
|
1570
1587
|
"PrefixedCancelAnimationFrame",
|
1571
1588
|
"PrefixedRequestAnimationFrame",
|
1589
|
+
"PrefixedStorageInfo",
|
1590
|
+
"PrefixedVideoDisplayingFullscreen",
|
1591
|
+
"PrefixedVideoEnterFullscreen",
|
1592
|
+
"PrefixedVideoEnterFullScreen",
|
1593
|
+
"PrefixedVideoExitFullscreen",
|
1594
|
+
"PrefixedVideoExitFullScreen",
|
1595
|
+
"PrefixedVideoSupportsFullscreen",
|
1596
|
+
"RangeExpand",
|
1597
|
+
"RequestedSubresourceWithEmbeddedCredentials",
|
1572
1598
|
"RTCConstraintEnableDtlsSrtpFalse",
|
1573
1599
|
"RTCConstraintEnableDtlsSrtpTrue",
|
1574
1600
|
"RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics",
|
1575
1601
|
"RTCPeerConnectionLegacyCreateWithMediaConstraints",
|
1602
|
+
"RTCPeerConnectionSdpSemanticsPlanB",
|
1603
|
+
"RtcpMuxPolicyNegotiate",
|
1576
1604
|
"RTPDataChannel",
|
1605
|
+
"SelectionAddRangeIntersect",
|
1577
1606
|
"SharedArrayBufferConstructedWithoutIsolation",
|
1578
|
-
"
|
1607
|
+
"TextToSpeech_DisallowedByAutoplay",
|
1579
1608
|
"V8SharedArrayBufferConstructedInExtensionWithoutIsolation",
|
1580
1609
|
"WebCodecsVideoFrameDefaultTimestamp",
|
1581
1610
|
"XHRJSONEncodingDetection",
|
1582
|
-
"XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload"
|
1611
|
+
"XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload",
|
1612
|
+
"XRSupportsSession"
|
1583
1613
|
]
|
1584
1614
|
},
|
1585
1615
|
{
|
1586
1616
|
"id": "DeprecationIssueDetails",
|
1587
|
-
"description": "This issue tracks information needed to print a deprecation message.\
|
1617
|
+
"description": "This issue tracks information needed to print a deprecation message.\nhttps://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md",
|
1588
1618
|
"type": "object",
|
1589
1619
|
"properties": [
|
1590
1620
|
{
|
@@ -1596,20 +1626,6 @@
|
|
1596
1626
|
"name": "sourceCodeLocation",
|
1597
1627
|
"$ref": "SourceCodeLocation"
|
1598
1628
|
},
|
1599
|
-
{
|
1600
|
-
"name": "message",
|
1601
|
-
"description": "The content of an untranslated deprecation issue,\ne.g. \"window.inefficientLegacyStorageMethod will be removed in M97,\naround January 2022. Please use Web Storage or Indexed Database\ninstead. This standard was abandoned in January, 1970. See\nhttps://www.chromestatus.com/feature/5684870116278272 for more details.\"",
|
1602
|
-
"deprecated": true,
|
1603
|
-
"optional": true,
|
1604
|
-
"type": "string"
|
1605
|
-
},
|
1606
|
-
{
|
1607
|
-
"name": "deprecationType",
|
1608
|
-
"description": "The id of an untranslated deprecation issue e.g. PrefixedStorageInfo.",
|
1609
|
-
"deprecated": true,
|
1610
|
-
"optional": true,
|
1611
|
-
"type": "string"
|
1612
|
-
},
|
1613
1629
|
{
|
1614
1630
|
"name": "type",
|
1615
1631
|
"$ref": "DeprecationIssueType"
|
@@ -15693,6 +15709,12 @@
|
|
15693
15709
|
"description": "The fantasy font-family.",
|
15694
15710
|
"optional": true,
|
15695
15711
|
"type": "string"
|
15712
|
+
},
|
15713
|
+
{
|
15714
|
+
"name": "math",
|
15715
|
+
"description": "The math font-family.",
|
15716
|
+
"optional": true,
|
15717
|
+
"type": "string"
|
15696
15718
|
}
|
15697
15719
|
]
|
15698
15720
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -744,54 +744,73 @@ experimental domain Audits
|
|
744
744
|
type DeprecationIssueType extends string
|
745
745
|
enum
|
746
746
|
AuthorizationCoveredByWildcard
|
747
|
+
BatteryStatusInsecureOrigin
|
748
|
+
CanRequestURLHTTPContainingNewline
|
749
|
+
ChromeLoadTimesConnectionInfo
|
750
|
+
ChromeLoadTimesFirstPaintAfterLoadTime
|
751
|
+
ChromeLoadTimesWasAlternateProtocolAvailable
|
747
752
|
CookieWithTruncatingChar
|
748
753
|
CrossOriginAccessBasedOnDocumentDomain
|
749
754
|
CrossOriginWindowAlert
|
750
755
|
CrossOriginWindowConfirm
|
756
|
+
CSSSelectorInternalMediaControlsOverlayCastButton
|
757
|
+
CustomCursorIntersectsViewport
|
751
758
|
DeprecationExample
|
752
759
|
DocumentDomainSettingWithoutOriginAgentClusterHeader
|
760
|
+
EventPath
|
753
761
|
GeolocationInsecureOrigin
|
754
762
|
GeolocationInsecureOriginDeprecatedNotRemoved
|
755
763
|
GetUserMediaInsecureOrigin
|
764
|
+
HostCandidateAttributeGetter
|
765
|
+
InsecurePrivateNetworkSubresourceRequest
|
756
766
|
LegacyConstraintGoogCpuOveruseDetection
|
757
767
|
LegacyConstraintGoogIPv6
|
758
768
|
LegacyConstraintGoogScreencastMinBitrate
|
759
769
|
LegacyConstraintGoogSuspendBelowMinBitrate
|
760
770
|
LocalCSSFileExtensionRejected
|
771
|
+
MediaElementAudioSourceNode
|
772
|
+
MediaSourceAbortRemove
|
773
|
+
MediaSourceDurationTruncatingBuffered
|
774
|
+
NoSysexWebMIDIWithoutPermission
|
761
775
|
NotificationInsecureOrigin
|
776
|
+
NotificationPermissionRequestedIframe
|
762
777
|
ObsoleteWebRtcCipherSuite
|
778
|
+
PaymentRequestBasicCard
|
779
|
+
PaymentRequestShowWithoutGesture
|
763
780
|
PictureSourceSrc
|
764
781
|
PrefixedCancelAnimationFrame
|
765
782
|
PrefixedRequestAnimationFrame
|
783
|
+
PrefixedStorageInfo
|
784
|
+
PrefixedVideoDisplayingFullscreen
|
785
|
+
PrefixedVideoEnterFullscreen
|
786
|
+
PrefixedVideoEnterFullScreen
|
787
|
+
PrefixedVideoExitFullscreen
|
788
|
+
PrefixedVideoExitFullScreen
|
789
|
+
PrefixedVideoSupportsFullscreen
|
790
|
+
RangeExpand
|
791
|
+
RequestedSubresourceWithEmbeddedCredentials
|
766
792
|
RTCConstraintEnableDtlsSrtpFalse
|
767
793
|
RTCConstraintEnableDtlsSrtpTrue
|
768
794
|
RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics
|
769
795
|
RTCPeerConnectionLegacyCreateWithMediaConstraints
|
796
|
+
RTCPeerConnectionSdpSemanticsPlanB
|
797
|
+
RtcpMuxPolicyNegotiate
|
770
798
|
RTPDataChannel
|
799
|
+
SelectionAddRangeIntersect
|
771
800
|
SharedArrayBufferConstructedWithoutIsolation
|
772
|
-
|
801
|
+
TextToSpeech_DisallowedByAutoplay
|
773
802
|
V8SharedArrayBufferConstructedInExtensionWithoutIsolation
|
774
803
|
WebCodecsVideoFrameDefaultTimestamp
|
775
804
|
XHRJSONEncodingDetection
|
776
805
|
XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload
|
806
|
+
XRSupportsSession
|
777
807
|
|
778
808
|
# This issue tracks information needed to print a deprecation message.
|
779
|
-
#
|
780
|
-
# https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/deprecation.cc
|
781
|
-
# TODO(crbug.com/1264960): Re-work format to add i18n support per:
|
782
|
-
# https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/devtools_protocol/README.md
|
809
|
+
# https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md
|
783
810
|
type DeprecationIssueDetails extends object
|
784
811
|
properties
|
785
812
|
optional AffectedFrame affectedFrame
|
786
813
|
SourceCodeLocation sourceCodeLocation
|
787
|
-
# The content of an untranslated deprecation issue,
|
788
|
-
# e.g. "window.inefficientLegacyStorageMethod will be removed in M97,
|
789
|
-
# around January 2022. Please use Web Storage or Indexed Database
|
790
|
-
# instead. This standard was abandoned in January, 1970. See
|
791
|
-
# https://www.chromestatus.com/feature/5684870116278272 for more details."
|
792
|
-
deprecated optional string message
|
793
|
-
# The id of an untranslated deprecation issue e.g. PrefixedStorageInfo.
|
794
|
-
deprecated optional string deprecationType
|
795
814
|
DeprecationIssueType type
|
796
815
|
|
797
816
|
type ClientHintIssueReason extends string
|
@@ -7326,6 +7345,8 @@ domain Page
|
|
7326
7345
|
optional string cursive
|
7327
7346
|
# The fantasy font-family.
|
7328
7347
|
optional string fantasy
|
7348
|
+
# The math font-family.
|
7349
|
+
optional string math
|
7329
7350
|
|
7330
7351
|
# Font families collection for a script.
|
7331
7352
|
experimental type ScriptFontFamilies extends object
|
package/types/protocol.d.ts
CHANGED
@@ -3376,30 +3376,15 @@ export namespace Protocol {
|
|
3376
3376
|
frameId?: Page.FrameId;
|
3377
3377
|
}
|
3378
3378
|
|
3379
|
-
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'LegacyConstraintGoogCpuOveruseDetection' | 'LegacyConstraintGoogIPv6' | 'LegacyConstraintGoogScreencastMinBitrate' | 'LegacyConstraintGoogSuspendBelowMinBitrate' | 'LocalCSSFileExtensionRejected' | 'NotificationInsecureOrigin' | 'ObsoleteWebRtcCipherSuite' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionLegacyCreateWithMediaConstraints' | 'RTPDataChannel' | 'SharedArrayBufferConstructedWithoutIsolation' | '
|
3379
|
+
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'BatteryStatusInsecureOrigin' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'CustomCursorIntersectsViewport' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'InsecurePrivateNetworkSubresourceRequest' | 'LegacyConstraintGoogCpuOveruseDetection' | 'LegacyConstraintGoogIPv6' | 'LegacyConstraintGoogScreencastMinBitrate' | 'LegacyConstraintGoogSuspendBelowMinBitrate' | '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' | 'RTCPeerConnectionLegacyCreateWithMediaConstraints' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'RTPDataChannel' | 'SelectionAddRangeIntersect' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'WebCodecsVideoFrameDefaultTimestamp' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
|
3380
3380
|
|
3381
3381
|
/**
|
3382
3382
|
* This issue tracks information needed to print a deprecation message.
|
3383
|
-
*
|
3384
|
-
* https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/deprecation.cc
|
3385
|
-
* TODO(crbug.com/1264960): Re-work format to add i18n support per:
|
3386
|
-
* https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/public/devtools_protocol/README.md
|
3383
|
+
* https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/frame/third_party/blink/renderer/core/frame/deprecation/README.md
|
3387
3384
|
*/
|
3388
3385
|
export interface DeprecationIssueDetails {
|
3389
3386
|
affectedFrame?: AffectedFrame;
|
3390
3387
|
sourceCodeLocation: SourceCodeLocation;
|
3391
|
-
/**
|
3392
|
-
* The content of an untranslated deprecation issue,
|
3393
|
-
* e.g. "window.inefficientLegacyStorageMethod will be removed in M97,
|
3394
|
-
* around January 2022. Please use Web Storage or Indexed Database
|
3395
|
-
* instead. This standard was abandoned in January, 1970. See
|
3396
|
-
* https://www.chromestatus.com/feature/5684870116278272 for more details."
|
3397
|
-
*/
|
3398
|
-
message?: string;
|
3399
|
-
/**
|
3400
|
-
* The id of an untranslated deprecation issue e.g. PrefixedStorageInfo.
|
3401
|
-
*/
|
3402
|
-
deprecationType?: string;
|
3403
3388
|
type: DeprecationIssueType;
|
3404
3389
|
}
|
3405
3390
|
|
@@ -12493,6 +12478,10 @@ export namespace Protocol {
|
|
12493
12478
|
* The fantasy font-family.
|
12494
12479
|
*/
|
12495
12480
|
fantasy?: string;
|
12481
|
+
/**
|
12482
|
+
* The math font-family.
|
12483
|
+
*/
|
12484
|
+
math?: string;
|
12496
12485
|
}
|
12497
12486
|
|
12498
12487
|
/**
|