"Firefox Home Content" checkboxes are blank on about:preferences#home when `system.trendingSearch.enabled` is true
Categories
(Firefox :: New Tab Page, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr128 | --- | unaffected |
firefox-esr140 | --- | unaffected |
firefox139 | --- | unaffected |
firefox140 | --- | unaffected |
firefox141 | --- | verified |
People
(Reporter: maxx, Assigned: maxx, NeedInfo)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(2 files)
STR:
- Set the pref
browser.newtabpage.activity-stream.system.trendingSearch.enabled
to true- It's also expected that your default Search engine should be set to Google
- Open about:preferences#home
- Expected: There should be checkboxes to enable feature for new tab under the "Firefox Home Content" section
- Actual: There are no checkboxes/content in that section.
Comment 1•2 months ago
|
||
Set release status flags based on info from the regressing bug 1969587
:npypchenko, since you are the author of the regressor, bug 1969587, could you take a look? Also, could you set the severity field?
For more information, please visit BugBot documentation.
Assignee | ||
Comment 2•2 months ago
|
||
about:preferences#home uses fully quailifed prefs, while New Tab uses prefs defined in ActivityStream.sys.mjs. The pref trendingSearch.defaultSearchEngine is a mirror of the browser.urlbar.placeholderName
pref.
Additionally, the default value of the feature pref should be true. This way, when the feature is enabled via Nimbus (flipping the system.trendingSearch.enabled
pref), it will be enabled.
Updated•2 months ago
|
Comment 5•2 months ago
|
||
Assignee | ||
Updated•2 months ago
|
Comment 7•2 months ago
|
||
bugherder |
Comment 8•2 months ago
|
||
I have verified this issue using the latest Firefox Nightly 141.0a1 (Build ID: 20250619214031) build on Windows 10 x64, macOS 15.5, and Ubuntu 24.04.1.
- The "Firefox Home Content" options are displayed in about:preferences#home when
system.trendingSearch.enabled
is true.
Comment 9•2 months ago
|
||
Set release status flags based on info from the regressing bug 1969587
Description
•