commit | d3ecf5097a0fc8ce53a0267de63b5bc7d08e1bcd | [log] [tgz] |
---|---|---|
author | Fredrik Söderquist <fs@opera.com> | Thu Mar 07 18:27:44 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Mar 07 18:27:44 2024 |
tree | 3924b34972d89e40ae4bb5f5c533be32eafde9bc | |
parent | 8e8b1abd811b4ebbc043f7b8a5e7eb74b4139254 [diff] |
Revalidate the interval when SMIL timing parameters change When one of the 'dur', 'repeatDur', 'repeatCount', 'min' or 'max' attributes changes the interval will not be revalidated. Since the state from these are "lazy" we will instead get strange effects when using timing state for other things. When any of the attributes above change, then tell the time container to reschedule the timed element and set a flag so that the interval will be revalidated when that happens. Fixed: 328451421 Change-Id: Ia80becaf813e3c734c85ac85bfa483ce325f0786 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5352368 Auto-Submit: Fredrik Söderquist <fs@opera.com> Reviewed-by: Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/main@{#1269700}
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.