Removing incorrect XXX comments.

This commit is contained in:
bzbarsky%mit.edu 2005-02-23 05:15:23 +00:00
Родитель 22d59c1dc1
Коммит a2823a1b49
3 изменённых файлов: 0 добавлений и 5 удалений

Просмотреть файл

@ -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)

Просмотреть файл

@ -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)

Просмотреть файл

@ -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)