-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
More FontLoader
clean-up
#15511
More FontLoader
clean-up
#15511
Conversation
…method (PR 3477 follow-up) This is yet another small piece of functionality that became unused in PR 3477 (which landed nine years ago).
…LoadEvent` method (PR 10539 follow-up) After the changes in PR 10539 (which landed over three years ago) the `FontLoader.bind` method can only be called with *a single* font at a time, hence the `_prepareFontLoadEvent` method obviously don't need to support multiple fonts any more.
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/1bd1c156816fefb/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/79e36ad4ee31d80/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/1bd1c156816fefb/output.txt Total script time: 27.11 mins
Image differences available at: http://54.241.84.105:8877/1bd1c156816fefb/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/79e36ad4ee31d80/output.txt Total script time: 30.39 mins
Image differences available at: http://54.193.163.58:8877/79e36ad4ee31d80/reftest-analyzer.html#web=eq.log |
…method Given that Firefox supports *synchronous* font loading, when the Font Loading API isn't being used, there's really no point including code which if called would just throw in the MOZCENTRAL build. (This is safe, since the `FontLoader.isSyncFontLoadingSupported`-getter always return `true` there.)
Looks good to me! |
Please refer to the individual commit messages.