Skip to content

Commit

Permalink
roll to Chrome 126.0.6478.63 (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh and xvrh authored Jun 21, 2024
1 parent 0364735 commit e2d3f8a
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/downloader.dart
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import 'package:archive/archive.dart';
import 'package:http/http.dart' as http;
import 'package:path/path.dart' as p;

const _lastVersion = '126.0.6478.62';
const _lastVersion = '126.0.6478.63';

class DownloadedBrowserInfo {
final String executablePath;
Expand Down
9 changes: 9 additions & 0 deletions tool/json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -1754,7 +1754,9 @@
"ClientMetadataNoResponse",
"ClientMetadataInvalidResponse",
"ClientMetadataInvalidContentType",
"IdpNotPotentiallyTrustworthy",
"DisabledInSettings",
"DisabledInFlags",
"ErrorFetchingSignin",
"InvalidSigninResponse",
"AccountsHttpNotFound",
Expand All @@ -1777,6 +1779,7 @@
"NotSignedInWithIdp",
"MissingTransientUserActivation",
"ReplacedByButtonMode",
"InvalidFieldsSpecified",
"RelyingPartyOriginIsOpaque",
"TypeNotMatching"
]
Expand Down Expand Up @@ -2711,6 +2714,12 @@
"optional": true,
"type": "boolean"
},
{
"name": "allowWithoutGesture",
"description": "For \"fullscreen\" permission, must specify allowWithoutGesture:true.",
"optional": true,
"type": "boolean"
},
{
"name": "panTiltZoom",
"description": "For \"camera\" permission, may specify panTiltZoom.",
Expand Down

0 comments on commit e2d3f8a

Please sign in to comment.