-
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
[Editor] Add a new editor to highlight some text in a pdf (bug 1866119) #17317
Conversation
ccc6fcb
to
c0784da
Compare
From: Bot.io (Linux m4)ReceivedCommand cmd_preview from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/f5c262585388d4a/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/f5c262585388d4a/output.txt Total script time: 1.44 mins Published |
c0784da
to
8b2c69c
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.
Leaving a couple of comments on the web/
-parts, since I've not had time to look at the src/display/editor/
changes yet.
8b2c69c
to
7df59cc
Compare
349e3f2
to
e3a1153
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.
This is a fair bit of code, so hopefully I've not missed anything "important", but overall this seems reasonable.
Please make sure that you run all tests before landing this.
r=me, thank you!
This patch is first big step for the new highlight feature. Few patches will follow in order to conform to the specs UX/UI gave us.
e3a1153
to
1ea6293
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/b4b3008ac1ed91a/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/c91fa7eb0dbc9f7/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/b4b3008ac1ed91a/output.txt Total script time: 23.91 mins
Image differences available at: http://54.241.84.105:8877/b4b3008ac1ed91a/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/c91fa7eb0dbc9f7/output.txt Total script time: 34.11 mins
Image differences available at: http://54.193.163.58:8877/c91fa7eb0dbc9f7/reftest-analyzer.html#web=eq.log |
This patch is first big step for the new highlight feature.
Few patches will follow in order to conform to the specs UX/UI gave us.