Bug 123827 - Add ENABLE(TEXT_SELECTION)
Summary: Add ENABLE(TEXT_SELECTION)
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Daniel Bates
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-05 13:52 PST by Daniel Bates
Modified: 2013-11-06 08:47 PST (History)
10 users (show)

See Also:


Attachments
Patch (8.78 KB, patch)
2013-11-05 14:00 PST, Daniel Bates
rniwa: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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>