Closed
Bug 1447879
Opened 7 years ago
Closed 6 years ago
Cannot customize about:preferences#home content when sync or preference searching is disabled
Categories
(Firefox :: New Tab Page, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | unaffected |
firefox61 | --- | verified |
firefox62 | --- | verified |
People
(Reporter: euthanasia_waltz, Assigned: Mardak)
References
(Blocks 1 open bug)
Details
(Keywords: regression)
User Story
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
k88hudson
:
review+
RyanVM
:
approval-mozilla-beta+
|
Details |
The section won't display when having at least
browser.preferences.search=false
or
identity.fxaccounts.enabled=false
Updated•7 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Comment 2•7 years ago
|
||
Because it was not visible I thought the 'Firefox Home Content' section was to be a future enhancement when about:preferences#home was enabled; only after trying a new profile I saw this was not the case and found this setting was the culprit after adding my customizations one by one.
Setting identity.fxaccounts.enabled=false has been mentioned elsewhere in order to disable the Sync features (Cloud paranoid here); it has no UI in about:preferences so it may not meet the 'important' criteria.
Marking as a regression since it was possible to customize the new tab page in previous versions with Sync disabled.
Keywords: regression
Summary: about:preferences#home 'Firefox Home Content' depends on irrelevant settings → Cannot customize about:preferences#home content when sync or preference searching is disabled
Updated•7 years ago
|
status-firefox59:
--- → unaffected
status-firefox60:
--- → unaffected
status-firefox-esr52:
--- → unaffected
status-firefox-esr60:
--- → unaffected
Updated•7 years ago
|
Iteration: --- → 62.2 - Jun 4
status-firefox62:
--- → affected
Flags: needinfo?(euthanasia_waltz)
Priority: -- → P2
Comment 4•7 years ago
|
||
Is this just because we're listening for the "sync-pane-loaded" event to inject elements?
Updated•6 years ago
|
Assignee: nobody → edilee
Comment hidden (mozreview-request) |
Comment 6•6 years ago
|
||
mozreview-review |
Comment on attachment 8982082 [details]
Bug 1447879 - Cannot customize about:preferences#home content when sync or preference searching is disabled.
https://reviewboard.mozilla.org/r/248126/#review254456
Works for me!
Attachment #8982082 -
Flags: review?(khudson) → review+
Pushed by edilee@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/0dc7bfc7b0c1
Cannot customize about:preferences#home content when sync or preference searching is disabled. r=k88hudson
Comment 8•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 62
Comment 9•6 years ago
|
||
Please request Beta approval on this when you get a chance.
Flags: qe-verify+
Flags: needinfo?(edilee)
Comment 10•6 years ago
|
||
The issue is no longer reproducible on the latest Nightly 62.0a1 (Build ID 20180604100129) on Windows 10 x64, Mac 10.12.6 and Ubuntu 16.04 x32. The "Firefox Home Content" section is still displayed when "browser.preferences.search" or "identity.fxaccounts.enabled" (or both) are set to false.
Comment 11•6 years ago
|
||
Commit pushed to master at https://github.com/mozilla/activity-stream
https://github.com/mozilla/activity-stream/commit/2eeb2031a323ff3bf0a7685dfb0aef41ddfa21cb
chore(mc): Port Bug 1447879 - Cannot customize about:preferences#home content when sync or preference searching is disabled. r=k88hudson
Assignee | ||
Comment 12•6 years ago
|
||
Comment on attachment 8982082 [details]
Bug 1447879 - Cannot customize about:preferences#home content when sync or preference searching is disabled.
Approval Request Comment
[Feature/Bug causing the regression]: Bug 1404890 first implementing Firefox Home content preferences used the existing pattern of waiting for sync prefs to load before adding more preferences.
[User impact if declined]: Unable to customize Firefox Home content
[Is this code covered by automated tests?]: No
[Has the fix been verified in Nightly?]: Yes comment 10
[Needs manual test from QE? If yes, steps to reproduce]: No
[List of other uplifts needed for the feature/fix]: None
[Is the change risky?]: A little
[Why is the change risky/not risky?]: There's a known talos regression bug 1466472, which currently is unresolved, but my investigation there is that we should accept the "regression" which is actually a improvement on when the preference content actually shows up to the user.
[String changes made/needed]: None
Flags: needinfo?(edilee)
Attachment #8982082 -
Flags: approval-mozilla-beta?
Comment 13•6 years ago
|
||
Comment on attachment 8982082 [details]
Bug 1447879 - Cannot customize about:preferences#home content when sync or preference searching is disabled.
Fixes broken customization of Firefox Home. The Talos regression was deemed to not be an issue. Approved for 61.0b14.
Attachment #8982082 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 14•6 years ago
|
||
bugherder uplift |
Updated•6 years ago
|
Flags: qe-verify+
Comment 15•6 years ago
|
||
I managed to reproduce the initial issue on 61.0a1 (2018-03-24). I also can confirm that 61.0b14 build1 (20180614135649) is verified fixed across platforms (Windows 10 x64, Ubuntu 16.04 x64, macOS 10.12.6).
Flags: qe-verify+
Assignee | ||
Updated•6 years ago
|
User Story: (updated)
Updated•5 years ago
|
Component: Activity Streams: Newtab → New Tab Page
You need to log in
before you can comment on or make changes to this bug.
Description
•