Closed
Bug 506084
Opened 15 years ago
Closed 7 years ago
Add-ons manager relies on preferences not defined for XULRunner apps
Categories
(Toolkit :: Add-ons Manager, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: WeirdAl, Unassigned)
Details
Steps to reproduce:
(1) Create a XULRunner application.
(2) Execute the app with -jsconsole.
(3) In the JavaScript console, type the following line:
window.open("chrome://mozapps/content/extensions/extensions.xul", "_blank", "chrome");
Error: uncaught exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch2.getBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: chrome://mozapps/content/extensions/extensions.js :: updateGlobalCommands :: line 2183" data: no]
Reporter | ||
Comment 1•15 years ago
|
||
This error shows up too.
Error: formatURLPref: Couldn't get pref: extensions.getMoreExtensionsURL
Source File: file:///c:/edit-template/xu-debug/dist/bin/components/nsURLFormatter.js
Line: 68
Comment 2•15 years ago
|
||
Ancient "bug", probably even a dupe. But what does it have to do with bug 408116?
Reporter | ||
Comment 3•15 years ago
|
||
hg blame is the only relation to 408116.
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•