[Webkit-unassigned] [Bug 204941] [LFC][Integration] Support isLineBreak() in iterator

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Dec 6 05:10:53 PST 2019


https://bugs.webkit.org/show_bug.cgi?id=204941

zalan <zalan at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #384999|review?                     |review+
              Flags|                            |

--- Comment #2 from zalan <zalan at apple.com> ---
Comment on attachment 384999
  --> https://bugs.webkit.org/attachment.cgi?id=384999
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=384999&action=review

> Source/WebCore/layout/displaytree/DisplayRun.h:101
> +    bool isLineBreak() const { return layoutBox().isLineBreakBox() || (textContext() && textContext()->content() == "\n"); }

&& style().preserveNewline() 
We might need to start tracking type information in DisplayRuns.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20191206/3535ed4b/attachment.htm>


More information about the webkit-unassigned mailing list