Skip to content

Commit

Permalink
Bump chrome to 100.0.4896.127
Browse files Browse the repository at this point in the history
  • Loading branch information
hs-jenkins-bot committed Apr 15, 2022
1 parent 75b63e5 commit b1c3752
Show file tree
Hide file tree
Showing 6 changed files with 211 additions and 63 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>99.0.4844.84-SNAPSHOT</version>
<version>100.0.4896.127-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>99.0.4844.84-SNAPSHOT</version>
<version>100.0.4896.127-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>99.0.4844.84-SNAPSHOT</version>
<version>100.0.4896.127-SNAPSHOT</version>
</parent>

<artifactId>CodeGeneration</artifactId>
Expand Down
173 changes: 132 additions & 41 deletions CodeGeneration/src/main/resources/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1082,6 +1082,7 @@
"id": "MixedContentResourceType",
"type": "string",
"enum": [
"AttributionSrc",
"Audio",
"Beacon",
"CSPReport",
Expand Down Expand Up @@ -1532,28 +1533,6 @@
}
]
},
{
"id": "WasmCrossOriginModuleSharingIssueDetails",
"type": "object",
"properties": [
{
"name": "wasmModuleUrl",
"type": "string"
},
{
"name": "sourceOrigin",
"type": "string"
},
{
"name": "targetOrigin",
"type": "string"
},
{
"name": "isWarning",
"type": "boolean"
}
]
},
{
"id": "GenericIssueErrorType",
"type": "string",
Expand Down Expand Up @@ -1613,6 +1592,42 @@
"MetaTagModifiedHTML"
]
},
{
"id": "FederatedAuthRequestIssueDetails",
"type": "object",
"properties": [
{
"name": "federatedAuthRequestIssueReason",
"$ref": "FederatedAuthRequestIssueReason"
}
]
},
{
"id": "FederatedAuthRequestIssueReason",
"description": "Represents the failure reason when a federated authentication reason fails.\nShould be updated alongside RequestIdTokenStatus in\nthird_party/blink/public/mojom/devtools/inspector_issue.mojom to include\nall cases except for success.",
"type": "string",
"enum": [
"ApprovalDeclined",
"TooManyRequests",
"ManifestHttpNotFound",
"ManifestNoResponse",
"ManifestInvalidResponse",
"ClientMetadataHttpNotFound",
"ClientMetadataNoResponse",
"ClientMetadataInvalidResponse",
"ErrorFetchingSignin",
"InvalidSigninResponse",
"AccountsHttpNotFound",
"AccountsNoResponse",
"AccountsInvalidResponse",
"IdTokenHttpNotFound",
"IdTokenNoResponse",
"IdTokenInvalidResponse",
"IdTokenInvalidRequest",
"ErrorIdToken",
"Canceled"
]
},
{
"id": "ClientHintIssueDetails",
"description": "This issue tracks client hints related issues. It's used to deprecate old\nfeatures, encourage the use of new ones, and provide general guidance.",
Expand Down Expand Up @@ -1645,10 +1660,10 @@
"AttributionReportingIssue",
"QuirksModeIssue",
"NavigatorUserAgentIssue",
"WasmCrossOriginModuleSharingIssue",
"GenericIssue",
"DeprecationIssue",
"ClientHintIssue"
"ClientHintIssue",
"FederatedAuthRequestIssue"
]
},
{
Expand Down Expand Up @@ -1716,11 +1731,6 @@
"optional": true,
"$ref": "NavigatorUserAgentIssueDetails"
},
{
"name": "wasmCrossOriginModuleSharingIssue",
"optional": true,
"$ref": "WasmCrossOriginModuleSharingIssueDetails"
},
{
"name": "genericIssueDetails",
"optional": true,
Expand All @@ -1735,6 +1745,11 @@
"name": "clientHintIssueDetails",
"optional": true,
"$ref": "ClientHintIssueDetails"
},
{
"name": "federatedAuthRequestIssueDetails",
"optional": true,
"$ref": "FederatedAuthRequestIssueDetails"
}
]
},
Expand Down Expand Up @@ -2859,6 +2874,16 @@
"items": {
"$ref": "CSSContainerQuery"
}
},
{
"name": "supports",
"description": "@supports CSS at-rule array.\nThe array enumerates @supports at-rules starting with the innermost one, going outwards.",
"experimental": true,
"optional": true,
"type": "array",
"items": {
"$ref": "CSSSupports"
}
}
]
},
Expand Down Expand Up @@ -3183,6 +3208,31 @@
}
]
},
{
"id": "CSSSupports",
"description": "CSS Supports at-rule descriptor.",
"experimental": true,
"type": "object",
"properties": [
{
"name": "text",
"description": "Supports rule text.",
"type": "string"
},
{
"name": "range",
"description": "The associated rule header range in the enclosing stylesheet (if\navailable).",
"optional": true,
"$ref": "SourceRange"
},
{
"name": "styleSheetId",
"description": "Identifier of the stylesheet containing this object (if exists).",
"optional": true,
"$ref": "StyleSheetId"
}
]
},
{
"id": "PlatformFontUsage",
"description": "Information about amount of glyphs that were rendered with given font.",
Expand Down Expand Up @@ -3769,6 +3819,32 @@
}
]
},
{
"name": "setSupportsText",
"description": "Modifies the expression of a supports at-rule.",
"experimental": true,
"parameters": [
{
"name": "styleSheetId",
"$ref": "StyleSheetId"
},
{
"name": "range",
"$ref": "SourceRange"
},
{
"name": "text",
"type": "string"
}
],
"returns": [
{
"name": "supports",
"description": "The resulting CSS Supports rule after modification.",
"$ref": "CSSSupports"
}
]
},
{
"name": "setRuleSelector",
"description": "Modifies the rule selector.",
Expand Down Expand Up @@ -4872,7 +4948,20 @@
},
{
"name": "enable",
"description": "Enables DOM agent for the given page."
"description": "Enables DOM agent for the given page.",
"parameters": [
{
"name": "includeWhitespace",
"description": "Whether to include whitespaces in the children array of returned Nodes.",
"experimental": true,
"optional": true,
"type": "string",
"enum": [
"none",
"all"
]
}
]
},
{
"name": "focus",
Expand Down Expand Up @@ -7966,12 +8055,6 @@
"optional": true,
"type": "integer"
},
{
"name": "waitForNavigation",
"description": "If set the virtual time policy change should be deferred until any frame starts navigating.\nNote any previous deferred policy change is superseded.",
"optional": true,
"type": "boolean"
},
{
"name": "initialVirtualTime",
"description": "If set, base::Time::Now will be overridden to initially return this value.",
Expand Down Expand Up @@ -8986,7 +9069,7 @@
},
{
"name": "commands",
"description": "Editing commands to send with the key event (e.g., 'selectAll') (default: []).\nThese are related to but not equal the command names used in `document.execCommand` and NSStandardKeyBindingResponding.\nSee https://source.chromium.org/chromium/chromium/src/+/master:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.",
"description": "Editing commands to send with the key event (e.g., 'selectAll') (default: []).\nThese are related to but not equal the command names used in `document.execCommand` and NSStandardKeyBindingResponding.\nSee https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/core/editing/commands/editor_command_names.h for valid command names.",
"experimental": true,
"optional": true,
"type": "array",
Expand Down Expand Up @@ -11785,7 +11868,8 @@
"SameOrigin",
"SameOriginAllowPopups",
"UnsafeNone",
"SameOriginPlusCoep"
"SameOriginPlusCoep",
"SameOriginAllowPopupsPlusCoep"
]
},
{
Expand Down Expand Up @@ -14733,13 +14817,16 @@
"ch-ua-platform",
"ch-ua-model",
"ch-ua-mobile",
"ch-ua-full",
"ch-ua-full-version",
"ch-ua-full-version-list",
"ch-ua-platform-version",
"ch-ua-reduced",
"ch-ua-wow64",
"ch-viewport-height",
"ch-viewport-width",
"ch-width",
"ch-partitioned-cookies",
"clipboard-read",
"clipboard-write",
"cross-origin-isolated",
Expand All @@ -14757,7 +14844,6 @@
"gyroscope",
"hid",
"idle-detection",
"interest-cohort",
"join-ad-interest-group",
"keyboard-map",
"magnetometer",
Expand Down Expand Up @@ -15594,7 +15680,7 @@
"experimental": true,
"type": "string",
"enum": [
"NotMainFrame",
"NotPrimaryMainFrame",
"BackForwardCacheDisabled",
"RelatedActiveContentsExist",
"HTTPStatusNotOK",
Expand Down Expand Up @@ -15647,6 +15733,7 @@
"NoResponseHead",
"Unknown",
"ActivationNavigationsDisallowedForBug1234857",
"ErrorDocument",
"WebSocket",
"WebTransport",
"WebRTC",
Expand Down Expand Up @@ -18517,7 +18604,7 @@
},
{
"name": "expirationTime",
"type": "number"
"$ref": "Network.TimeSinceEpoch"
},
{
"name": "joiningOrigin",
Expand Down Expand Up @@ -18870,6 +18957,10 @@
"name": "interestGroupAccessed",
"description": "One of the interest groups was accessed by the associated page.",
"parameters": [
{
"name": "accessTime",
"$ref": "Network.TimeSinceEpoch"
},
{
"name": "type",
"$ref": "InterestGroupAccessType"
Expand Down
Loading

0 comments on commit b1c3752

Please sign in to comment.