Bug 197876 - [css-text] Implement the line-break:anywhere using a shared text iterator
Summary: [css-text] Implement the line-break:anywhere using a shared text iterator
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Text (show other bugs)
Version: Safari Technology Preview
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-05-14 02:42 PDT by Javier Fernandez
Modified: 2019-05-14 02:43 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Javier Fernandez 2019-05-14 02:42:51 PDT
The patch for bug #181169 implements the line-break:anywhere feature using a NonSharedCharacterBreakIterator, which may have a considerable impact on performance. 

One option to reduce the impact of this new feature could be using a shared Text iterator, instead.