| commit | 2ea83c32b59faf32a0de6854b172f8b51cf614da | [log] [tgz] |
|---|---|---|
| author | Brandon Wylie <wylieb@google.com> | Thu Sep 04 16:01:18 2025 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Sep 04 16:01:18 2025 |
| tree | 31875b92f745eee16ab0599d119836cae547d2ed | |
| parent | b3dba360334bc4140d249745ba906889cdcff0e5 [diff] |
[reader mode] Add a lifetime management class for RM bottom sheet The underlying requirement here is to have the RM bottom sheet always available to the user when they scroll up in the web contents. This removes the need for a explicit entry-point, so taking the opportunity to add a class for explicit RM bottom sheet lifetime management. * Introduce ReaderModeBottomSheetManager to manage lifetime. * Removed the explicit Appearance option from the app menu. * Observe changes to activity tab, tab state, and gestures. Bug: 442003495 Change-Id: Ibc24cc336436ba625acadf631f464734a717bfac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6909938 Reviewed-by: Matthew Jones <mdjones@chromium.org> Commit-Queue: Brandon Wylie <wylieb@google.com> Reviewed-by: Sky Malice <skym@chromium.org> Reviewed-by: David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/main@{#1510948}
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.