[Webkit-unassigned] [Bug 53289] New: DOM: Move DocumentOrderedMap from Document into separate files

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Jan 28 01:05:58 PST 2011


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

           Summary: DOM: Move DocumentOrderedMap from Document into
                    separate files
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rolandsteiner at chromium.org
                CC: darin at apple.com, dglazkov at chromium.org,
                    morrita at google.com
            Blocks: 52963


DocumentOrderedMap currently is a nested class inside Document.

To cut down on the size of Document.h/.cpp, as well as allow further refactoring, esp. for shadow DOM, it would be better if this was made a separate class and moved into its own files.

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