[Webkit-unassigned] [Bug 6609] New: Use Selection instead of SelectionController where possible

bugzilla-daemon at opendarwin.org bugzilla-daemon at opendarwin.org
Mon Jan 16 23:43:12 PST 2006


http://bugzilla.opendarwin.org/show_bug.cgi?id=6609

           Summary: Use Selection instead of SelectionController where
                    possible
           Product: WebKit
           Version: 412+
          Platform: Macintosh
        OS/Version: Mac OS X 10.4
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at opendarwin.org
        ReportedBy: duncan at mclink.it


This patch replaces the use of SelectionController with Selection in the edit commands.

It also cleans up the relationship between Selection and SelectionController: SelectionController used to 
need to be friend to Selection to call validate() on it, now validation is enforced on every update of 
Selection.

-- 
Configure bugmail: http://bugzilla.opendarwin.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list