commit | a83881e2d4027c3bdd7be260e9f913b118106bb0 | [log] [tgz] |
---|---|---|
author | Ian Kilpatrick <ikilpatrick@chromium.org> | Wed Apr 23 05:25:00 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Apr 23 05:25:00 2025 |
tree | 7035bd599d6a37056ffb0c4a617f8447e802f1ad | |
parent | ac5f1f01383e3bc1392c9a8876dbb0185f832134 [diff] |
[sticky] Fix sticky crash with container-queries. Previously it wasn't possible to remove PLSA after they have been enqueued for a sticky update, but before the sticky updates have been executed. With container-queries this is now possible. This patch removes the PLSA when its been destroyed from the pending sticky update list. Fixed: 399689229 Change-Id: I01fc0f504466340afb5910f4213f4d62dd893b77 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6479428 Commit-Queue: Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by: Koji Ishii <kojii@chromium.org> Cr-Commit-Position: refs/heads/main@{#1450388}
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.