WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 219672
219666
[GPU Process]: Cache WebFonts in GPUP
https://bugs.webkit.org/show_bug.cgi?id=219666
Summary
[GPU Process]: Cache WebFonts in GPUP
Said Abou-Hallawa
Reported
2020-12-08 21:30:21 PST
The WebFont will be cached the same way we cache and reference the NativeImage. When recording DrawGlyphs, we will ensure the Font is cached by GPUP and we will use its RemoteResourceIdentifier in the DL item. When replaying back the DL in GPUP, we are going to pass the FontHashMap to DisplayList::Replayer so its replay() method can resolve the RemoteResourceIdentifier back to a Font.
Attachments
WIP
(43.36 KB, patch)
2020-12-08 21:34 PST
,
Said Abou-Hallawa
no flags
Details
Formatted Diff
Diff
WIP
(43.42 KB, patch)
2020-12-08 21:57 PST
,
Said Abou-Hallawa
ews-feeder
: commit-queue-
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Said Abou-Hallawa
Comment 1
2020-12-08 21:34:18 PST
Created
attachment 415710
[details]
WIP
Said Abou-Hallawa
Comment 2
2020-12-08 21:57:12 PST
Created
attachment 415712
[details]
WIP
Radar WebKit Bug Importer
Comment 3
2020-12-15 21:31:48 PST
<
rdar://problem/72370811
>
Said Abou-Hallawa
Comment 4
2020-12-16 09:22:59 PST
Caching Web fonts in the GPU Process should be fixed by
bug 219672
. *** This bug has been marked as a duplicate of
bug 219672
***
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