mirror of
https://github.com/servo/servo.git
synced 2025-10-01 00:59:15 +01:00
Auto merge of #9837 - nox:deterministic-raf, r=mbrubeck
Use a BTreeMap for Document::animation_frame_list (fixes #9834) The callbacks must stay ordered. <!-- Reviewable:start --> [<img src="https://reviewable.io/review_button.svg" height="40" alt="Review on Reviewable"/>](https://reviewable.io/reviews/servo/servo/9837) <!-- Reviewable:end -->
This commit is contained in:
commit
9ceda7de50
4 changed files with 66 additions and 10 deletions
|
@ -5574,6 +5574,12 @@
|
|||
"url": "/_mozilla/mozilla/collections.html"
|
||||
}
|
||||
],
|
||||
"mozilla/deterministic-raf.html": [
|
||||
{
|
||||
"path": "mozilla/deterministic-raf.html",
|
||||
"url": "/_mozilla/mozilla/deterministic-raf.html"
|
||||
}
|
||||
],
|
||||
"mozilla/documentElement.html": [
|
||||
{
|
||||
"path": "mozilla/documentElement.html",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue