devtools-protocol 0.0.1051614 → 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,8 +1580,6 @@
1580
1580
  "LocalCSSFileExtensionRejected",
1581
1581
  "MediaSourceAbortRemove",
1582
1582
  "MediaSourceDurationTruncatingBuffered",
1583
- "NavigateEventRestoreScroll",
1584
- "NavigateEventTransitionWhile",
1585
1583
  "NoSysexWebMIDIWithoutPermission",
1586
1584
  "NotificationInsecureOrigin",
1587
1585
  "NotificationPermissionRequestedIframe",
@@ -1589,6 +1587,7 @@
1589
1587
  "OpenWebDatabaseInsecureContext",
1590
1588
  "OverflowVisibleOnReplacedElement",
1591
1589
  "PaymentInstruments",
1590
+ "PaymentRequestCSPViolation",
1592
1591
  "PersistentQuotaType",
1593
1592
  "PictureSourceSrc",
1594
1593
  "PrefixedCancelAnimationFrame",
@@ -19905,6 +19904,13 @@
19905
19904
  "experimental": true,
19906
19905
  "optional": true,
19907
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"
19908
19914
  }
19909
19915
  ]
19910
19916
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "devtools-protocol",
3
- "version": "0.0.1051614",
3
+ "version": "0.0.1052219",
4
4
  "description": "The Chrome DevTools Protocol JSON",
5
5
  "repository": "https://github.com/ChromeDevTools/devtools-protocol",
6
6
  "author": "The Chromium Authors",
@@ -1,4 +1,4 @@
1
- # Copyright 2017 The Chromium Authors. All rights reserved.
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,8 +775,6 @@ 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
@@ -784,6 +782,7 @@ experimental domain Audits
784
782
  OpenWebDatabaseInsecureContext
785
783
  OverflowVisibleOnReplacedElement
786
784
  PaymentInstruments
785
+ PaymentRequestCSPViolation
787
786
  PersistentQuotaType
788
787
  PictureSourceSrc
789
788
  PrefixedCancelAnimationFrame
@@ -9361,6 +9360,9 @@ domain Target
9361
9360
  # Frame id of originating window (is only set if target has an opener).
9362
9361
  experimental optional Page.FrameId openerFrameId
9363
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
9364
9366
 
9365
9367
  # A filter used by target query/discovery/auto-attach operations.
9366
9368
  experimental type FilterEntry extends object
@@ -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' | 'NavigateEventRestoreScroll' | 'NavigateEventTransitionWhile' | 'NoSysexWebMIDIWithoutPermission' | 'NotificationInsecureOrigin' | 'NotificationPermissionRequestedIframe' | 'ObsoleteWebRtcCipherSuite' | 'OpenWebDatabaseInsecureContext' | 'OverflowVisibleOnReplacedElement' | 'PaymentInstruments' | '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');
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
  /**