Closed
Bug 966988
Opened 11 years ago
Closed 11 years ago
Debug button stays greyed. Exception: `notify event 'appOpen' threw an exception: TypeError: a is null`
Categories
(DevTools Graveyard :: WebIDE, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 30
People
(Reporter: paul, Assigned: ochameau)
References
Details
(Whiteboard: [needs-coverage])
Attachments
(1 file)
1.16 KB,
patch
|
paul
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Reporter | ||
Comment 1•11 years ago
|
||
This makes it impossible for me to debug any app I install myself.
Comment 2•11 years ago
|
||
I saw this too and reverted to testing backend stuff on b2g using the 'Connect...' menu item.
Assignee | ||
Comment 3•11 years ago
|
||
Does it work if you set devtools.debugger.forbid-certified-apps to false?
It seems to work if I allow certified apps debugging (but I'm having various patch applied on my device...)
Assignee | ||
Comment 4•11 years ago
|
||
Looks like a regression from bug 959420:
http://mxr.mozilla.org/mozilla-central/source/toolkit/devtools/server/actors/webapps.js#569
getManifestFor no longer accepts a second argument but returns a promise instead.
Blocks: 959420
Assignee | ||
Comment 5•11 years ago
|
||
Assignee | ||
Updated•11 years ago
|
Attachment #8369581 -
Flags: review?(paul)
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → poirot.alex
Ran into this issue while expanding test coverage... At least we'll be covered for this in the future!
Blocks: 966039
Reporter | ||
Comment 7•11 years ago
|
||
Comment on attachment 8369581 [details] [diff] [review]
Fix getManifestFor regression
We'll need to make sure this lands in 1.4.
Attachment #8369581 -
Flags: review?(paul) → review+
Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Reporter | ||
Comment 8•11 years ago
|
||
Meh, 1.5 will only happen in 6 weeks (I thought it was today).
Comment 9•11 years ago
|
||
Keywords: checkin-needed
Whiteboard: [fixed-in-fx-team]
Comment 10•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Whiteboard: [fixed-in-fx-team]
Target Milestone: --- → Firefox 30
Whiteboard: [needs-coverage]
Updated•11 years ago
|
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
•