Bug 193480 - Unify macOS and iOS codepaths for populating the attributed string in DictionaryPopupInfo
Summary: Unify macOS and iOS codepaths for populating the attributed string in Diction...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Megan Gardner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-01-15 19:01 PST by Wenson Hsieh
Modified: 2019-01-16 09:35 PST (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Wenson Hsieh 2019-01-15 19:01:42 PST
In WebPage::dictionaryPopupInfoForRange, we should be able to take advantage of editingAttributedStringFromRange in both macOS and iOS by making editingAttributedStringFromRange available on PLATFORM(IOS_FAMILY).