RESOLVED FIXED 123827
Add ENABLE(TEXT_SELECTION)
https://bugs.webkit.org/show_bug.cgi?id=123827
Summary Add ENABLE(TEXT_SELECTION)
Daniel Bates
Reported 2013-11-05 13:52:36 PST
Make WebCore selection painting optional. We should provide a way for a port to paint selection outside of WebCore for similar reasons as the feature ENABLE_TEXT_CARET. For instance, on iOS we use UIKit to paint the selection.
Attachments
Patch (8.78 KB, patch)
2013-11-05 14:00 PST, Daniel Bates
rniwa: review+
Daniel Bates
Comment 1 2013-11-05 14:00:41 PST
Created attachment 216077 [details] Patch I am open to name suggestions. I chose the name ENABLE_TEXT_SELECTION to coincide with the name of a feature define with a similar purpose, ENABLE_TEXT_CARET.
Daniel Bates
Comment 2 2013-11-06 08:47:17 PST
Note You need to log in before you can comment on or make changes to this bug.