Go to the source code of this file.
Functions | |
function | test () |
Variables | |
const | TEST_URI = "http://www.mozilla.org/" |
let | ww |
let | windowObserver |
function test | ( | ) |
Definition at line 88 of file browser_library_panel_leak.js.
const TEST_URI = "http://www.mozilla.org/" |
Bug 433231 - Places Library leaks the nsGlobalWindow when closed with a history entry selected. https://bugzilla.mozilla.org/show_bug.cgi?id=433231
STRs: Open Library, select an history entry in History, close Library. ISSUE: We were adding a bookmarks observer when editing a bookmark, when selecting an history entry the panel was not un-initialized, and since an histroy entry does not have an itemId, the observer was never removed.
Definition at line 51 of file browser_library_panel_leak.js.
let windowObserver |
Definition at line 56 of file browser_library_panel_leak.js.
let ww |
Definition at line 53 of file browser_library_panel_leak.js.