-
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
When zooming replace the css-zoomed canvas by the new one only when rendering is finished #19164
Conversation
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/ef5a24ddf5423ca/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7cde2d853c7831f/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/7cde2d853c7831f/output.txt Total script time: 10.22 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/ef5a24ddf5423ca/output.txt Total script time: 22.95 mins
|
ba88ca5
to
b8e84a3
Compare
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/bd42da465b05f87/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/408c8572bb11051/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/408c8572bb11051/output.txt Total script time: 10.42 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/bd42da465b05f87/output.txt Total script time: 22.83 mins
|
b8e84a3
to
7495ad0
Compare
7495ad0
to
f4b09e9
Compare
/botio integrationtest |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6b83205402a999c/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/8bbbe61eeefbaad/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/8bbbe61eeefbaad/output.txt Total script time: 10.29 mins
|
From: Bot.io (Windows)SuccessFull output at http://54.193.163.58:8877/6b83205402a999c/output.txt Total script time: 22.82 mins
|
f4b09e9
to
82851b7
Compare
82851b7
to
2f04db5
Compare
2f04db5
to
d0cba5e
Compare
…endering is finished It fixes mozilla#18622. It avoids to recreate a canvasWrapper element in order minimize the DOM operations.
d0cba5e
to
f303840
Compare
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.241.84.105:8877/0a215e28cc91da1/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @Snuffleupagus received. Current queue size: 0 Live output at: http://54.193.163.58:8877/e4a23184a2cc5c1/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/0a215e28cc91da1/output.txt Total script time: 10.33 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/e4a23184a2cc5c1/output.txt Total script time: 23.13 mins
|
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, besides fixing a regression this patch feels like an overall improvement of this code; thank you.
It fixes #18622.
It avoids to recreate a canvasWrapper element in order minimize the DOM operations.