Removing incorrect XXX comments.

This commit is contained in:
bzbarsky%mit.edu 2005-02-23 05:15:23 +00:00
parent 17d07a07c8
commit dc9f9999fe
3 changed files with 0 additions and 5 deletions

View File

@ -3448,8 +3448,6 @@ nsBrowserContentListener.prototype =
// hook up the whole parent chain thing
var windowDocShell = this.convertWindowToDocShell(toplevelWindow);
if (windowDocShell) {
// XXXbz this listener is never unregistered. Did someone neglect
// to read the interface they're using?
windowDocshell
.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
.getInterface(Components.interfaces.nsIURIContentListener)

View File

@ -140,7 +140,6 @@ function init() {
helpGlossaryPanel = document.getElementById("help-glossary-panel");
helpBrowser = document.getElementById("help-content");
helpExternal = document.getElementById("help-external");
// XXXbz this is never unset. That should be fixed. See the IDL.
helpExternal
.docShell
.QueryInterface(Components.interfaces.nsIInterfaceRequestor)

View File

@ -60,8 +60,6 @@ nsBrowserContentListener.prototype =
// hook up the whole parent chain thing
var windowDocShell = this.convertWindowToDocShell(toplevelWindow);
if (windowDocShell) {
// XXXbz this listener is never unregistered. Did someone neglect
// to read the interface they're using?
windowDocshell
.QueryInterface(Components.interfaces.nsIInterfaceRequestor)
.getInterface(Components.interfaces.nsIURIContentListener)