Closed
Bug 2046559
Opened 1 month ago
Closed 15 hours ago
Scroll linked timeline lookup should become based on loosely scoped names
Categories
(Core :: CSS Transitions and Animations, enhancement)
Core
CSS Transitions and Animations
Tracking
()
RESOLVED
FIXED
154 Branch
| Tracking | Status | |
|---|---|---|
| firefox154 | --- | fixed |
People
(Reporter: dshin, Assigned: dshin)
References
Details
(Whiteboard: [scrollanimation:mvp], [wptsync upstream])
Attachments
(2 files)
Previously, was flat-tree lookup, but recently resolved to follow suit with view transitions.
Updated•1 month ago
|
Points: --- → 2
Whiteboard: [scrollanimation:triage] → [scrollanimation:mvp]
| Assignee | ||
Updated•16 days ago
|
Assignee: nobody → dshin
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•2 days ago
|
||
Timelines must do loosely scoped name matching. We store the full
context for doing the matching in Animation, which doesn't change
unless the animation target updates.
| Assignee | ||
Comment 2•2 days ago
|
||
Pushed by dshin@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/8b4c08cb8f28
https://hg.mozilla.org/integration/autoland/rev/9fbcc12f7402
Store full scoped name for named timelines. r=layout-scroll-driven-animation-reviewers,firefox-style-system-reviewers,boris
https://github.com/mozilla-firefox/firefox/commit/883523e53abb
https://hg.mozilla.org/integration/autoland/rev/c75401134199
Make scroll timeline lookups loosely matched scoped name matching. r=layout-scroll-driven-animation-reviewers,firefox-style-system-reviewers,emilio,boris
https://github.com/mozilla-firefox/firefox/commit/526a31b9eb77
https://hg.mozilla.org/integration/autoland/rev/c326488153b6
apply code formatting via Lando
Created web-platform-tests PR https://github.com/web-platform-tests/wpt/pull/61383 for changes under testing/web-platform/tests
Whiteboard: [scrollanimation:mvp] → [scrollanimation:mvp], [wptsync upstream]
Comment 5•15 hours ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9fbcc12f7402
https://hg.mozilla.org/mozilla-central/rev/c75401134199
https://hg.mozilla.org/mozilla-central/rev/c326488153b6
Status: ASSIGNED → RESOLVED
Closed: 15 hours ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•