Closed
Bug 733764
Opened 13 years ago
Closed 10 years ago
Make forceRedraw() a no-op
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla38
People
(Reporter: jwatt, Assigned: longsonr)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jwatt
:
review+
|
Details | Diff | Splinter Review |
Seems like our forceRedraw implementation is a bit weird. It doesn't unsuspendRedraw(), so it's totally not going to do what people expect. Currently we can't remove it though, since the following test fails if we do:
https://mxr.mozilla.org/mozilla-central/source/content/smil/test/test_smilChangeAfterFrozen.xhtml
After bug 614732 is fixed, we should revisit this, since there should be no need for a forceRedraw in the DOM API. (By then suspendRedraw will have been made a no-op too.)
Assignee | ||
Comment 1•10 years ago
|
||
Assignee: nobody → longsonr
Attachment #8553745 -
Flags: review?(jwatt)
Assignee | ||
Comment 2•10 years ago
|
||
Reporter | ||
Updated•10 years ago
|
Attachment #8553745 -
Flags: review?(jwatt) → review+
Assignee | ||
Comment 3•10 years ago
|
||
Assignee | ||
Updated•10 years ago
|
Flags: in-testsuite-
Comment 4•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla38
You need to log in
before you can comment on or make changes to this bug.
Description
•