commit | 3d7a45127c97e0c31a83c55f7534757f9bfad879 | [log] [tgz] |
---|---|---|
author | Calder Kitagawa <ckitagawa@chromium.org> | Fri Jan 05 20:42:09 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jan 05 20:42:09 2024 |
tree | 40884e6afae9a80364c283b6ebe1bbe3e10ebce4 | |
parent | 656614620cf5683eb7b25d2d1ba5ff09a7688305 [diff] |
[Tab Switcher] TabSwitcherPaneMediator A fork of the TabSwitcherMediator for panes. The code can be significantly simplified due to panes and the Hub handling a lot of the logic. Hub takes a lot of the visibility and back press logic away. Panes take away incognito reauth, reset, and price tracking. Visibility is now no longer the responsibility of the mediator nor is managing the content size of the TabListRecyclerView as it is hosted as a view within the Hub rather than being the child for the compositor view. As such, something that was almost 1200 lines is now only 400. Bug: 1505772 Change-Id: I947ad557ea0c84017689f4324737f083d4da9482 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5136680 Reviewed-by: Sky Malice <skym@chromium.org> Commit-Queue: Calder Kitagawa <ckitagawa@chromium.org> Code-Coverage: findit-for-me@appspot.gserviceaccount.com <findit-for-me@appspot.gserviceaccount.com> Cr-Commit-Position: refs/heads/main@{#1243592}
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.