Closed
Bug 767726
Opened 13 years ago
Closed 13 years ago
Kill nsISVGChildFrame::DO_NOT_NOTIFY_RENDERING_OBSERVERS
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jwatt, Assigned: jwatt)
Details
Attachments
(1 file)
14.33 KB,
patch
|
longsonr
:
review+
|
Details | Diff | Splinter Review |
With the patch for bug 767647 we stopped invalidating rendering observers under NotifySVGChanged() since ancestor changes can't change a descendant from the point of view of the descendant's rendering observers anyway. (Since when rendering, rendering observers have the elements they reference resolve dimensions relative to them, etc., not their ancestor.)
Anyway, that bug forgot to remove DO_NOT_NOTIFY_RENDERING_OBSERVERS. It's no longer needed, so we should do that.
![]() |
Assignee | |
Updated•13 years ago
|
Assignee: nobody → jwatt
Status: NEW → ASSIGNED
Summary: Kill DO_NOT_NOTIFY_RENDERING_OBSERVERS → Kill nsISVGChildFrame::DO_NOT_NOTIFY_RENDERING_OBSERVERS
![]() |
Assignee | |
Comment 1•13 years ago
|
||
Attachment #644941 -
Flags: review?(longsonr)
Updated•13 years ago
|
Attachment #644941 -
Flags: review?(longsonr) → review+
![]() |
Assignee | |
Comment 2•13 years ago
|
||
Target Milestone: --- → mozilla17
Comment 3•13 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•