[Webkit-unassigned] [Bug 202415] New: Remove SVGPropertyAccess from SVGProperty

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Oct 1 11:42:28 PDT 2019


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

            Bug ID: 202415
           Summary: Remove SVGPropertyAccess from SVGProperty
           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

Instead of keeping a member of SVGPropertyAccess in each SVGProperty, we can walk through the SVGPropertyOwner chain till we reach an owner of type SVGAnimatedProperty or SVGAnimatedPropertyList. This owner compares the property to be modified with its animVal. And if they are the same, it will return 'true' through its virtual method isPropertyReadOnly().

-- 
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/20191001/6f7d33cf/attachment.html>


More information about the webkit-unassigned mailing list