Skip to content

Commit

Permalink
Merge mozilla-central to autoland on a CLOSED TREE
Browse files Browse the repository at this point in the history
  • Loading branch information
BavarianTomcat committed Nov 4, 2016
2 parents 628f9af + 0184953 commit df1cf3d
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions browser/base/content/browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ 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"],
Expand Down Expand Up @@ -4482,16 +4483,13 @@ 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) {
Expand Down Expand Up @@ -4545,7 +4543,6 @@ var XULBrowserWindow = {
}
}
UpdateBackForwardCommands(gBrowser.webNavigation);
ReaderParent.updateReaderButton(gBrowser.selectedBrowser);

gGestureSupport.restoreRotationState();

Expand Down

0 comments on commit df1cf3d

Please sign in to comment.