Show a warning message in the extensions panel when a soft-blocked extension has been re-enabled
Categories
(WebExtensions :: Frontend, enhancement, P2)
Tracking
(firefox135 verified)
Tracking | Status | |
---|---|---|
firefox135 | --- | verified |
People
(Reporter: willdurand, Assigned: rpl)
References
(Regressed 1 open bug)
Details
(Whiteboard: [addons-jira])
Attachments
(5 files)
We'll want to have a message-bar warning under a soft-blocked extension that has been re-enabled in the extensions panel. See the Figma spec.
Updated•3 months ago
|
Assignee | ||
Comment 1•2 months ago
|
||
Assignee | ||
Comment 2•2 months ago
|
||
Depends on D229902
Assignee | ||
Comment 3•2 months ago
|
||
This patches applied tweaks to the CSS rules that are meant to choose the right browserAction
theme icon based on the theme colors.
In addition to that this patch includes a tweak (unrelated to the changes applied to the CSS rules)
to the test that would be hitting a failure if the CSS rules are not applied to the browserAction
toolbar-button as the test cases from this test file expects.
This is currently split out from the parent patch including the rest of the frontend changes
because these rules seems worth an additional close look.
Depends on D229904
Updated•2 months ago
|
Updated•2 months ago
|
Updated•2 months ago
|
Backed out for causing dt failures @browser_aboutdebugging_addons_debug_console.js.
- Backout link
- Push with failures
- Failure Log
———————————————————————————————————— - Push with failures lint failures.
- Failure Log
Assignee | ||
Comment 8•2 months ago
|
||
The failure hit by browser_aboutdebugging_addons_debug_console.js was due to one more test helper triggering the browser action click on the wrong element, this was unfortunately was missed by the push to try.
Also fixed the eslint prettier formatting error, which I guess may have been due to an update to prettier happening between my previous push to try from last week and when I pushed it to autoland today.
I'll push to autoland the updated stack asap.
Comment 10•2 months ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9f4b4a057816
https://hg.mozilla.org/mozilla-central/rev/993b49184d2f
https://hg.mozilla.org/mozilla-central/rev/08427977fd30
Comment 11•2 months ago
|
||
Verified as Fixed. Tested on the latest Nightly (135.0a1/20241205213207) under Windows 10, Ubuntu 22.04 LTS and macOS 11.3.1.
Once a soft-blocked extension is re-enabled a warning strip will appear under the add-on entry in the extensions panel stating “{addon_name} violates Mozilla’s policies. Using it may be risky.”
See attached screenshot for more details.
Comment 12•2 months ago
|
||
Description
•