commit | 8c5b2a2f6d2f4a9934d86a7bf105d34952ab141c | [log] [tgz] |
---|---|---|
author | Frank Liberato <liberato@chromium.org> | Thu Aug 17 19:15:59 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Aug 17 19:15:59 2023 |
tree | 92cbe09779495ab82699c84250cf361f24472367 | |
parent | 9b849489f22231de67363ea87f2ec40705d36dc4 [diff] |
[autopip] Create settings UI helper class This CL introduces a helper class to hold all the content setting and embargo logic for auto-pip. Based on the content setting, it will optionally create the "allow / block" UI to let the user change the content setting from the pip window. It also introduces the plumbing to keep this logic shared between the video and document pip implementations. Right now, it has only placeholder logic to display the auto-pip allow / block UI at all times when the off-by-default Media Session pip action flag is enabled, for document pip only. Video pip does not display the UI, to keep the CL size more manageable. Change-Id: If94f43fec14db22e84983d1dd19b12be5ca72fd2 Bug: 1464066 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4688277 Commit-Queue: Frank Liberato <liberato@chromium.org> Reviewed-by: Fr <beaufort.francois@gmail.com> Reviewed-by: Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/main@{#1184846}
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.