-
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
Convert the src/core/{jbig2, jpg, jpx}.js
files to use standard classes
#13338
Conversation
These changes were made automatically, using `gulp lint --fix`.
…tically, in the `src/core/jbig2.js` file
*Please note:* Ignoring whitespace-only changes is probably necessary in order to review this.
These changes were made automatically, using `gulp lint --fix`.
…tically, in the `src/core/jpg.js` file
*Please note:* Ignoring whitespace-only changes is probably necessary in order to review this.
These changes were made automatically, using `gulp lint --fix`.
…tically, in the `src/core/jpx.js` file
*Please note:* Ignoring whitespace-only changes is probably necessary in order to review this.
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://3.101.106.178:8877/ae9cfa57ffd7941/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.67.70.0:8877/5bcb1af72a6b309/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.67.70.0:8877/5bcb1af72a6b309/output.txt Total script time: 25.77 mins
Image differences available at: http://54.67.70.0:8877/5bcb1af72a6b309/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://3.101.106.178:8877/ae9cfa57ffd7941/output.txt Total script time: 29.56 mins
Image differences available at: http://3.101.106.178:8877/ae9cfa57ffd7941/reftest-analyzer.html#web=eq.log |
Looks much better; thanks! |
For e.g.
gulp mozcentral
, the builtpdf.worker.js
file decreases from1 621 424
to1 610 798
bytes with this patch-series.This is mostly the result of removing a few huge closures from the source files, since that removes a lot of unnecessary whitespace.