-
Notifications
You must be signed in to change notification settings - Fork 10k
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 the checkboxes and radio button appearances as defined in the pdf to render them in the annotation layer (bug 1802506) #18907
base: master
Are you sure you want to change the base?
Conversation
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/868a9990bc62c94/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/7774db8dedc2439/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/7774db8dedc2439/output.txt Total script time: 32.73 mins
Image differences available at: http://54.241.84.105:8877/7774db8dedc2439/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/868a9990bc62c94/output.txt Total script time: 53.66 mins
Image differences available at: http://54.193.163.58:8877/868a9990bc62c94/reftest-analyzer.html#web=eq.log |
df97617
to
7f6cde6
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/f436e17a0f67379/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/32cff2a3dcc3f63/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/f436e17a0f67379/output.txt Total script time: 32.49 mins
Image differences available at: http://54.241.84.105:8877/f436e17a0f67379/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/32cff2a3dcc3f63/output.txt Total script time: 53.33 mins
Image differences available at: http://54.193.163.58:8877/32cff2a3dcc3f63/reftest-analyzer.html#web=eq.log |
… to render them in the annotation layer (bug 1802506) The idea is to generate two operator lists for the Yes/Off states and render them on a separate canvas. These canvases are then attached the annotation and we modify their display depending on the input state. It fixes mozilla#18021.
7f6cde6
to
b9b6b20
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/2c89ef6190d7c28/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/db6fdb70b4a370a/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/2c89ef6190d7c28/output.txt Total script time: 32.63 mins
Image differences available at: http://54.241.84.105:8877/2c89ef6190d7c28/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/db6fdb70b4a370a/output.txt Total script time: 53.24 mins
Image differences available at: http://54.193.163.58:8877/db6fdb70b4a370a/reftest-analyzer.html#web=eq.log |
The idea is to generate two operator lists for the Yes/Off states and render them on a separate canvas. These canvases are then attached the annotation and we modify their display depending on the input state.
It fixes #18021.