commit | cf11983d69ee97087378676eb8fb6273e3b33923 | [log] [tgz] |
---|---|---|
author | Patrick Noland <pnoland@google.com> | Thu Oct 24 16:33:33 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Oct 24 16:33:33 2024 |
tree | ff03433262883417b6cf6382d0f1ee9cfe9303ce | |
parent | 0bc34f0b5bdf743e995980297675674e5c82c527 [diff] |
[Anchor] Refactor ToolbarProgressBar This change moves ToolbarProgressBar to live as a sibling of, rather than a child of, the ControlContainer, so that it can be repositioned freely within the app's root layout. This enables a cascading series of cleanups: * Progress bar init is now via a stub and happens sooner * The animating view is inflated alongside the progress bar * Anchoring is done with CoordinatorLayout's layoutanchor properties instead of manually * Various obsolete code removed Bug: 369133876 Change-Id: I2f7ba17176bd18f14af3b107d27a49d3dfdd3a06 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5941322 Reviewed-by: Matthew Jones <mdjones@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Commit-Queue: Patrick Noland <pnoland@chromium.org> Cr-Commit-Position: refs/heads/main@{#1373370}
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.