[Webkit-unassigned] [Bug 98313] New: ScrollingStateNode should keep a Vector of children instead of child pointers

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 3 15:52:23 PDT 2012


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

           Summary: ScrollingStateNode should keep a Vector of children
                    instead of child pointers
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


ScrollingStateNode was added with https://bugs.webkit.org/show_bug.cgi?id=97365 We can vastly simplify that class by making each node have a Vector of children instead of of keeping child and sibling pointers.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list