devtools-protocol 0.0.1049481 → 0.0.1052219
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.
@@ -1580,14 +1580,14 @@
|
|
1580
1580
|
"LocalCSSFileExtensionRejected",
|
1581
1581
|
"MediaSourceAbortRemove",
|
1582
1582
|
"MediaSourceDurationTruncatingBuffered",
|
1583
|
-
"NavigateEventRestoreScroll",
|
1584
|
-
"NavigateEventTransitionWhile",
|
1585
1583
|
"NoSysexWebMIDIWithoutPermission",
|
1586
1584
|
"NotificationInsecureOrigin",
|
1587
1585
|
"NotificationPermissionRequestedIframe",
|
1588
1586
|
"ObsoleteWebRtcCipherSuite",
|
1589
1587
|
"OpenWebDatabaseInsecureContext",
|
1590
1588
|
"OverflowVisibleOnReplacedElement",
|
1589
|
+
"PaymentInstruments",
|
1590
|
+
"PaymentRequestCSPViolation",
|
1591
1591
|
"PersistentQuotaType",
|
1592
1592
|
"PictureSourceSrc",
|
1593
1593
|
"PrefixedCancelAnimationFrame",
|
@@ -19904,6 +19904,13 @@
|
|
19904
19904
|
"experimental": true,
|
19905
19905
|
"optional": true,
|
19906
19906
|
"$ref": "Browser.BrowserContextID"
|
19907
|
+
},
|
19908
|
+
{
|
19909
|
+
"name": "subtype",
|
19910
|
+
"description": "Provides additional details for specific target types. For example, for\nthe type of \"page\", this may be set to \"portal\" or \"prerender\".",
|
19911
|
+
"experimental": true,
|
19912
|
+
"optional": true,
|
19913
|
+
"type": "string"
|
19907
19914
|
}
|
19908
19915
|
]
|
19909
19916
|
},
|
package/package.json
CHANGED
package/pdl/browser_protocol.pdl
CHANGED
@@ -1,4 +1,4 @@
|
|
1
|
-
# Copyright 2017 The Chromium Authors
|
1
|
+
# Copyright 2017 The Chromium Authors
|
2
2
|
# Use of this source code is governed by a BSD-style license that can be
|
3
3
|
# found in the LICENSE file.
|
4
4
|
#
|
@@ -775,14 +775,14 @@ experimental domain Audits
|
|
775
775
|
LocalCSSFileExtensionRejected
|
776
776
|
MediaSourceAbortRemove
|
777
777
|
MediaSourceDurationTruncatingBuffered
|
778
|
-
NavigateEventRestoreScroll
|
779
|
-
NavigateEventTransitionWhile
|
780
778
|
NoSysexWebMIDIWithoutPermission
|
781
779
|
NotificationInsecureOrigin
|
782
780
|
NotificationPermissionRequestedIframe
|
783
781
|
ObsoleteWebRtcCipherSuite
|
784
782
|
OpenWebDatabaseInsecureContext
|
785
783
|
OverflowVisibleOnReplacedElement
|
784
|
+
PaymentInstruments
|
785
|
+
PaymentRequestCSPViolation
|
786
786
|
PersistentQuotaType
|
787
787
|
PictureSourceSrc
|
788
788
|
PrefixedCancelAnimationFrame
|
@@ -9360,6 +9360,9 @@ domain Target
|
|
9360
9360
|
# Frame id of originating window (is only set if target has an opener).
|
9361
9361
|
experimental optional Page.FrameId openerFrameId
|
9362
9362
|
experimental optional Browser.BrowserContextID browserContextId
|
9363
|
+
# Provides additional details for specific target types. For example, for
|
9364
|
+
# the type of "page", this may be set to "portal" or "prerender".
|
9365
|
+
experimental optional string subtype
|
9363
9366
|
|
9364
9367
|
# A filter used by target query/discovery/auto-attach operations.
|
9365
9368
|
experimental type FilterEntry extends object
|
package/types/protocol.d.ts
CHANGED
@@ -3490,7 +3490,7 @@ export namespace Protocol {
|
|
3490
3490
|
frameId?: Page.FrameId;
|
3491
3491
|
}
|
3492
3492
|
|
3493
|
-
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'ExpectCTHeader' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'IdentityInCanMakePaymentEvent' | 'InsecurePrivateNetworkSubresourceRequest' | 'LocalCSSFileExtensionRejected' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | '
|
3493
|
+
export type DeprecationIssueType = ('AuthorizationCoveredByWildcard' | 'CanRequestURLHTTPContainingNewline' | 'ChromeLoadTimesConnectionInfo' | 'ChromeLoadTimesFirstPaintAfterLoadTime' | 'ChromeLoadTimesWasAlternateProtocolAvailable' | 'CookieWithTruncatingChar' | 'CrossOriginAccessBasedOnDocumentDomain' | 'CrossOriginWindowAlert' | 'CrossOriginWindowConfirm' | 'CSSSelectorInternalMediaControlsOverlayCastButton' | 'DeprecationExample' | 'DocumentDomainSettingWithoutOriginAgentClusterHeader' | 'EventPath' | 'ExpectCTHeader' | 'GeolocationInsecureOrigin' | 'GeolocationInsecureOriginDeprecatedNotRemoved' | 'GetUserMediaInsecureOrigin' | 'HostCandidateAttributeGetter' | 'IdentityInCanMakePaymentEvent' | 'InsecurePrivateNetworkSubresourceRequest' | 'LocalCSSFileExtensionRejected' | 'MediaSourceAbortRemove' | 'MediaSourceDurationTruncatingBuffered' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'OpenWebDatabaseInsecureContext' | 'OverflowVisibleOnReplacedElement' | 'PaymentInstruments' | 'PaymentRequestCSPViolation' | 'PersistentQuotaType' | 'PictureSourceSrc' | 'PrefixedCancelAnimationFrame' | 'PrefixedRequestAnimationFrame' | 'PrefixedStorageInfo' | 'PrefixedVideoDisplayingFullscreen' | 'PrefixedVideoEnterFullscreen' | 'PrefixedVideoEnterFullScreen' | 'PrefixedVideoExitFullscreen' | 'PrefixedVideoExitFullScreen' | 'PrefixedVideoSupportsFullscreen' | 'RangeExpand' | 'RequestedSubresourceWithEmbeddedCredentials' | 'RTCConstraintEnableDtlsSrtpFalse' | 'RTCConstraintEnableDtlsSrtpTrue' | 'RTCPeerConnectionComplexPlanBSdpUsingDefaultSdpSemantics' | 'RTCPeerConnectionSdpSemanticsPlanB' | 'RtcpMuxPolicyNegotiate' | 'SharedArrayBufferConstructedWithoutIsolation' | 'TextToSpeech_DisallowedByAutoplay' | 'V8SharedArrayBufferConstructedInExtensionWithoutIsolation' | 'XHRJSONEncodingDetection' | 'XMLHttpRequestSynchronousInNonWorkerOutsideBeforeUnload' | 'XRSupportsSession');
|
3494
3494
|
|
3495
3495
|
/**
|
3496
3496
|
* This issue tracks information needed to print a deprecation message.
|
@@ -15100,6 +15100,11 @@ export namespace Protocol {
|
|
15100
15100
|
*/
|
15101
15101
|
openerFrameId?: Page.FrameId;
|
15102
15102
|
browserContextId?: Browser.BrowserContextID;
|
15103
|
+
/**
|
15104
|
+
* Provides additional details for specific target types. For example, for
|
15105
|
+
* the type of "page", this may be set to "portal" or "prerender".
|
15106
|
+
*/
|
15107
|
+
subtype?: string;
|
15103
15108
|
}
|
15104
15109
|
|
15105
15110
|
/**
|