Closed
Bug 818910
Opened 12 years ago
Closed 12 years ago
[developer toolbar] Closing browser after Developer Toolbar open in secondary window leaks
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: miker, Assigned: jwalker)
References
Details
1. Open the browser and activate the developer toolbar.
2. Open a new browser window.
3. Close the new window.
4. Type help <enter> in the command line.
5. The message "TypeError: this._panel.openPopup is not a function" will be displayed.
6. Close the browser.
Some items will leak. This is because the second command line overwrites items in the first. To stop leaks in this situation the command lines first need to be separated and then we need to destroy the command line in the new window when it is closed.
I am not sure, but Joe may be the best one to take a look into this.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → jwalker
Updated•12 years ago
|
Component: Developer Tools → Developer Tools: Graphic Commandline and Toolbar
Assignee | ||
Comment 1•12 years ago
|
||
Fixed with Bug 795988
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•