Closed
Bug 933077
Opened 12 years ago
Closed 12 years ago
TypeError after installing and then opening app that was not present before
Categories
(DevTools Graveyard :: WebIDE, defect, P2)
DevTools Graveyard
WebIDE
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jryans, Assigned: paul)
Details
If I install an app that was not present at connection time, and then manually open it, the following stack is logged in the Browser Console:
TypeError: a is null: WebappsStore.prototype._onAppOpen@resource://gre/modules/commonjs/toolkit/loader.js -> file:///Users/jryans/projects/mozilla/gecko/browser/devtools//app-manager/webapps-store.js:201
WebappsStore.prototype._listenToApps/</<@resource://gre/modules/commonjs/toolkit/loader.js -> file:///Users/jryans/projects/mozilla/gecko/browser/devtools//app-manager/webapps-store.js:96
EV_notify@resource://gre/modules/devtools/dbg-client.jsm:160
DC_onPacket/<@resource://gre/modules/devtools/dbg-client.jsm:697
resolve@resource://gre/modules/commonjs/sdk/core/promise.js:118
then@resource://gre/modules/commonjs/sdk/core/promise.js:43
then@resource://gre/modules/commonjs/sdk/core/promise.js:153
DC_onPacket@resource://gre/modules/devtools/dbg-client.jsm:705
DT__processIncoming/<@resource://gre/modules/devtools/dbg-client.jsm -> resource://gre/modules/devtools/server/transport.js:201
makeInfallible/<@resource://gre/modules/devtools/DevToolsUtils.jsm -> resource://gre/modules/devtools/DevToolsUtils.js:75
dbg-client.jsm:164
Reporter | ||
Updated•12 years ago
|
Priority: -- → P2
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → paul
Assignee | ||
Comment 1•12 years ago
|
||
Ryan, how did you install the app? (I can't reproduce here)
Flags: needinfo?(jryans)
Assignee | ||
Comment 2•12 years ago
|
||
I can't reproduce if I install the app from the marketplace.
Reporter | ||
Comment 3•12 years ago
|
||
Hmm, I can't reproduce either anymore. Will update with better STR if it happens again.
Status: NEW → RESOLVED
Closed: 12 years ago
Flags: needinfo?(jryans)
Resolution: --- → WORKSFORME
Updated•7 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
•