Bug 280954
| Summary: | Fire a "loading" event in FontFaceSet | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Alexsander Borges Damaceno <alexbdamac> |
| Component: | CSS | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bfulgham, koivisto, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| See Also: | https://bugs.webkit.org/show_bug.cgi?id=304091 | ||
Alexsander Borges Damaceno
Fire a "loading" event in FontFaceSet when it start load font.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Alexsander Borges Damaceno
Pull request: https://github.com/WebKit/WebKit/pull/34754
Radar WebKit Bug Importer
<rdar://problem/137855203>
EWS
Committed 301471@main (04a74bd9c97a): <https://commits.webkit.org/301471@main>
Reviewed commits have been landed. Closing PR #34754 and removing active labels.
Brent Fulgham
This patch was incomplete. It did not add the IDL for the `FontFaceSetLoadingEvent` object, or implement relevant logic to create/emit these events.
Frederik Wang had largely completed this work in Bug 184138, which would have been a good start for this patch. After this caused bugs with the Apple Music website, Simon updated and incorporated Frederik's work into Bug 304091.