Closed
Bug 746527
Opened 13 years ago
Closed 13 years ago
Check for updates is non-functional in current Android XUL Nightly builds
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
VERIFIED
FIXED
People
(Reporter: wgianopoulos, Assigned: wgianopoulos)
References
Details
(Keywords: regression)
The Check for Updates button is non-functional on current Android XUL builds.
The error console shows the following 2 errors:
Error: TypeError: redeclaration of const version
Source File: about:fennec line: 249
let version = Services.appinfo.version...
Error ReferenceError: checkForUpdates is not defined
Source File: about:fennec Line 1
I believe the second error is actually caused by the first error.
The first error is corrected by the pending patch on bug 745567.
Assignee | ||
Updated•13 years ago
|
Blocks: 702284
Keywords: regression
Assignee | ||
Updated•13 years ago
|
Assignee: nobody → bill
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•13 years ago
|
||
I have verified by running tinderbox builds that this is in fact fixed by the patch for bug 745567. I will resolve this bug, once that lands on mozilla-central.
Assignee | ||
Comment 2•13 years ago
|
||
This issue was fixed by the check-in for bug 745567.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 3•13 years ago
|
||
Verified fixed with 20120420 nightly build.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•