commit | bb6ee629d4e78d7af5cb16aa15190bc6185ecdd7 | [log] [tgz] |
---|---|---|
author | spdonghao <spdonghao@chromium.org> | Wed Sep 28 22:37:18 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Sep 28 22:37:18 2022 |
tree | 9bb3ab02cbeeab14199822906e0afdafa13a1f5c | |
parent | 1e78d4adafc570de3deca8cb5ebd5712563aec9b [diff] |
[Start] Fix scroll animation of logo for Feed disabled improvement. When Feed disabled improvement is enabled, the logo is shown in the start surface content instead of inside toolbar. We need to add the logo height onto: 1. |fakeSearchBoxToRealSearchBoxTop| in SSCoordinator#initializeOffsetChangedListener to make scroll animation correct. 2. |fakeSearchBoxMarginToScreenTop| in SSTCoordinator#shouldShowRealSearchBox. Before video: http://shortn/_o54SGLkYz7 After video: http://shortn/_WRSjVLqAH3 Bug: 1365694 Change-Id: Idad068d4952e9149ff330ac7ad303ba59c9c13e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3892757 Reviewed-by: Filip Gorski <fgorski@chromium.org> Commit-Queue: Hao Dong <spdonghao@chromium.org> Cr-Commit-Position: refs/heads/main@{#1052674}
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.