-
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
Enable automatic URL linking (bug 1019475) #19110
base: master
Are you sure you want to change the base?
Conversation
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.
How does this perform, especially in documents that contain a lot of text?
Also, we probably want a new option/preference to be able to disable this functionality.
a7d0024
to
f3737b5
Compare
cad781f
to
93e5417
Compare
I was a bit unsure if I understood exactly what you were suggesting but how does this commit look? It "fetches" the textContents from the previous render of the textLayer and makes the processing step sync. |
@Snuffleupagus nvm my last comment, I figured it out after looking at |
517c74e
to
7849bc0
Compare
7849bc0
to
5103798
Compare
d33ea72
to
a127613
Compare
864c116
to
6aee919
Compare
94c6ad3
to
2c22395
Compare
@calixteman thanks for the pointers! @Snuffleupagus your concern should be addressed now, new profile at https://share.firefox.dev/42yU2NG. |
/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/d13db077206261e/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/67cd02400dd579c/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/d13db077206261e/output.txt Total script time: 29.33 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/67cd02400dd579c/output.txt Total script time: 59.42 mins
|
d648990
to
e0b2146
Compare
e0b2146
to
122804f
Compare
Thanks for the amazing suggestions, @Snuffleupagus. I just implemented them. |
Automatically detect links in the text content of a file and automatically generate link annotations at the appropriate locations to achieve automatic link detection and hyperlinking.
122804f
to
5c182a1
Compare
@Snuffleupagus anything else before I run the tests ? |
Not off the top of my head, since this is finally starting to look reasonable w.r.t. existing code-paths and edge-cases. |
/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/5a2fadaeaeba323/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/addd119393d1d21/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/addd119393d1d21/output.txt Total script time: 29.28 mins
|
At a glance, the integration test failures seem unrelated to this PR, although I'll check to be sure. |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/5a2fadaeaeba323/output.txt Total script time: 59.50 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.
LGTM. Thank you.
Automatically detect links in the text content of a file and automatically generate link annotations at the appropriate locations to achieve automatic link detection and hyperlinking.
References: