mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-14 02:31:59 +00:00
Temporarily disabling the main browser progress listener to see what kind of impact it will have on perf numbers
This commit is contained in:
parent
5a7c50d7ec
commit
2fa81c496f
@ -933,7 +933,7 @@ function prepareForStartup()
|
||||
gBrowser.docShell.QueryInterface(Components.interfaces.nsIDocShellHistory).useGlobalHistory = true;
|
||||
|
||||
// hook up UI through progress listener
|
||||
gBrowser.addProgressListener(window.XULBrowserWindow, Components.interfaces.nsIWebProgress.NOTIFY_ALL);
|
||||
//gBrowser.addProgressListener(window.XULBrowserWindow, Components.interfaces.nsIWebProgress.NOTIFY_ALL);
|
||||
|
||||
// Initialize the feedhandler
|
||||
FeedHandler.init();
|
||||
|
Loading…
Reference in New Issue
Block a user