Closed
Bug 1664402
Opened 5 years ago
Closed 5 years ago
Amazon.de gets migrated into amazon.com after succesive browser.topsites.useRemoteSetting on/off switches
Categories
(Firefox :: Top Sites, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox-esr78 | --- | unaffected |
firefox80 | --- | unaffected |
firefox81 | --- | verified |
firefox82 | --- | verified |
People
(Reporter: aflorinescu, Assigned: dao)
References
(Blocks 2 open bugs)
Details
Attachments
(1 file)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
[Sugested Severity:]
S2
[Description:]
Switching the browser.topsites.useRemoteSetting on/off/on, it is possible to alter the default topsite amazon.de into amazon.com.
Additionally, probably after the bug 1661008 fix, amazon.com also gets pinned by default and marked as a search shortcut. (this part is not reproducible on 81 b4)
[Environment:]
Windows 10, Ubuntu 20, Mac 10.13.6
81.0b9
[Steps:]
- Create a new profile with:
user_pref("services.settings.load_dump", false);
user_pref("browser.topsites.useRemoteSetting", true);
user_pref("browser.search.region", "DE"); - Start Firefox, observe topsites -> from RS top-sites collection.
- Close Firefox, set browser.topsites.useRemoteSetting to false.
- Start Firefox, observe topsites -> legacy configuration.
- Close Firefox, set browser.topsites.useRemoteSetting to true.
- Start Firefox, observe topsites -> from RS top-sites collection.
[Actual Result:]
- (RS)amazon.de is listed, not pinned, not search shortcut
- (legacy)amazon.com is listed, pinned, search shortcut.
- (RS)amazon.com is listed, pinned, search shortcut.
[Expected Result:]
- (RS)amazon.de is listed, not pinned, not search shortcut
- (legacy)amazon.com is listed, pinned, search shortcut.
- (RS)amazon.de is listed, not pinned, not search shortcut.
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → dao+bmo
Severity: -- → S3
Status: NEW → ASSIGNED
Iteration: --- → 82.2 - Sep 7 - Sep 20
Points: --- → 1
Priority: -- → P1
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b76c123c607d
Support migrating browser.topsites.useRemoteSetting true to false and back to true. r=mikedeboer
Assignee | ||
Comment 3•5 years ago
|
||
Comment on attachment 9175150 [details]
Bug 1664402 - Support migrating browser.topsites.useRemoteSetting true to false and back to true. r=mikedeboer
Beta/Release Uplift Approval Request
- User impact if declined: We don't plan on switching browser.topsites.useRemoteSetting on and off and back on, but it's good to have this fix in place for users doing so manually for whatever reason. This also fixes the karma issue filed as bug 1664288.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Trivial fix
- String changes made/needed:
Attachment #9175150 -
Flags: approval-mozilla-beta?
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
Comment 5•5 years ago
|
||
Comment on attachment 9175150 [details]
Bug 1664402 - Support migrating browser.topsites.useRemoteSetting true to false and back to true. r=mikedeboer
Approved for 81.0rc1.
Attachment #9175150 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 6•5 years ago
|
||
bugherder uplift |
Reporter | ||
Comment 7•5 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•