WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
234422
[LFC][IFC] Let computeIsFirstIsLastBoxForInlineContent update the IsFirstForLayoutBox on the display boxes
https://bugs.webkit.org/show_bug.cgi?id=234422
Summary
[LFC][IFC] Let computeIsFirstIsLastBoxForInlineContent update the IsFirstForL...
zalan
Reported
2021-12-16 21:18:57 PST
ssia
Attachments
Patch
(8.36 KB, patch)
2021-12-16 21:25 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Patch
(9.29 KB, patch)
2021-12-17 09:50 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2021-12-16 21:25:50 PST
Created
attachment 447422
[details]
Patch
Antti Koivisto
Comment 2
2021-12-17 08:00:21 PST
Comment on
attachment 447422
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=447422&action=review
> Source/WebCore/layout/formattingContexts/inline/InlineDisplayContentBuilder.cpp:458 > +struct FirstLastInlineBoxes { > + HashMap<const Box*, size_t> first; > + HashMap<const Box*, size_t> last; > +};
Alternatively a single HashMap with a struct with optional first/last. Might save a hash lookup though maybe it doesn't matter.
zalan
Comment 3
2021-12-17 08:04:41 PST
(In reply to Antti Koivisto from
comment #2
)
> Comment on
attachment 447422
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=447422&action=review
> > > Source/WebCore/layout/formattingContexts/inline/InlineDisplayContentBuilder.cpp:458 > > +struct FirstLastInlineBoxes { > > + HashMap<const Box*, size_t> first; > > + HashMap<const Box*, size_t> last; > > +}; > > Alternatively a single HashMap with a struct with optional first/last. Might > save a hash lookup though maybe it doesn't matter.
yeah I like that.
zalan
Comment 4
2021-12-17 09:50:53 PST
Created
attachment 447457
[details]
Patch
EWS
Comment 5
2021-12-17 11:00:05 PST
Committed
r287197
(
245364@main
): <
https://commits.webkit.org/245364@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 447457
[details]
.
Radar WebKit Bug Importer
Comment 6
2021-12-17 11:02:07 PST
<
rdar://problem/86642161
>
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