[Webkit-unassigned] [Bug 104507] New: Factor node traversal into standalone functions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Dec 9 22:04:10 PST 2012


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

           Summary: Factor node traversal into standalone functions
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: koivisto at iki.fi


Node traversal functions are currently Node and ContainerNode members. Their implementations are scattered over multiple header and source files. These functions have no particular reason to be members as they don't require non-public access. Make them freestanding function instead and gather them together.

-- 
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