Closed
Bug 1445028
Opened 7 years ago
Closed 7 years ago
about:preferences#general is broken if identity.fxaccounts.enabled=false on Firefox Developer Edition
Categories
(Firefox :: Settings UI, defect, P1)
Firefox
Settings UI
Tracking
()
VERIFIED
FIXED
Firefox 61
Tracking | Status | |
---|---|---|
firefox-esr52 | --- | unaffected |
firefox59 | --- | unaffected |
firefox60 | --- | verified |
firefox61 | --- | verified |
People
(Reporter: jaws, Assigned: eoger)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
jaws
:
review+
jcristau
:
approval-mozilla-beta+
|
Details |
From bug 1444564 comment 0,
> 'Firefox Developer Edition Updates' section doesn't work. 'Check for updates'
> button causes error
> > TypeError: gAppUpdater is undefined preferences:1:1
> It is because of bug 1434706.
> https://hg.mozilla.org/mozilla-central/diff/109cd0a34ffe/browser/components/preferences/in-content/main.js#l1.14
Flags: needinfo?(eoger)
Assignee | ||
Comment 1•7 years ago
|
||
Sorry about that, patch incoming.
Assignee: nobody → eoger
Status: NEW → ASSIGNED
Flags: needinfo?(eoger)
Comment hidden (mozreview-request) |
Reporter | ||
Comment 3•7 years ago
|
||
mozreview-review |
Comment on attachment 8958468 [details]
Bug 1445028 - Hide sync-dev-edition-root properly if sync is disabled.
https://reviewboard.mozilla.org/r/227416/#review233206
Attachment #8958468 -
Flags: review?(jaws) → review+
Pushed by eoger@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4d6480b1c320
Hide sync-dev-edition-root properly if sync is disabled. r=jaws
Updated•7 years ago
|
status-firefox60:
--- → affected
Comment 5•7 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
status-firefox61:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 61
Assignee | ||
Comment 6•7 years ago
|
||
Comment on attachment 8958468 [details]
Bug 1445028 - Hide sync-dev-edition-root properly if sync is disabled.
Approval Request Comment
[Feature/Bug causing the regression]: bug 1434706
[User impact if declined]: about:preferences will be broken for users with Sync enabled even if not logged (aka 99% of the users) on Dev Edition.
[Is this code covered by automated tests?]: Don't think so.
[Has the fix been verified in Nightly?]: Yes.
[Needs manual test from QE? If yes, steps to reproduce]: No.
[List of other uplifts needed for the feature/fix]: bug 1443593
[Is the change risky?]: No.
[Why is the change risky/not risky?]: These are fairly small changes.
[String changes made/needed]: -
Attachment #8958468 -
Flags: approval-mozilla-beta?
Updated•7 years ago
|
status-firefox59:
--- → unaffected
status-firefox-esr52:
--- → unaffected
Comment 7•7 years ago
|
||
Comment on attachment 8958468 [details]
Bug 1445028 - Hide sync-dev-edition-root properly if sync is disabled.
regression fix for about:preferences on dev edition, beta60+, should be in 60.0b4
Attachment #8958468 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•7 years ago
|
||
bugherder uplift |
Updated•7 years ago
|
Flags: qe-verify+
Comment 9•7 years ago
|
||
I've reproduced this bug on DevEdition 60.0b2 (20180307142707) by setting the "identity.fxaccounts.enabled" pref to false and following the steps from comment 0.
I can no longer see this error: "TypeError: gAppUpdater is undefined preferences:1:1", in the browser console after checking the updates via Check for updates button. Tested on DevEdition 60.0b5 (20180319175655) across platforms: Windows 10 x64, MacOS X 10.11 and Ubuntu 16.04 x64.
Flags: qe-verify+
Updated•6 years ago
|
Flags: qe-verify+
Comment 10•6 years ago
|
||
This bug is also verified as fixed, on DevEdition 61.0b10 (20180530184300) running Win 10 x64, macOS 10.13 and Ubuntu 16.04 x64.
Updated•6 years ago
|
Flags: in-qa-testsuite+
You need to log in
before you can comment on or make changes to this bug.
Description
•