[css-text] Implement the line-break:anywhere using a shared text iterator
https://bugs.webkit.org/show_bug.cgi?id=197876
Summary [css-text] Implement the line-break:anywhere using a shared text iterator
Javier Fernandez
Reported 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.
Attachments
Note You need to log in before you can comment on or make changes to this bug.