Closed
Bug 594641
Opened 14 years ago
Closed 14 years ago
Web Console cleanup: "uriRegistry" is not updated when the tab's URI changes
Categories
(DevTools :: General, defect)
DevTools
General
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 594523
People
(Reporter: pcwalton, Unassigned)
References
Details
The URI of the tab is not kept in sync with the "uriRegistry" object in the HUD Service. When the HUD is unregistered, it attempts to delete the element with the current URI from the "uriRegistry" object, but it won't be there if the user has navigated away from the page that was showing when the user opened the Web Console.
This causes a minor memory leak, and also makes the "getDisplayByURISpec()" function useless. It was causing test failures when I tried to split up the tests.
Comment 1•14 years ago
|
||
This seems related to bug 594523. Are they the same thing?
Reporter | ||
Comment 2•14 years ago
|
||
Yup.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•