Closed
Bug 982707
Opened 11 years ago
Closed 11 years ago
Handler function DebuggerProgressListener.prototype.onStateChange threw an exception
Categories
(DevTools Graveyard :: WebIDE, defect)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: janx, Assigned: janx)
References
Details
(Whiteboard: [needs-coverage])
Attachments
(1 file)
(deleted),
patch
|
jryans
:
review+
|
Details | Diff | Splinter Review |
In Trunk, when trying to reproduce bug #977919, this error sometimes happens:
E/GeckoConsole( 626): [JavaScript Error: "Handler function DebuggerProgressListener.prototype.onStateChange threw an exception: [Exception... "Component returned failure code: 0x8000ffff (NS_ERROR_UNEXPECTED) [nsIPrefBranch.getBoolPref]" nsresult: "0x8000ffff (NS_ERROR_UNEXPECTED)" location: "JS frame :: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/event-emitter.js :: EventEmitter.prototype.logEvent :: line 144" data: no]Line: 144, column: 0" {file: "resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/DevToolsUtils.js" line: 56}]
The faulty line seems to be /modules/devtools/event-emitter.js:144:
let logging = Services.prefs.getBoolPref("devtools.dump.emit");
Assignee | ||
Comment 1•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8389894 -
Flags: review?(poirot.alex)
Attachment #8389894 -
Flags: review?(poirot.alex) → review+
Comment 2•11 years ago
|
||
Comment on attachment 8389894 [details] [diff] [review]
Move the "devtools.dump.emit" pref from firefox.js to all.js. r=ochameau
Review of attachment 8389894 [details] [diff] [review]:
-----------------------------------------------------------------
Yes, that's it.
Comment 3•11 years ago
|
||
Back luck between bugs 974056 and 976679...
Whiteboard: [needs-coverage]
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Assignee | ||
Updated•11 years ago
|
Status: NEW → ASSIGNED
QA Contact: janx
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → janx
QA Contact: janx
Comment 4•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [needs-coverage] → [needs-coverage][fixed-in-fx-team]
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [needs-coverage][fixed-in-fx-team] → [needs-coverage]
Target Milestone: --- → Firefox 30
Updated•11 years ago
|
QA Whiteboard: [qa-]
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•5 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•