зеркало из https://github.com/mozilla/gecko-dev.git
Bug 969356 - When mouse clicking on a top site tile, the watermark shifts r=jimm
--HG-- extra : rebase_source : cdfe6847b51ff24ebf46beecff66e16ec241dde3
This commit is contained in:
Родитель
ceae8db36f
Коммит
56fb063a43
|
@ -101,6 +101,7 @@ const WebProgress = {
|
|||
if (aTab == Browser.selectedTab) {
|
||||
BrowserUI.updateURI();
|
||||
BrowserUI.update();
|
||||
BrowserUI.updateStartURIAttributes(aJson.location);
|
||||
}
|
||||
|
||||
let locationHasChanged = (location != aTab.browser.lastLocation);
|
||||
|
|
|
@ -262,7 +262,6 @@ var BrowserUI = {
|
|||
},
|
||||
|
||||
showContent: function showContent(aURI) {
|
||||
this.updateStartURIAttributes(aURI);
|
||||
ContextUI.dismissTabs();
|
||||
ContextUI.dismissContextAppbar();
|
||||
FlyoutPanelsUI.hide();
|
||||
|
|
Загрузка…
Ссылка в новой задаче