Bug 1300376 - fix bustage on a CLOSED TREE

This commit is contained in:
Carsten "Tomcat" Book 2016-11-04 11:52:30 +01:00
Родитель 0e1f512a95
Коммит da760bfc3f
1 изменённых файлов: 6 добавлений и 3 удалений

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

@ -50,7 +50,6 @@ Cu.import("resource://gre/modules/NotificationDB.jsm");
["TelemetryStopwatch", "resource://gre/modules/TelemetryStopwatch.jsm"],
["Translation", "resource:///modules/translation/Translation.jsm"],
["UITour", "resource:///modules/UITour.jsm"],
["URLBarZoom", "resource:///modules/URLBarZoom.jsm"],
["UpdateUtils", "resource://gre/modules/UpdateUtils.jsm"],
["Weave", "resource://services-sync/main.js"],
["fxAccounts", "resource://gre/modules/FxAccounts.jsm"],
@ -4483,13 +4482,16 @@ var XULBrowserWindow = {
}
URLBarSetURI(aLocationURI);
BookmarkingUI.onLocationChange();
gIdentityHandler.onLocationChange();
SocialUI.updateState();
UITour.onLocationChange(location);
gTabletModePageCounter.inc();
ReaderParent.updateReaderButton(gBrowser.selectedBrowser);
URLBarZoom.updateZoomButton(gBrowser.selectedBrowser, "browser-fullZoom:location-change");
// Utility functions for disabling find
var shouldDisableFind = function shouldDisableFind(aDocument) {
@ -4543,6 +4545,7 @@ var XULBrowserWindow = {
}
}
UpdateBackForwardCommands(gBrowser.webNavigation);
ReaderParent.updateReaderButton(gBrowser.selectedBrowser);
gGestureSupport.restoreRotationState();