commit | a138a89f78ce0252d2ba4d0b4a685933a5282b55 | [log] [tgz] |
---|---|---|
author | Peilin Wang <peilinwang@google.com> | Tue Feb 11 15:38:41 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 11 15:38:41 2025 |
tree | d152a175a4a98bf6711abc0302e73a6b1e7e2064 | |
parent | fd0bc45c7971cdbeb08652b6cff1fa06aa6ce904 [diff] |
[BCIV] Proper fix for height animations Just before an animation starts, the height is set to the final height, and all offsets in the renderer use the new height for reference. This also means that the OffsetTag values could be temporarily outside of the OffsetTagConstraints for some part of the animation. A quick fix was implemented here https://chromium-review.googlesource.com/c/chromium/src/+/6149868 This cl removes the quick fix and fixes the problem properly by updating the OffsetTagConstraints properly to account for the full range of the animation, and also causes the browser to submit a new frame with the new height during the first frame of the animation. Bug: 391867060 Change-Id: Ic6756fe213d16bad6d145e3b5ffd04bdba6c2efe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6192677 Reviewed-by: Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peilin Wang <peilinwang@google.com> Reviewed-by: Bo Liu <boliu@chromium.org> Cr-Commit-Position: refs/heads/main@{#1418649}
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.