[Webkit-unassigned] [Bug 139644] New: The SVGDocument of an SVGImage should not perform any additional actions when the SVGImage is being destroyed

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 15 05:24:54 PST 2014


https://bugs.webkit.org/show_bug.cgi?id=139644

            Bug ID: 139644
           Summary: The SVGDocument of an SVGImage should not perform any
                    additional actions when the SVGImage is being
                    destroyed
    Classification: Unclassified
           Product: WebKit
           Version: 528+ (Nightly build)
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: CSS
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: stavila at adobe.com

In SVGImage::~SVGImage, when detaching the frame, the SVGDocument of the image performs additional actions (such as dispatching events and performing style recalc) even though it is being destroyed (the document is created by the image and destroyed together with it). This is not only useless, but can cause additional problems.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20141215/820a65d5/attachment-0002.html>


More information about the webkit-unassigned mailing list