Closed
Bug 1081915
Opened 11 years ago
Closed 10 years ago
opening the browser console from scratchpad causes a crash
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: evold, Unassigned)
Details
Steps to reproduce:
1. open scratch pad
2. press cmd + shift + j
Expected:
The browser console opens.
Actual:
Firefox crashes.
| Reporter | ||
Comment 1•11 years ago
|
||
| Reporter | ||
Comment 2•11 years ago
|
||
Seems to work with my steps, but when I was testing with this code:
Cu.import("resource://gre/modules/devtools/gcli.jsm")
gcli.addItems([ {
name: 'test',
exec: function() {}
} ])
with the execution environment set to browser I have been getting crashes.
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
Updated•7 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•