Closed
Bug 297410
Opened 20 years ago
Closed 20 years ago
Update button does nothing in Sunbird extension manager
Categories
(Calendar :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: thorsten.fritz, Assigned: jminta)
Details
Attachments
(1 file)
|
1.44 KB,
patch
|
mvl
:
first-review+
|
Details | Diff | Splinter Review |
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; de-DE; rv:1.7.8) Gecko/20050511 Firefox/1.0.4
You can't update xtensions in Sunbird trunk builds. You click on the update
button but nothing happens.
Reproducible: Always
Steps to Reproduce:
1.Install an extension
2.click on update
Actual Results:
Nothing happens.
Expected Results:
Sunbird should show a dialog and check for updates.
Comment 1•20 years ago
|
||
Confirming on
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8b4) Gecko/20050807 Mozilla
Sunbird/0.2+
The extension stays at "Looking for updates to <extensionname>" forever.
I have tried with Journal and Calendarhelp, same result.
This is vad the javascript console says:
Datasource: Update Started
Datasource: Addon Update Started: {cf926b9a-426a-83b1-9956-90c1823fddf6}
Error: [Exception... "Component returned failure code: 0x8000ffff
(NS_ERROR_UNEXPECTED) [nsIPrefBranch2.getComplexValue]" nsresult: "0x8000ffff
(NS_ERROR_UNEXPECTED)" location: "JS frame ::
file:///C:/DOCUME~1/ROBINE~1/Desktop/nyy/SUNBIR~1.WIN/sunbird/components/nsExtensionManager.js
:: anonymous :: line 5163" data: no]
Source File:
file:///C:/DOCUME~1/ROBINE~1/Desktop/nyy/SUNBIR~1.WIN/sunbird/components/nsExtensionManager.js
Line: 5163
Error: uncaught exception: [Exception... "Component returned failure code:
0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch2.getComplexValue]" nsresult:
"0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame ::
file:///C:/DOCUME~1/ROBINE~1/Desktop/nyy/SUNBIR~1.WIN/sunbird/components/nsExtensionManager.js
:: anonymous :: line 5163" data: no]
| Assignee | ||
Comment 2•20 years ago
|
||
No one ever defined "extensions.update.url" as a preference in sunbird.js.
This patch defines it.
Assignee: mostafah → jminta
Status: UNCONFIRMED → ASSIGNED
Attachment #192204 -
Flags: first-review?(mvl)
Comment 3•20 years ago
|
||
Comment on attachment 192204 [details] [diff] [review]
define "extensions.update.url"
r=mvl
Attachment #192204 -
Flags: first-review?(mvl) → first-review+
| Assignee | ||
Comment 4•20 years ago
|
||
Patch checked in.
Status: ASSIGNED → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•