Closed
Bug 1402392
Opened 8 years ago
Closed 8 years ago
Autophone - Prevent Firefox opening privacy notification tab during tests
Categories
(Testing Graveyard :: Autophone, enhancement)
Testing Graveyard
Autophone
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bc, Unassigned)
References
Details
Attachments
(1 file)
1021 bytes,
patch
|
gbrown
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1402388 +++
While checking the running tests on AWFY, I noticed that Firefox had opened the privacy notification page in a background tab. I'm pretty sure we don't want that though I doubt it has much impact overall.
Bug Archaeology shows:
Bug 1400675 - Fix reference to undefined property FirsRunURL
Bug 1382196 - Use the prefs defined in TelemetryUtils.jsm in TelemetryReportingPolicy.jsm
Bug 1367076 - Set datareporting.policy.firstRunURL by default to replace data choices infobar with privacy policy in a background tab on first run.
The combination of these patches has resulted in Firefox opening the privacy tab on first run.
We should set:
user_pref("datareporting.policy.firstRunURL", "");
and reading the patches, probably need to set:
// Skip data reporting policy notifications.
user_pref("datareporting.policy.dataSubmissionPolicyBypassNotification", true);
We should probably do the same for Autophone. Thoughts?
Flags: needinfo?(snorp)
Flags: needinfo?(gbrown)
Reporter | ||
Comment 1•8 years ago
|
||
bbouvier pointed me to http://searchfox.org/mozilla-central/source/toolkit/components/telemetry/docs/internals/preferences.rst#84
I think these are sufficient, though perhaps not all necessary.
"datareporting.policy.firstRunURL", ""
"datareporting.policy.dataSubmissionPolicyBypassNotification", true
"datareporting.policy.dataSubmissionEnabled", false
Reporter | ||
Comment 2•8 years ago
|
||
Attachment #8911303 -
Flags: review?(gbrown)
![]() |
||
Updated•8 years ago
|
Attachment #8911303 -
Flags: review?(gbrown) → review+
![]() |
||
Updated•8 years ago
|
Flags: needinfo?(gbrown)
Reporter | ||
Comment 3•8 years ago
|
||
Reporter | ||
Comment 4•8 years ago
|
||
I broke autophone with the previous push. This fixes it.
https://github.com/mozilla/autophone/commit/ebecb7fe205544390b2a7bdba232a860ebefe6bf
I'd hoped for a more significant commit for #700. :-( Sorry.
Looks like no info needed from me now?
Flags: needinfo?(snorp)
Updated•4 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•