commit | 7d3695f910f8ca289dbd26853afaa88fc8f4ac42 | [log] [tgz] |
---|---|---|
author | Georg Neis <neis@chromium.org> | Mon Mar 03 23:49:40 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Mar 03 23:49:40 2025 |
tree | a582e8ea177b5ad5c66fdbecf2a32b2455b7f6a0 | |
parent | 86b901bd62fe65f5bdb5956b3a35ce6f9d7dea78 [diff] |
ash: Avoid chrome::FindBrowserWithTab in media app Use of chrome::FindBrowserWithTab is discouraged. In the media app SWA, we can avoid such a use by toggling fullscreen on the Widget instead of on the Browser. Bug: b:369689187 Change-Id: Iaff7b310da7f15a565ced1d101a2d6d3790f24e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6311980 Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Georg Neis <neis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1427442}
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.