Closed
Bug 946797
Opened 11 years ago
Closed 11 years ago
Hang on Metro Firefox startup with remote debugging enabled (Error: inspectorActor already exists)
Categories
(Firefox for Metro Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 28
People
(Reporter: mbrubeck, Assigned: mbrubeck)
References
Details
(Keywords: regression)
Attachments
(1 file)
(deleted),
patch
|
jimm
:
review+
|
Details | Diff | Splinter Review |
When "devtools.debugger.remote-enabled" is enabled in Metro Firefox, the Metro app hangs at the splash screen and this error appears in the debug console:
JavaScript error: resource://gre/modules/commonjs/toolkit/loader.js -> resource://gre/modules/devtools/server/main.js, line 656: Error: inspectorActor already exists
This is because bug 912057 added a global inspectorActor and styleEditorActor in toolkit, while bug 934744 previously added them in Metro front-end code.
Assignee | ||
Comment 1•11 years ago
|
||
This patch just reverts part 1 of bug 934744 which is no longer needed (these are now registered in toolkit).
Attachment #8343172 -
Flags: review?(ally)
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8343172 [details] [diff] [review]
patch
Passing review to jimm because of PTO.
Attachment #8343172 -
Flags: review?(ally) → review?(jmathies)
Assignee | ||
Updated•11 years ago
|
Summary: Hang on Metro Firefox startup with remote debugging enabled → Hang on Metro Firefox startup with remote debugging enabled (Error: inspectorActor already exists)
Updated•11 years ago
|
Attachment #8343172 -
Flags: review?(jmathies) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 28
You need to log in
before you can comment on or make changes to this bug.
Description
•