[Webkit-unassigned] [Bug 44383] New: Encapsulate document marker management into DocumentMarkerController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sat Aug 21 13:43:02 PDT 2010


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

           Summary: Encapsulate document marker management into
                    DocumentMarkerController
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: dbates at webkit.org
                CC: eric at webkit.org, abarth at webkit.org


Following up on Eric Seidel's remarks on cleaning up Document.cpp in the webkit-dev email "Re: [webkit-dev] Cleaning up Document.* (was DeviceOrientation/Motion on Document rather than Page)" on 08/17/2010, we should move the marker management code in Document.cpp to its own class, say DocumentMarkerController so as to encapsulate this functionality off of the Document.

Notice, the marker management code only uses the a Document instance to store the marker map, Document::m_markers.

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