Closed
Bug 1092163
Opened 11 years ago
Closed 11 years ago
after restart, restored e10s windows are non-e10s when tracking protection is enabled
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 36
| Tracking | Status | |
|---|---|---|
| e10s | m4+ | --- |
People
(Reporter: blassey, Assigned: mrbkap)
References
Details
Attachments
(1 file)
|
6.19 KB,
patch
|
Details | Diff | Splinter Review |
Both I and Jimm have seen this today
Comment 1•11 years ago
|
||
Assignee: nobody → mmc
Blocks: 1088904
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 36
Comment 2•11 years ago
|
||
This is an intended temporary state for the 10th anniversary announcements.
Can't test e10s and tracking protection at the same time.
Resolution: FIXED → WONTFIX
Summary: after restart, restored e10s windows are non-e10s → after restart, restored e10s windows are non-e10s when tracking protection is enabled
| Assignee | ||
Comment 3•11 years ago
|
||
I'm going to use this bug for backing this out now that tracking protection works with e10s.
Assignee: mmc → mrbkap
Status: RESOLVED → REOPENED
Resolution: WONTFIX → ---
| Assignee | ||
Comment 4•11 years ago
|
||
This has r=blassey in person.
Comment 5•11 years ago
|
||
I think this breaks the Polaris pref test which expects dnt not to be turned off if Polaris is disabled.
| Reporter | ||
Updated•11 years ago
|
Comment 6•11 years ago
|
||
Comment on attachment 8520826 [details] [diff] [review]
patch
Review of attachment 8520826 [details] [diff] [review]:
-----------------------------------------------------------------
::: browser/components/nsBrowserGlue.js
@@ +422,1 @@
> }
if (enabled) {
// Set all 3 prefs
} else {
// Unset 2 prefs
Services.clearUserPref("privacy.trackingprotection.enabled");
Services.clearUserPref("privacy.trackingprotection.ui.enabled");
}
see browser/components/test/browser_polaris_prefs.js
| Assignee | ||
Comment 7•11 years ago
|
||
Comment 8•11 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 11 years ago → 11 years ago
Resolution: --- → FIXED
Updated•11 years ago
|
Flags: qe-verify+
QA Contact: catalin.varga
Comment 9•11 years ago
|
||
Verified as fixed using the following environment:
FF 38
Build Id:20150219070749
OS: Win 7 x64, Mac Os X 10.10, Ubuntu 12.04 x86
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•