Update extension removal warning content/text
Categories
(WebExtensions :: Frontend, enhancement, P2)
Tracking
(firefox88 fixed)
Tracking | Status | |
---|---|---|
firefox88 | --- | fixed |
People
(Reporter: Gijs, Assigned: nordzilla)
References
(Blocks 1 open bug)
Details
(Keywords: helpwanted, Whiteboard: [proton-modals])
Attachments
(1 file)
For proton, we want to drop the redundant message text (the title is "Remove {Addon}?", we don't need the additional message of "Remove {Addon} from Firefox?").
This may need logic changes in the prompt handling code.
We also want to simplify the checkbox text to "Report this extension to Mozilla", and add a question mark to the dialog title (ie "Remove {Addon}?").
Finally, we should make sure this consistently uses the window-modal dialog style from bug 1685313 (which might mean changing the parentWindow
argument passed when displaying the prompt).
Updated•5 years ago
|
Reporter | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
- Add a question mark to the prompt title.
- Simplify the report-abuse message to always say Mozilla.
- Use prompt to use new tab-modal format.
Comment 4•4 years ago
|
||
Backed out changeset 870e11561811 (Bug 1693050) for bc failures in browser_history_navigation.js.
https://hg.mozilla.org/integration/autoland/rev/fc8844cb8c0d09f0d51a879f4d9fc430a9f61a7b
Push with failures:
https://treeherder.mozilla.org/jobs?repo=autoland&revision=870e115618111b92d218d0d8051c298b4cf8937e&selectedTaskRun=KFx8GyjbTai2k5tnn_5QAw.0
Failure log:
https://treeherder.mozilla.org/logviewer?job_id=332751782&repo=autoland&lineNumber=5603
Comment 5•4 years ago
|
||
There are also some bc failures on browser_ext_browserAction_contextMenu.js.
https://treeherder.mozilla.org/logviewer?job_id=332751813&repo=autoland&lineNumber=2309
Assignee | ||
Comment 6•4 years ago
•
|
||
Added some fixes. Going to try landing this again.
Try looks clean on my end: https://treeherder.mozilla.org/jobs?repo=try&revision=0ea71b1f4c8adf72c4e6dac6251e6cf1f2e6dc88
Comment 8•4 years ago
|
||
bugherder |
Comment 9•4 years ago
|
||
Verified in latest nightly build 90.0a1 (2021-05-13) (64-bit) and beta build 89.0b11 (64-bit)
- question mark was added to the prompt title.
- new tab-modal format is shown
- the title is "Remove {Addon}?", the additional message of "Remove {Addon} from Firefox?" was removed.
- checkbox text reads "Report this extension to Mozilla"
Updating status accordingly.
Best regards,
Clara
Updated•4 years ago
|
Description
•