Bug 219678 - Font loads are triggered too late
Summary: Font loads are triggered too late
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Page Loading (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-12-09 05:44 PST by Antti Koivisto
Modified: 2020-12-09 11:31 PST (History)
11 users (show)

See Also:


Attachments
wip (2.70 KB, patch)
2020-12-09 06:41 PST, Antti Koivisto
ews-feeder: commit-queue-
Details | Formatted Diff | Diff
patch (6.98 KB, patch)
2020-12-09 09:09 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2020-12-09 05:44:49 PST
CSSFontSelector triggers font loads on zero duration timer after style resolution. This can get delayed substantially and all sorts of less important loads may go out first.
Comment 1 Antti Koivisto 2020-12-09 06:41:10 PST
Created attachment 415751 [details]
wip
Comment 2 Antti Koivisto 2020-12-09 09:09:32 PST
Created attachment 415766 [details]
patch
Comment 3 Geoffrey Garen 2020-12-09 11:07:58 PST
Comment on attachment 415766 [details]
patch

r=me
Comment 4 EWS 2020-12-09 11:30:35 PST
Committed r270590: <https://trac.webkit.org/changeset/270590>

All reviewed patches have been landed. Closing bug and clearing flags on attachment 415766 [details].