Bug 1323134 - Stop setting the crop attribute on tabs. r=dao

This commit is contained in:
Vedant Sareen 2016-12-18 19:09:27 +01:00
Родитель c98ff94c00
Коммит 9fe2fdf0cb
1 изменённых файлов: 0 добавлений и 2 удалений

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

@ -881,10 +881,8 @@ var SessionStoreInternal = {
if (activePageData) {
if (activePageData.title) {
tab.label = activePageData.title;
tab.crop = "end";
} else if (activePageData.url != "about:blank") {
tab.label = activePageData.url;
tab.crop = "center";
}
} else if (tab.hasAttribute("customizemode")) {
win.gCustomizeMode.setTab(tab);