Closed
Bug 1365855
Opened 7 years ago
Closed 6 years ago
stylo: Trigger an animation-only restyle when we handle an event with coordinates for SMIL
Categories
(Core :: CSS Parsing and Computation, enhancement, P4)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla57
Tracking | Status | |
---|---|---|
firefox57 | --- | fixed |
People
(Reporter: boris, Assigned: birtles)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
In bug 1334036, we flush throttled animations when we handle an event with coordinates [1] for CSS animations/transitions, but didn't implement it for SMIL. [1] http://searchfox.org/mozilla-central/rev/f55349994fdac101d121b11dac769f3f17fbec4b/layout/base/PresShell.cpp#7374
Comment 1•7 years ago
|
||
We do need this? I think we don't run any SMIL animations on the compositor for now.
Assignee | ||
Comment 2•7 years ago
|
||
No, but we throttle SMIL animations in other situations (e.g. invisible animations, perhaps offscreen animations too, I'm not sure). I'm not that any of those could actually effect events, however.
Updated•6 years ago
|
Priority: P3 → --
Assignee | ||
Comment 3•6 years ago
|
||
I'm not aware of any case where this actually makes a difference, so P4 for now.
Priority: -- → P4
Assignee | ||
Comment 4•6 years ago
|
||
I can't think of any case where we throttle SMIL animations that could affect events. I'm just going to drop the comment for this and then close this.
Assignee: nobody → bbirtles
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 7•6 years ago
|
||
mozreview-review |
Comment on attachment 8905391 [details] Bug 1365855 - Drop comment about needing to update SMIL animation styles in ServoRestyleManager::UpdateOnlyAnimationStyles; https://reviewboard.mozilla.org/r/177174/#review182220
Attachment #8905391 -
Flags: review?(hikezoe) → review+
Pushed by bbirtles@mozilla.com: https://hg.mozilla.org/integration/mozilla-inbound/rev/2bb39688625c Drop comment about needing to update SMIL animation styles in ServoRestyleManager::UpdateOnlyAnimationStyles; r=hiro; DONTBUILD
Assignee | ||
Comment 9•6 years ago
|
||
Pushed to m-i because mozreview/autoland seems to strip DONTBUILD from the commit message.
![]() |
||
Comment 10•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/2bb39688625c
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox57:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla57
You need to log in
before you can comment on or make changes to this bug.
Description
•