Bug 217023 - [LFC][IFC] Create inline boxes for hard line breaks(<br>) and word wrap opportunities (<wbr>)
Summary: [LFC][IFC] Create inline boxes for hard line breaks(<br>) and word wrap oppor...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: zalan
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-09-26 20:16 PDT by zalan
Modified: 2020-09-27 11:42 PDT (History)
5 users (show)

See Also:


Attachments
Patch (13.82 KB, patch)
2020-09-26 20:44 PDT, zalan
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
Patch (14.60 KB, patch)
2020-09-26 21:29 PDT, zalan
no flags Details | Formatted Diff | Diff
Patch (1.58 KB, patch)
2020-09-27 09:07 PDT, zalan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description zalan 2020-09-26 20:16:10 PDT
so that we can add computed box geometries for them.
Comment 1 zalan 2020-09-26 20:44:46 PDT
Created attachment 409808 [details]
Patch
Comment 2 zalan 2020-09-26 21:29:30 PDT
Created attachment 409811 [details]
Patch
Comment 3 EWS 2020-09-27 06:03:33 PDT
Committed r267657: <https://trac.webkit.org/changeset/267657>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409811 [details].
Comment 4 Radar WebKit Bug Importer 2020-09-27 06:04:18 PDT
<rdar://problem/69654918>
Comment 5 zalan 2020-09-27 09:07:57 PDT
Reopening to attach new patch.
Comment 6 zalan 2020-09-27 09:07:58 PDT
Created attachment 409837 [details]
Patch
Comment 7 EWS 2020-09-27 09:30:59 PDT
Committed r267666: <https://trac.webkit.org/changeset/267666>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 409837 [details].
Comment 8 Simon Fraser (smfr) 2020-09-27 10:47:49 PDT
Comment on attachment 409811 [details]
Patch

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

> Source/WebCore/layout/FormattingState.cpp:55
> +    // Anonymous text wrappers do not need display boxes.

You mean "do not need box geometry"? This is not about Display::Box.
Comment 9 zalan 2020-09-27 11:42:16 PDT
(In reply to Simon Fraser (smfr) from comment #8)
> Comment on attachment 409811 [details]
> Patch
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=409811&action=review
> 
> > Source/WebCore/layout/FormattingState.cpp:55
> > +    // Anonymous text wrappers do not need display boxes.
> 
> You mean "do not need box geometry"? This is not about Display::Box.
Yeah, you are right. I should have rephrased it (this comment is from before when box geometry was really just a Display::Box)