browser_library_panel_leak.js File Reference

Go to the source code of this file.

Functions

function test ()
 

Variables

const TEST_URI = "http://www.mozilla.org/"
 
let ww
 
let windowObserver
 

Function Documentation

function test ( )

Definition at line 88 of file browser_library_panel_leak.js.

Here is the call graph for this function:

Variable Documentation

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
Initial value:
= Cc["@mozilla.org/embedcomp/window-watcher;1"].
getService(Ci.nsIWindowWatcher)
const Cc
getService(Ci.sbIFaceplateManager)
const Ci

Definition at line 53 of file browser_library_panel_leak.js.