Skip to content

Commit

Permalink
Update to Chrome DevTools Protocol version 1048352
Browse files Browse the repository at this point in the history
  • Loading branch information
Protocol Update Workflow committed Sep 17, 2022
1 parent d64bd82 commit 4d34fdf
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 8 deletions.
5 changes: 3 additions & 2 deletions api/chrome-devtools-kotlin.api
Original file line number Diff line number Diff line change
Expand Up @@ -1733,6 +1733,7 @@ public final class org/hildan/chrome/devtools/domains/audits/AttributionReportin
public static final field InvalidHeader Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field InvalidRegisterTriggerHeader Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field PermissionPolicyDisabled Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field PermissionPolicyNotDelegated Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field SourceAndTriggerHeaders Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field SourceIgnored Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
public static final field TooManyConcurrentRequests Lorg/hildan/chrome/devtools/domains/audits/AttributionReportingIssueType;
Expand Down Expand Up @@ -2239,7 +2240,6 @@ public final class org/hildan/chrome/devtools/domains/audits/DeprecationIssueTyp
public static final field HostCandidateAttributeGetter Lorg/hildan/chrome/devtools/domains/audits/DeprecationIssueType;
public static final field IdentityInCanMakePaymentEvent Lorg/hildan/chrome/devtools/domains/audits/DeprecationIssueType;
public static final field InsecurePrivateNetworkSubresourceRequest Lorg/hildan/chrome/devtools/domains/audits/DeprecationIssueType;
public static final field LegacyConstraintGoogIPv6 Lorg/hildan/chrome/devtools/domains/audits/DeprecationIssueType;
public static final field LocalCSSFileExtensionRejected Lorg/hildan/chrome/devtools/domains/audits/DeprecationIssueType;
public static final field MediaSourceAbortRemove Lorg/hildan/chrome/devtools/domains/audits/DeprecationIssueType;
public static final field MediaSourceDurationTruncatingBuffered Lorg/hildan/chrome/devtools/domains/audits/DeprecationIssueType;
Expand Down Expand Up @@ -33602,6 +33602,7 @@ public final class org/hildan/chrome/devtools/domains/page/PermissionsPolicyFeat

public final class org/hildan/chrome/devtools/domains/page/PrerenderFinalStatus : java/lang/Enum {
public static final field Activated Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;
public static final field ActivatedBeforeStarted Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;
public static final field AudioOutputDeviceRequested Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;
public static final field BlockedByClient Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;
public static final field CancelAllHostsForTesting Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;
Expand Down Expand Up @@ -35854,10 +35855,10 @@ public final class org/hildan/chrome/devtools/domains/page/events/PageEvent$Prer
public final fun copy (Ljava/lang/String;Ljava/lang/String;Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;Ljava/lang/String;)Lorg/hildan/chrome/devtools/domains/page/events/PageEvent$PrerenderAttemptCompleted;
public static synthetic fun copy$default (Lorg/hildan/chrome/devtools/domains/page/events/PageEvent$PrerenderAttemptCompleted;Ljava/lang/String;Ljava/lang/String;Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;Ljava/lang/String;ILjava/lang/Object;)Lorg/hildan/chrome/devtools/domains/page/events/PageEvent$PrerenderAttemptCompleted;
public fun equals (Ljava/lang/Object;)Z
public final fun getDisallowedApiMethod ()Ljava/lang/String;
public final fun getFinalStatus ()Lorg/hildan/chrome/devtools/domains/page/PrerenderFinalStatus;
public final fun getInitiatingFrameId ()Ljava/lang/String;
public final fun getPrerenderingUrl ()Ljava/lang/String;
public final fun getReasonDetails ()Ljava/lang/String;
public fun hashCode ()I
public fun toString ()Ljava/lang/String;
public static final fun write$Self (Lorg/hildan/chrome/devtools/domains/page/events/PageEvent$PrerenderAttemptCompleted;Lkotlinx/serialization/encoding/CompositeEncoder;Lkotlinx/serialization/descriptors/SerialDescriptor;)V
Expand Down
11 changes: 6 additions & 5 deletions protocol/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,7 @@
"type": "string",
"enum": [
"PermissionPolicyDisabled",
"PermissionPolicyNotDelegated",
"UntrustworthyReportingOrigin",
"InsecureContext",
"InvalidHeader",
Expand Down Expand Up @@ -1576,7 +1577,6 @@
"HostCandidateAttributeGetter",
"IdentityInCanMakePaymentEvent",
"InsecurePrivateNetworkSubresourceRequest",
"LegacyConstraintGoogIPv6",
"LocalCSSFileExtensionRejected",
"MediaSourceAbortRemove",
"MediaSourceDurationTruncatingBuffered",
Expand Down Expand Up @@ -6204,7 +6204,7 @@
},
{
"name": "previousNodeId",
"description": "If of the previous siblint.",
"description": "Id of the previous sibling.",
"$ref": "NodeId"
},
{
Expand Down Expand Up @@ -16332,7 +16332,8 @@
"MemoryLimitExceeded",
"FailToGetMemoryUsage",
"DataSaverEnabled",
"HasEffectiveUrl"
"HasEffectiveUrl",
"ActivatedBeforeStarted"
]
}
],
Expand Down Expand Up @@ -17901,8 +17902,8 @@
"$ref": "PrerenderFinalStatus"
},
{
"name": "reasonDetails",
"description": "This is used to give users more information about the cancellation details,\nand this will be formatted for display.",
"name": "disallowedApiMethod",
"description": "This is used to give users more information about the name of the API call\nthat is incompatible with prerender and has caused the cancellation of the attempt",
"optional": true,
"type": "string"
}
Expand Down
2 changes: 1 addition & 1 deletion protocol/version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1040073
1048352

0 comments on commit 4d34fdf

Please sign in to comment.