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:
Rodrigo Silveira 2014-02-19 13:25:17 -08:00
Родитель ceae8db36f
Коммит 56fb063a43
2 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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();