-
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
[Editor] Make stamp annotations editable (bug 1921291) #18834
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/e7f10fe2e8e301a/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/d767c20151edf8c/output.txt |
6392d9c
to
33c4822
Compare
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/d767c20151edf8c/output.txt Total script time: 9.69 mins
|
/botio-linux preview |
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/bf341dd919fff72/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/bf341dd919fff72/output.txt Total script time: 1.02 mins Published |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/e7f10fe2e8e301a/output.txt Total script time: 22.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.
Given the changes here, please also run the full test-suite when the comments have been addressed.
33c4822
to
671e706
Compare
This comment was marked as resolved.
This comment was marked as resolved.
671e706
to
20f44e1
Compare
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 the comments addressed and the full test-suite passing; thank you.
Given that the structTree is now being used in the editor-layer as well, we need to change this code
Lines 1101 to 1106 in ebbd019
if (this.textLayer || this.annotationLayer) { | |
this.structTreeLayer ||= new StructTreeLayerBuilder( | |
pdfPage, | |
viewport.rawDims | |
); | |
} |
into just (i.e. initialize it unconditionally)
this.structTreeLayer ||= new StructTreeLayerBuilder(
pdfPage,
viewport.rawDims
);
20f44e1
to
8410252
Compare
/botio test |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.241.84.105:8877/967df609ff6631f/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 1 Live output at: http://54.193.163.58:8877/b5709aa053e413b/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/967df609ff6631f/output.txt Total script time: 31.58 mins
Image differences available at: http://54.241.84.105:8877/967df609ff6631f/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/b5709aa053e413b/output.txt Total script time: 47.14 mins
Image differences available at: http://54.193.163.58:8877/b5709aa053e413b/reftest-analyzer.html#web=eq.log |
No description provided.