[Webkit-unassigned] [Bug 195862] New: Remove the SVG property tear off objects for SVGAnimatedBoolean

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 17 09:07:42 PDT 2019


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

            Bug ID: 195862
           Summary: Remove the SVG property tear off objects for
                    SVGAnimatedBoolean
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: SVG
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: sabouhallawa at apple.com
                CC: zimmermann at kde.org

Like what we did for SVGAnimatedInteger in <https://trac.webkit.org/changeset/243036>, we are going to do similar transform for SVGAnimatedBoolean. Instead of saving the raw boolean data in the SVGElement and use the tear off object to provide the animation and the DOM objects, the SVGElement will hold a Ref<SVGAnimatedBoolean>. This will eliminate the need to create any other objects.

-- 
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/20190317/3f1e3255/attachment.html>


More information about the webkit-unassigned mailing list