зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1300376 - fix bustage on a CLOSED TREE
This commit is contained in:
Родитель
0e1f512a95
Коммит
da760bfc3f
|
@ -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();
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче