Bug 123827

Summary: Add ENABLE(TEXT_SELECTION)
Product: WebKit Reporter: Daniel Bates <dbates>
Component: HTML EditingAssignee: Daniel Bates <dbates>
Status: RESOLVED FIXED    
Severity: Normal CC: aestes, benjamin, cmarcelo, commit-queue, enrica, esprehn+autocc, glenn, kondapallykalyan, mifenton, rniwa
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch rniwa: review+

Description Daniel Bates 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.
Comment 1 Daniel Bates 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.
Comment 2 Daniel Bates 2013-11-06 08:47:17 PST
Committed r158750: <http://trac.webkit.org/changeset/158750>