commit | 303a7cb1569d1f7c380f0b1e5542b488a496609e | [log] [tgz] |
---|---|---|
author | Hidehiko Abe <hidehiko@chromium.org> | Thu Aug 19 06:23:22 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 19 06:23:22 2021 |
tree | 2dce7cee88c61ef2640fa188639a9faf3bd510ad | |
parent | 4ceb94553126a0db65406b75e23363a73320ddd9 [diff] |
Add BrowserService::OpenUrl method. This allows ash to open some specific URL on lacros-chrome. Note that, it is not fully supported yet. Specifically, if lacros-chrome is not running yet, it just launches lacros-chrome with new-tab-page, but not with the specified URL. That will be addressed in a following CL. Bug: 1236859 Change-Id: Ia6079e62ee0deb0835ea38eb75dec9a3c510899c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3096815 Reviewed-by: James Cook <jamescook@chromium.org> Reviewed-by: Stefan Kuhne <skuhne@chromium.org> Commit-Queue: Hidehiko Abe <hidehiko@chromium.org> Cr-Commit-Position: refs/heads/main@{#913292}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.