WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
236866
[LFC][IFC] Introduce LineBoxBuilder::collectFallbackFonts
https://bugs.webkit.org/show_bug.cgi?id=236866
Summary
[LFC][IFC] Introduce LineBoxBuilder::collectFallbackFonts
zalan
Reported
2022-02-18 15:46:36 PST
This is in preparation for supporting ideographic baseline
Attachments
Patch
(8.15 KB, patch)
2022-02-18 15:51 PST
,
zalan
no flags
Details
Formatted Diff
Diff
[fast-cq]Patch
(8.14 KB, patch)
2022-02-18 21:59 PST
,
zalan
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
zalan
Comment 1
2022-02-18 15:51:54 PST
Created
attachment 452591
[details]
Patch
Antti Koivisto
Comment 2
2022-02-18 21:50:07 PST
Comment on
attachment 452591
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=452591&action=review
> Source/WebCore/layout/formattingContexts/inline/text/TextUtil.h:58 > + static FallbackFontList fallbackFontsForText(const StringView&, const RenderStyle&, IncludeHyphen);
const StringView& is bit pointless, it is better used as a value type (it is just pointer and a length)
zalan
Comment 3
2022-02-18 21:54:07 PST
(In reply to Antti Koivisto from
comment #2
)
> Comment on
attachment 452591
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=452591&action=review
> > > Source/WebCore/layout/formattingContexts/inline/text/TextUtil.h:58 > > + static FallbackFontList fallbackFontsForText(const StringView&, const RenderStyle&, IncludeHyphen); > > const StringView& is bit pointless, it is better used as a value type (it is > just pointer and a length)
Oh you are right. it's muscle memory.
zalan
Comment 4
2022-02-18 21:59:41 PST
Created
attachment 452625
[details]
[fast-cq]Patch
EWS
Comment 5
2022-02-19 05:31:38 PST
Committed
r290204
(
247532@main
): <
https://commits.webkit.org/247532@main
> All reviewed patches have been landed. Closing bug and clearing flags on
attachment 452625
[details]
.
Radar WebKit Bug Importer
Comment 6
2022-02-19 05:32:18 PST
<
rdar://problem/89186091
>
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