Closed
Bug 1496557
Opened 7 years ago
Closed 7 years ago
Expose Report Breakage for Cookie Restrictions on Release
Categories
(Firefox :: Protections UI, defect, P1)
Firefox
Protections UI
Tracking
()
RESOLVED
FIXED
Firefox 64
People
(Reporter: johannh, Assigned: johannh)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
|
46 bytes,
text/x-phabricator-request
|
pascalc
:
approval-mozilla-beta+
|
Details | Review |
With shipping disabled-by-default cookie restrictions in 63, we want to ensure users who enable it can report breakage. Thus we want to show the "Report Breakage" button on release, iff Cookie Restrictions was the only active blocker.
Pushed by jhofmann@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/aebbddba77c6
Expose Report Breakage for Cookie Restrictions on Release. r=Gijs
| Assignee | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Comment 4•7 years ago
|
||
This has target milestone as 64. should it be 63?
Flags: needinfo?(jhofmann)
QA Contact: francois
Updated•7 years ago
|
QA Contact: francois
| Assignee | ||
Comment 5•7 years ago
|
||
I think that's fine, I just need to do an uplift request. If I'm reading the emails that went around correctly this has been signed off Legal/Policy wise for 63.
Flags: needinfo?(jhofmann)
| Assignee | ||
Comment 6•7 years ago
|
||
Comment on attachment 9014770 [details]
Bug 1496557 - Expose Report Breakage for Cookie Restrictions on Release. r=Gijs
[Beta/Release Uplift Approval Request]
Feature/Bug causing the regression: None
User impact if declined: No harm on users, we simply would like to enable users to report breakage for users of the new (currently opt-in) cookie restrictions feature which is intended to become a default in the ~65 release.
Is this code covered by automated tests?: Yes
Has the fix been verified in Nightly?: No
Needs manual test from QE?: No
If yes, steps to reproduce: This needs some pref fiddling to check, I'll make sure that our team confirms that the patch worked on beta.
List of other uplifts needed: None
Risk to taking this patch: Low
Why is the change risky/not risky? (and alternatives if risky): We are adding a pref that controls a single button in the identity popup, the potential damage is very limited and the code is well covered with tests.
String changes made/needed: None
Attachment #9014770 -
Flags: approval-mozilla-beta?
Comment 7•7 years ago
|
||
Comment on attachment 9014770 [details]
Bug 1496557 - Expose Report Breakage for Cookie Restrictions on Release. r=Gijs
Minimal patch with tests and P1, uplift approved for 63 beta 13, thanks.
Attachment #9014770 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•7 years ago
|
||
| bugherder uplift | ||
status-firefox63:
--- → fixed
Comment 9•7 years ago
|
||
Backed out from beta for failing bc at browser/base/content/test/trackingUI/browser_trackingUI_report_breakage.js
Push with failures: https://treeherder.mozilla.org/#/jobs?repo=mozilla-beta&resultStatus=testfailed,busted,exception&classifiedState=unclassified&selectedJob=204033913&revision=5517b5cb5a92a6a6a2683757d659e0d43b3d4437
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=204033913&repo=mozilla-beta&lineNumber=1310
Backout: https://hg.mozilla.org/releases/mozilla-beta/rev/1e0b0e805d0ad22e0135979511c9a1745b06c380
Flags: needinfo?(jhofmann)
Updated•7 years ago
|
status-firefox63:
fixed → ---
| Assignee | ||
Comment 10•7 years ago
|
||
Argh this is failing because we forgot to uplift bug 1493120 :(
I'll request uplift there...
Updated•7 years ago
|
status-firefox63:
--- → affected
Comment 11•7 years ago
|
||
Uplift in bug 1493120 accepted, sheriffs please also uplift the patch in this bug, thanks!
Flags: needinfo?(jhofmann)
Comment 12•7 years ago
|
||
| bugherder uplift | ||
Comment 13•7 years ago
|
||
After doing an update to Firefox 63 beta, I see that this pref is false by default:
browser.contentblocking.reportBreakage.enabled = false.
But I'm the experience is as desired - report breakage button shows up when only when cookie restrictions is the only protection. So is there a second pref that I should be looking for in about:config?
| Assignee | ||
Comment 14•7 years ago
|
||
(In reply to Tanvi Vyas[:tanvi] from comment #13)
> After doing an update to Firefox 63 beta, I see that this pref is false by
> default:
> browser.contentblocking.reportBreakage.enabled = false.
>
> But I'm the experience is as desired - report breakage button shows up when
> only when cookie restrictions is the only protection. So is there a second
> pref that I should be looking for in about:config?
Yes, browser.contentblocking.rejecttrackers.reportBreakage.enabled
You need to log in
before you can comment on or make changes to this bug.
Description
•