WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
234671
[LFC][IFC] ContinuousContent should tell InlineContentBreaker if the candidate content is hanging
https://bugs.webkit.org/show_bug.cgi?id=234671
Summary
[LFC][IFC] ContinuousContent should tell InlineContentBreaker if the candidat...
alan
Reported
2021-12-24 13:57:33 PST
ssia
Attachments
Patch
(6.76 KB, patch)
2021-12-24 16:15 PST
,
alan
no flags
Details
Formatted Diff
Diff
Patch
(6.61 KB, patch)
2021-12-26 06:34 PST
,
alan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
alan
Comment 1
2021-12-24 16:15:55 PST
Created
attachment 447952
[details]
Patch
Antti Koivisto
Comment 2
2021-12-25 01:34:55 PST
Comment on
attachment 447952
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=447952&action=review
> Source/WebCore/layout/formattingContexts/inline/InlineLineBuilder.cpp:207 > + auto hangingContentWidth = [&]() -> std::optional<InlineLayoutUnit> { > + return isWhitespace && style.whiteSpace() == WhiteSpace::PreWrap ? std::make_optional(logicalWidth) : std::nullopt; > + };
maybe not to most necessary lambda
alan
Comment 3
2021-12-26 06:34:39 PST
Created
attachment 447972
[details]
Patch
EWS
Comment 4
2021-12-26 07:03:42 PST
Committed
r287443
(
245578@main
): <
https://commits.webkit.org/245578@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 447972
[details]
.
Radar WebKit Bug Importer
Comment 5
2021-12-26 07:04:18 PST
<
rdar://problem/86916610
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug