Bug 126830 - [iOS] Implement WebCore::findEndWordBoundary()
Summary: [iOS] Implement WebCore::findEndWordBoundary()
Status: RESOLVED CONFIGURATION CHANGED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: 528+ (Nightly build)
Hardware: iPhone / iPad iOS 7.0
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on: 125619
Blocks:
  Show dependency treegraph
 
Reported: 2014-01-11 19:50 PST by David Kilzer (:ddkilzer)
Modified: 2017-11-14 14:20 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description David Kilzer (:ddkilzer) 2014-01-11 19:50:06 PST
Bug 125619 added an implementation of WebCore::findEndWordBoundary() in Source/WebCore/platform/text/mac/TextBoundaries.mm, but it needs a separate implementation for IOS, much like WebCore::findWordBoundary().
Comment 1 Radar WebKit Bug Importer 2014-01-11 20:04:15 PST
<rdar://problem/15800355>
Comment 2 David Kilzer (:ddkilzer) 2014-01-11 20:10:18 PST
The iOS build failure was worked around in r161795:
<http://trac.webkit.org/changeset/161795>
Comment 3 Myles C. Maxfield 2017-11-14 14:20:58 PST
There is an implementation of this function as of r224244