-
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 dialog for alt-text settings (bug 1909604) #18537
Conversation
/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/d3b4a5c8530789e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/d3b4a5c8530789e/output.txt Total script time: 1.04 mins Published |
@Snuffleupagus, could you review it asap, today ideally, at least to catch obvious mistakes, and I'll do some follow-ups to fix less obvious errors ? |
Well, the preview above doesn't even load correctly :-P
|
arf.. yes it's because we've a GENERIC build. |
a6e2b4e
to
c68695d
Compare
/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/535445e9032f13e/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/535445e9032f13e/output.txt Total script time: 1.03 mins Published |
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.
Unfortunately some of this new functionality isn't all that easy to follow (at least not to me), so I'm slightly worried about the maintainability of all of this new code.
Given the apparent time pressure in getting this landed, it does seem to me that all of this could probably benefit from some future re-factoring and clean-up to simplify things?
Yes for sure, I hope to improve this when I'll write the integration tests for the new feature. |
c68695d
to
1c2a959
Compare
/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/05a20ba461541af/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/05a20ba461541af/output.txt Total script time: 1.07 mins Published |
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 a couple of final comments; thank you!
This patch adds a new entry in the secondary menu in order to open a dialog to let the user: - disables the alt-text generation thanks to a ML model; - deletes the alt-text model downloaded in Firefox; - disabled the new alt-text flow.
1c2a959
to
32d0927
Compare
/botio integrationtest |
From: Bot.io (Linux m4)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/68074a25244b31a/output.txt |
From: Bot.io (Windows)ReceivedCommand cmd_integrationtest from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/89ecb0a44448415/output.txt |
From: Bot.io (Linux m4)SuccessFull output at http://54.241.84.105:8877/68074a25244b31a/output.txt Total script time: 8.50 mins
|
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/89ecb0a44448415/output.txt Total script time: 17.94 mins
|
This patch adds a new entry in the secondary menu in order to open a dialog to let the user: