commit | 8545909d2e888118686519904a5f1d94ec43f944 | [log] [tgz] |
---|---|---|
author | Taylor Bergquist <tbergquist@chromium.org> | Wed Jan 11 00:10:08 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jan 11 00:10:08 2023 |
tree | 4b2a29392dfbd8cb759f0c7175853a64234652b6 | |
parent | eb5339afb02f2bcc7a87306c069ae16ff4483f1f [diff] |
Fix NTB not moving smoothly when opening tabs. This is only noticeable when the minimum tab size is increased with the tab scrolling flag. In that case, the minimum width of the TabContainer could be larger than its preferred width during the beginning of an animation, because the preferred width was based on the current bounds of the tabs but the minimum width was based on the ideal bounds. Bug: N/A Change-Id: I71d95e3b0eba2b82f3eb1b45b708bb74f31b99a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4149715 Reviewed-by: Shibalik Mohapatra <shibalik@chromium.org> Commit-Queue: Taylor Bergquist <tbergquist@chromium.org> Cr-Commit-Position: refs/heads/main@{#1091085}
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.