Closed
Bug 124158
Opened 24 years ago
Closed 24 years ago
opening specific chrome
Categories
(Other Applications Graveyard :: Venkman JS Debugger, enhancement)
Tracking
(Not tracked)
VERIFIED
FIXED
mozilla0.9.9
People
(Reporter: pavel, Assigned: rginda)
Details
Attachments
(1 file)
|
2.90 KB,
patch
|
Details | Diff | Splinter Review |
Perhaps this is easy, perhaps not. What I'm missing is the way to open chrome
given by url. This would be very neat feature for other XUL applications debugging.
The only way to do it I found is to open new navigator window from debugger and
load chrome into this window - but in this case the debugger displays many stuff
realted to browser and debugger chrome is lost in this mass.
| Assignee | ||
Comment 1•24 years ago
|
||
this is trivial, I'll add a command by 0.9.9.
In the meantime, you can type "evald openDialog ('chrome://foo', '', '');"
Status: UNCONFIRMED → ASSIGNED
Ever confirmed: true
Target Milestone: --- → mozilla0.9.9
| Assignee | ||
Comment 2•24 years ago
|
||
viola!
| Assignee | ||
Comment 3•24 years ago
|
||
checked in
Status: ASSIGNED → RESOLVED
Closed: 24 years ago
Resolution: --- → FIXED
Updated•21 years ago
|
Product: Core → Other Applications
Updated•7 years ago
|
Product: Other Applications → Other Applications Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•