commit | 78870a08037cd16bc7c117b13e476195d1aabe95 | [log] [tgz] |
---|---|---|
author | Rune Lillesveen <futhark@chromium.org> | Fri Jun 13 17:14:11 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Jun 13 17:14:11 2025 |
tree | 49c03616a5343e0624acc1572645a6eeb1c66f7c | |
parent | bf6b97958cdb70c16a9cfbe80e3663d7779aad8c [diff] |
Store before-change style for anchored() query effects We need to store the old style on PostStyleUpdateScope animation data in order to trigger transitions correctly inside container-type:anchored for the same reason we do it inside size containers. Multiple style passes for a style change event means we need to remember the style from the previous style change event, not rely an second-to-last update that is stored on the Element. Bug: 417621241 Change-Id: I469da4f5ad0fbd812d28dde58128a543775a1a05 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6632801 Reviewed-by: Anders Hartvoll Ruud <andruud@chromium.org> Commit-Queue: Rune Lillesveen <futhark@chromium.org> Cr-Commit-Position: refs/heads/main@{#1473654}
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.