-
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
Use a BMP decoder when resizing an image #18918
Conversation
/botio browsertest |
From: Bot.io (Linux m4)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/89dce42e9880aed/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_browsertest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/623d99422ac60d8/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/89dce42e9880aed/output.txt Total script time: 21.25 mins
Image differences available at: http://54.241.84.105:8877/89dce42e9880aed/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/623d99422ac60d8/output.txt Total script time: 29.31 mins
Image differences available at: http://54.193.163.58:8877/623d99422ac60d8/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.
Do you have benchmarking results that show (clear) improvements with this patch?
Have you reported the Chrome-crash to the browser developers?
With the
with a debug build of Firefox on Windows 11.
Yep we reached the Chrome dev in charge of that stuff yesterday and they filed a bug for the crash: |
4a69d96
to
0e313b3
Compare
0e313b3
to
41cd6b1
Compare
The bug is fixed in Chrome, I checked in Canary and everything is working correctly. |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/575fa92d11d2020/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/b3bb5d9306cf601/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/575fa92d11d2020/output.txt Total script time: 30.74 mins
Image differences available at: http://54.241.84.105:8877/575fa92d11d2020/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/b3bb5d9306cf601/output.txt Total script time: 51.25 mins
Image differences available at: http://54.193.163.58:8877/b3bb5d9306cf601/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.
r=me, with a couple of suggestions to further reduce the impact on the Firefox PDF Viewer; thank you.
41cd6b1
to
0361493
Compare
The image decoding won't block the main thread any more. For now, it isn't enabled for Chrome because issue6741.pdf leads to a crash.
0361493
to
b649b6f
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/974893ad4a7fb38/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/05f37cfd1f015e9/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/974893ad4a7fb38/output.txt Total script time: 30.77 mins
Image differences available at: http://54.241.84.105:8877/974893ad4a7fb38/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/05f37cfd1f015e9/output.txt Total script time: 51.46 mins
|
The image decoding won't block the main thread any more.
For now, it isn't enabled for Chrome because issue6741.pdf leads to a crash.