RESOLVED FIXED 6609
Use Selection instead of SelectionController where possible
https://bugs.webkit.org/show_bug.cgi?id=6609
Summary Use Selection instead of SelectionController where possible
Duncan Wilcox
Reported 2006-01-16 23:43:12 PST
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.
Attachments
patch (34.51 KB, patch)
2006-01-16 23:43 PST, Duncan Wilcox
darin: review+
Duncan Wilcox
Comment 1 2006-01-16 23:43:43 PST
Darin Adler
Comment 2 2006-01-17 00:31:28 PST
Comment on attachment 5733 [details] patch Looks great, r=me.
Note You need to log in before you can comment on or make changes to this bug.