Closed
Bug 989948
Opened 11 years ago
Closed 11 years ago
Add-on Debugger: Chrome pref has no default
Categories
(DevTools :: General, defect, P2)
DevTools
General
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 31
People
(Reporter: philip.chee, Assigned: jsantell)
References
Details
Attachments
(1 file)
2.13 KB,
patch
|
mossop
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #911098 +++
Mon Mar 31 2014 19:12:51
Error: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]
Source file: chrome://mozapps/content/extensions/extensions.js
Line: 995
Mon Mar 31 2014 19:11:55
Error: NS_ERROR_UNEXPECTED: Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]
Source file: chrome://mozapps/content/extensions/extensions.xml
Line: 1341
http://mxr.mozilla.org/mozilla-central/search?string=PREF_ADDON_DEBUGGING_ENABLED
This pref "devtools.chrome.enabled" has no default anywhere.
It has default for Firefox[1], but not toolkit, so I guess it needs to move.
[1]: http://dxr.mozilla.org/mozilla-central/source/browser/app/profile/firefox.js#1212
Summary: Implement the UI part of the Add-on Debugger → Add-on Debugger: Chrome pref has no default
Comment 2•11 years ago
|
||
Where are we using it from a non-Firefox app?
Comment 3•11 years ago
|
||
(In reply to Dave Townsend (:Mossop) from comment #2)
> Where are we using it from a non-Firefox app?
Oh. never mind I see. Yeah either that or just ignore the missing pref in extensions.js
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8399543 -
Flags: review?(dtownsend+bugmail)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → jsantell
Updated•11 years ago
|
Attachment #8399543 -
Flags: review?(dtownsend+bugmail) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 5•11 years ago
|
||
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Comment 6•11 years ago
|
||
Comment 7•11 years ago
|
||
Please don't resolve bugs until they land on m-c.
Target Milestone: --- → Firefox 31
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•