-
Notifications
You must be signed in to change notification settings - Fork 10.1k
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
Fix a couple of old review comments #15011
Conversation
…PR 5366 follow-up) Because of a capitalization error, the MIME type wasn't actually being set correctly. However, please note that downloading of font files still worked correctly which is probably why this has gone unnoticed since 2014.
Because of a small oversight, this method accidentally handled the intermediate array incorrectly.
…tAnnotation`-class (PR 14720 follow-up) In the "no fontSize available" code-path, in the `ChoiceWidgetAnnotation._getAppearance` method, we don't provide the necessary second argument when calling the `_getTextWidth`-method which will cause errors to be thrown.
/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/415e3a6f4ebace5/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/714af111bced512/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/415e3a6f4ebace5/output.txt Total script time: 26.25 mins
Image differences available at: http://54.241.84.105:8877/415e3a6f4ebace5/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/714af111bced512/output.txt Total script time: 28.05 mins
Image differences available at: http://54.193.163.58:8877/714af111bced512/reftest-analyzer.html#web=eq.log |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Because the comments were made on old, and closed, PRs it's mostly luck that I happened to notice them.
This PR fixes the following comments, with most of them having been introduced earlier (see the individual commit messages):
URL.createObjectURL
method inweb/debugger.js
#11545 (review)pdf.scripting.js
/pdf.sandbox.js
files from accidentally including most of the main-thread code (PR 12631 follow-up) #12693 (review)