Closed
Bug 652976
Opened 14 years ago
Closed 9 years ago
[css3-animations] warning "should already have refreshed style rule" with SVG animation and CSS animation
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jruderman, Assigned: dbaron)
References
Details
(Keywords: assertion, testcase)
Attachments
(3 files)
###!!! ABORT: should already have refreshed style rule: 'ea->mStyleRuleRefreshTime == mPresContext->RefreshDriver()->MostRecentRefresh()', file layout/style/nsAnimationManager.cpp, line 835
Reporter | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
I'm inclined to just merge GetAnimationRule and CheckAnimationRule (with the name GetAnimationRule, but the contents of CheckAnimationRule with GetAnimationRule merged in to it). I think the assertion should probably just go.
Assignee | ||
Comment 3•14 years ago
|
||
This assertion was just checking correctness, and in the cases we're seeing it I think there's not a correctness bug, just a performance problem in that we redo work (since we sometimes do style reresolution during a refresh driver notification prior to notifying the animation manager).
Attachment #539362 -
Flags: review?(bzbarsky)
![]() |
||
Comment 4•14 years ago
|
||
Comment on attachment 539362 [details] [diff] [review]
change NS_ABORT_IF_FALSE to NS_WARN_IF_FALSE
r=me
Attachment #539362 -
Flags: review?(bzbarsky) → review+
Assignee | ||
Comment 5•14 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/405374f8075e
(which does NOT make this bug fixed)
Reporter | ||
Updated•14 years ago
|
Severity: critical → normal
Summary: [css3-animations] "ABORT: should already have refreshed style rule" with SVG animation and CSS animation → [css3-animations] warning "should already have refreshed style rule" with SVG animation and CSS animation
Comment 6•14 years ago
|
||
Assignee: nobody → dbaron
Status: NEW → RESOLVED
Closed: 14 years ago
OS: Mac OS X → All
Hardware: x86_64 → All
Resolution: --- → FIXED
Target Milestone: --- → mozilla7
Assignee | ||
Updated•14 years ago
|
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Updated•14 years ago
|
Status: REOPENED → NEW
Assignee | ||
Updated•14 years ago
|
Target Milestone: mozilla7 → ---
Comment 7•9 years ago
|
||
Testcase no longer warns on trunk.
Status: NEW → RESOLVED
Closed: 14 years ago → 9 years ago
Flags: in-testsuite+
Resolution: --- → WORKSFORME
Comment 9•9 years ago
|
||
bugherder |
Comment 10•9 years ago
|
||
bugherder uplift |
status-b2g-v2.5:
--- → fixed
Comment 11•9 years ago
|
||
removing the b2g 2.5 flag since this commit has been reverted due to an incorrect merge, sorry for the confusion
status-b2g-v2.5:
fixed → ---
You need to log in
before you can comment on or make changes to this bug.
Description
•