Remove sponsored top sites from address bar results
Categories
(Firefox :: Address Bar, task, P1)
Tracking
()
People
(Reporter: jimthomas, Assigned: dao)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
Sponsored top sites should not appear by default in the address bar. Previously this work was done for an experiment but should not be included in the default experience.
- Remove Sponsored Top Sites from address bar
- Organic Top Sites Should show in address bar
- Sponsored Top Sites should remain on about:newtab
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Comment 3•4 years ago
|
||
Backed out changeset 73339fe01d1b (Bug 1695747) for causing bc failures in browser_urlbar_telemetry_sponsored_topsites.js
Backout link: https://hg.mozilla.org/integration/autoland/rev/c3d29f1a05dc18950522c4f11e1f54479f0c73b6
Push with failures, failure log.
Assignee | ||
Updated•4 years ago
|
Comment 5•4 years ago
|
||
bugherder |
Assignee | ||
Comment 6•4 years ago
|
||
Comment on attachment 9206246 [details]
Bug 1695747 - Remove sponsored top sites from address bar results. r=mikedeboer
Beta/Release Uplift Approval Request
- User impact if declined: There was some confusion with sponsored sites in the address bar and users not understanding how to disable them. This is a high priority as per https://jira.mozilla.com/browse/FIDE-406
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: I'm talking to QA to figure this out
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Patch is quite simple
- String changes made/needed:
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 7•4 years ago
|
||
Comment on attachment 9206246 [details]
Bug 1695747 - Remove sponsored top sites from address bar results. r=mikedeboer
approved for 87.0b6
Comment 8•4 years ago
|
||
Verified as fixed on Linux Mint 20, Windows 10 and Mac 10.14.6 using Firefox Nightly 88.0a1 2021-03-03. (aided by the browser.topsites.experiment.ebay-2020-1 pref. in order to get sponsored tiles)
Comment 9•4 years ago
|
||
bugherder uplift |
Updated•4 years ago
|
Comment 10•4 years ago
|
||
Verified the fix on 87.0b6 2021-03-04, using:
Preconditions: (to enable sponsored topsites)
user_pref("browser.search.region","US");
user_pref("browser.topsites.experiment.ebay-2020-1", true);
Os coverage:
Ubuntu 18.04
Mac 10.14.6
Windows 10
Aditionally, we also verified that getting frecency counts on the site will add the topsite in cause as addressbar topsite if the sponsored would get dissabled.
e.g.:
- amazon.com -> sponsored
- generate amazon.com brwosing history
- Switch the sponsored topsites off.
AR/ER:
- amzon.com as sponsored topsite not present in address bar.
- ammazon.com as topsite present in address bar.
Description
•