Closed
Bug 2044131
Opened 1 day ago
Closed 10 hours ago
Add browser.ipProtection.bandwidth.enabled prefs to allowed prefs for feature callout CTA
Categories
(Firefox :: IP Protection, task)
Firefox
IP Protection
Tracking
()
RESOLVED
FIXED
153 Branch
People
(Reporter: rking, Assigned: rking)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
|
48 bytes,
text/x-phabricator-request
|
Details | Review | |
|
48 bytes,
text/x-phabricator-request
|
phab-bot
:
approval-mozilla-beta+
|
Details | Review |
|
48 bytes,
text/x-phabricator-request
|
rking
:
approval-mozilla-release?
|
Details | Review |
In the future, we will want to be able to set the browser.ipProtection.bandwidth.enabled pref in a feature callout CTA. In order to do this, we need to add the pref to the allowedPrefs list here: https://searchfox.org/firefox-main/rev/e28b34ab33dbf49364999070168cbb7e11e8e5bd/toolkit/components/messaging-system/lib/SpecialMessageActions.sys.mjs#311
Pushed by rking@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/1993cf2f5870
https://hg.mozilla.org/integration/autoland/rev/e4f9cbec7226
Add browser.ipProtection.bandwidth.enabled pref to allowed prefs for feature callout CTA - r=omc-reviewers,emcminn
Original Revision: https://phabricator.services.mozilla.com/D303900
Updated•12 hours ago
|
Attachment #9592693 -
Flags: approval-mozilla-beta?
Comment 4•12 hours ago
|
||
firefox-beta Uplift Approval Request
- User impact if declined/Reason for urgency: Needed in order to set a pref on a CTA being added in a feature callout via experimenter in 151.0.4
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: low
- Explanation of risk level: Very low risk, simply adds a pref to the list of prefs that are allowed to be set by special message actions
- String changes made/needed?: None
- Is Android affected?: no
Updated•11 hours ago
|
Attachment #9592800 -
Flags: approval-mozilla-release?
Comment 6•11 hours ago
|
||
firefox-release Uplift Approval Request
- User impact if declined/Reason for urgency: Needed in order to use SET_PREF to set a preference with a feature callout CTA being added via experimenter in 151.0.4
- Code covered by automated testing?: yes
- Fix verified in Nightly?: yes
- Needs manual QE testing?: no
- Steps to reproduce for manual QE testing: N/A
- Risk associated with taking this patch: low
- Explanation of risk level: Very low risk, only adds pref to the list of prefs that are allowed to be set by special message actions
- String changes made/needed?: None
- Is Android affected?: no
Comment 7•10 hours ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 10 hours ago
status-firefox153:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 153 Branch
Updated•6 hours ago
|
Attachment #9592693 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Updated•6 hours ago
|
status-firefox152:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•