More restrictive monitoring.

Probably doesn't make a difference, but at least theoretically more efficient.
pull/2/head
AlexVallat 9 years ago committed by gorhill
parent c5546e322f
commit 822d78be1b

@ -317,7 +317,7 @@ const LocationChangeListener = function(docShell) {
this.messageManager = docShell.getInterface(Ci.nsIContentFrameMessageManager);
if (this.messageManager && typeof this.messageManager.sendAsyncMessage === 'function') {
this.docShell.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_ALL);
this.docShell.addProgressListener(this, Ci.nsIWebProgress.NOTIFY_LOCATION);
}
}
}

Loading…
Cancel
Save