Skip to content

Commit

Permalink
roll to Chrome 124.0.6367.201 (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
xvrh and xvrh authored May 10, 2024
1 parent 2463888 commit ac68974
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 2 deletions.
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 = '124.0.6367.155';
const _lastVersion = '124.0.6367.201';

class DownloadedBrowserInfo {
final String executablePath;
Expand Down
25 changes: 24 additions & 1 deletion tool/json/browser_protocol.json
Original file line number Diff line number Diff line change
Expand Up @@ -25658,7 +25658,8 @@
"RedirectedPrerenderingUrlHasEffectiveUrl",
"ActivationUrlHasEffectiveUrl",
"JavaScriptInterfaceAdded",
"JavaScriptInterfaceRemoved"
"JavaScriptInterfaceRemoved",
"AllPrerenderingCanceled"
]
},
{
Expand Down Expand Up @@ -26182,6 +26183,28 @@
"type": "string"
}
]
},
{
"name": "launch",
"description": "Launches the installed web app, or an url in the same web app instead of the\ndefault start url if it is provided. Returns a tab / web contents based\nTarget.TargetID which can be used to attach to via Target.attachToTarget or\nsimilar APIs.",
"parameters": [
{
"name": "manifestId",
"type": "string"
},
{
"name": "url",
"optional": true,
"type": "string"
}
],
"returns": [
{
"name": "targetId",
"description": "ID of the tab target created as a result.",
"$ref": "Target.TargetID"
}
]
}
]
}
Expand Down

0 comments on commit ac68974

Please sign in to comment.