Skip to content

Commit

Permalink
Bump chrome to 111.0.5563.146
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Mar 30, 2023
1 parent 02ed287 commit 095c2d3
Show file tree
Hide file tree
Showing 8 changed files with 139 additions and 19 deletions.
2 changes: 1 addition & 1 deletion ChromeDevToolsBase/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>110.0.5481.177-SNAPSHOT</version>
<version>111.0.5563.146-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsBase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion ChromeDevToolsClient/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>110.0.5481.177-SNAPSHOT</version>
<version>111.0.5563.146-SNAPSHOT</version>
</parent>

<artifactId>ChromeDevToolsClient</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion CodeGeneration/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.hubspot.chrome</groupId>
<artifactId>ChromeDevTools-parent</artifactId>
<version>110.0.5481.177-SNAPSHOT</version>
<version>111.0.5563.146-SNAPSHOT</version>
</parent>

<artifactId>CodeGeneration</artifactId>
Expand Down
72 changes: 65 additions & 7 deletions CodeGeneration/src/main/resources/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1535,7 +1535,11 @@
"type": "string",
"enum": [
"CrossOriginPortalPostMessageError",
"FormLabelForNameError"
"FormLabelForNameError",
"FormDuplicateIdForInputError",
"FormInputWithNoLabelError",
"FormAutocompleteAttributeEmptyError",
"FormEmptyIdAndNameAttributesForInputError"
]
},
{
Expand Down Expand Up @@ -1590,6 +1594,7 @@
"NoSysexWebMIDIWithoutPermission",
"NotificationInsecureOrigin",
"NotificationPermissionRequestedIframe",
"ObsoleteCreateImageBitmapImageOrientationNone",
"ObsoleteWebRtcCipherSuite",
"OpenWebDatabaseInsecureContext",
"OverflowVisibleOnReplacedElement",
Expand All @@ -1606,6 +1611,7 @@
"PrefixedVideoExitFullscreen",
"PrefixedVideoExitFullScreen",
"PrefixedVideoSupportsFullscreen",
"PrivacySandboxExtensionsAPI",
"RangeExpand",
"RequestedSubresourceWithEmbeddedCredentials",
"RTCConstraintEnableDtlsSrtpFalse",
Expand Down Expand Up @@ -1669,6 +1675,7 @@
"WellKnownHttpNotFound",
"WellKnownNoResponse",
"WellKnownInvalidResponse",
"WellKnownListEmpty",
"ConfigNotInWellKnown",
"WellKnownTooBig",
"ConfigHttpNotFound",
Expand All @@ -1683,6 +1690,7 @@
"AccountsHttpNotFound",
"AccountsNoResponse",
"AccountsInvalidResponse",
"AccountsListEmpty",
"IdTokenHttpNotFound",
"IdTokenNoResponse",
"IdTokenInvalidResponse",
Expand Down Expand Up @@ -2175,6 +2183,7 @@
"protectedMediaIdentifier",
"sensors",
"storageAccess",
"topLevelStorageAccess",
"videoCapture",
"videoCapturePanTiltZoom",
"wakeLockScreen",
Expand Down Expand Up @@ -2490,7 +2499,7 @@
},
{
"name": "delta",
"description": "If true, retrieve delta since last call.",
"description": "If true, retrieve delta since last delta call.",
"optional": true,
"type": "boolean"
}
Expand Down Expand Up @@ -2518,7 +2527,7 @@
},
{
"name": "delta",
"description": "If true, retrieve delta since last call.",
"description": "If true, retrieve delta since last delta call.",
"optional": true,
"type": "boolean"
}
Expand Down Expand Up @@ -8007,6 +8016,7 @@
"properties": [
{
"name": "brands",
"description": "Brands appearing in Sec-CH-UA.",
"optional": true,
"type": "array",
"items": {
Expand All @@ -8015,6 +8025,7 @@
},
{
"name": "fullVersionList",
"description": "Brands appearing in Sec-CH-UA-Full-Version-List.",
"optional": true,
"type": "array",
"items": {
Expand Down Expand Up @@ -11380,12 +11391,12 @@
"type": "object",
"properties": [
{
"name": "type",
"name": "operation",
"$ref": "TrustTokenOperationType"
},
{
"name": "refreshPolicy",
"description": "Only set for \"token-redemption\" type and determine whether\nto request a fresh SRR or use a still valid cached SRR.",
"description": "Only set for \"token-redemption\" operation and determine whether\nto request a fresh SRR or use a still valid cached SRR.",
"type": "string",
"enum": [
"UseCached",
Expand Down Expand Up @@ -12789,7 +12800,8 @@
},
{
"name": "getAllCookies",
"description": "Returns all browser cookies. Depending on the backend support, will return detailed cookie\ninformation in the `cookies` field.",
"description": "Returns all browser cookies. Depending on the backend support, will return detailed cookie\ninformation in the `cookies` field.\nDeprecated. Use Storage.getCookies instead.",
"deprecated": true,
"returns": [
{
"name": "cookies",
Expand Down Expand Up @@ -13919,6 +13931,18 @@
"description": "Raw response header text as it was received over the wire. The raw text may not always be\navailable, such as in the case of HTTP/2 or QUIC.",
"optional": true,
"type": "string"
},
{
"name": "cookiePartitionKey",
"description": "The cookie partition key that will be used to store partitioned cookies set in this response.\nOnly sent when partitioned cookies are enabled.",
"optional": true,
"type": "string"
},
{
"name": "cookiePartitionKeyOpaque",
"description": "True if partitioned cookies are enabled, but the partition key is not serializeable to string.",
"optional": true,
"type": "boolean"
}
]
},
Expand Down Expand Up @@ -15372,12 +15396,14 @@
"otp-credentials",
"payment",
"picture-in-picture",
"private-aggregation",
"publickey-credentials-get",
"run-ad-auction",
"screen-wake-lock",
"serial",
"shared-autofill",
"shared-storage",
"shared-storage-select-url",
"smart-card",
"storage-access",
"sync-xhr",
Expand All @@ -15386,6 +15412,7 @@
"usb",
"vertical-scroll",
"web-share",
"window-management",
"window-placement",
"xr-spatial-tracking"
]
Expand Down Expand Up @@ -16300,6 +16327,7 @@
"InjectedJavascript",
"InjectedStyleSheet",
"KeepaliveRequest",
"IndexedDBEvent",
"Dummy",
"AuthorizationHeader",
"ContentSecurityHandler",
Expand Down Expand Up @@ -16441,7 +16469,13 @@
"SameSiteCrossOriginNavigationNotOptIn",
"ActivationNavigationParameterMismatch",
"ActivatedInBackground",
"EmbedderHostDisallowed"
"EmbedderHostDisallowed",
"ActivationNavigationDestroyedBeforeSuccess",
"TabClosedByUserGesture",
"TabClosedWithoutUserGesture",
"PrimaryMainFrameRendererProcessCrashed",
"PrimaryMainFrameRendererProcessKilled",
"ActivationFramePolicyNotCompatible"
]
}
],
Expand Down Expand Up @@ -19835,6 +19869,17 @@
}
]
},
{
"name": "resetSharedStorageBudget",
"description": "Resets the budget for `ownerOrigin` by clearing all budget withdrawals.",
"experimental": true,
"parameters": [
{
"name": "ownerOrigin",
"type": "string"
}
]
},
{
"name": "setSharedStorageTracking",
"description": "Enables/disables issuing of sharedStorageAccessed events.",
Expand Down Expand Up @@ -20592,6 +20637,13 @@
"description": "Whether to create the target in background or foreground (chrome-only,\nfalse by default).",
"optional": true,
"type": "boolean"
},
{
"name": "forTab",
"description": "Whether to create the target of type \"tab\".",
"experimental": true,
"optional": true,
"type": "boolean"
}
],
"returns": [
Expand Down Expand Up @@ -22262,6 +22314,12 @@
"optional": true,
"type": "boolean"
},
{
"name": "hasPrf",
"description": "If set to true, the authenticator will support the prf extension.\nhttps://w3c.github.io/webauthn/#prf-extension\nDefaults to false.",
"optional": true,
"type": "boolean"
},
{
"name": "automaticPresenceSimulation",
"description": "If set to true, tests of user presence will succeed immediately.\nOtherwise, they will not be resolved. Defaults to true.",
Expand Down
Loading

0 comments on commit 095c2d3

Please sign in to comment.