RESOLVED FIXED33619
Move more of the selection and caret painting code from Frame to SelectionController
https://bugs.webkit.org/show_bug.cgi?id=33619
Summary Move more of the selection and caret painting code from Frame to SelectionCon...
Darin Adler
Reported 2010-01-13 12:37:41 PST
Move more of the selection and caret painting code from Frame to SelectionController
Attachments
Patch (20.89 KB, patch)
2010-01-13 12:38 PST, Darin Adler
mitz: review+
Darin Adler
Comment 1 2010-01-13 12:38:32 PST
WebKit Review Bot
Comment 2 2010-01-13 13:05:31 PST
mitz
Comment 3 2010-01-13 13:22:15 PST
Comment on attachment 46488 [details] Patch > + "layout" is usedfor other purposes in this function. Typo: “usedfor” > - bool m_needsLayout : 1; // true if the caret and expectedVisible rectangles need to be calculated > + bool m_needsLayout; // true if the caret and expectedVisible rectangles need to be calculated I don’t know what expectedVisible is, in this comment that you’re moving. r=me but this apparently breaks the Qt build: <https://webkit-commit-queue.appspot.com/results/184631>.
Eric Seidel (no email)
Comment 4 2010-01-14 12:54:36 PST
Attachment 46488 [details] was posted by a committer and has review+, assigning to Darin Adler for commit.
Darin Adler
Comment 5 2010-01-14 12:56:09 PST
Note You need to log in before you can comment on or make changes to this bug.