Bug 1389740 - Remove urlbar-wrapper. r=gijs

MozReview-Commit-ID: 7Kau6bgiqr2
This commit is contained in:
Dão Gottwald 2017-08-12 20:56:09 +02:00
Родитель 5f4443c8a4
Коммит 59357486c2
5 изменённых файлов: 5 добавлений и 8 удалений

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

@ -781,7 +781,6 @@
<toolbaritem id="urlbar-container" flex="400" persist="width"
removable="false"
class="chromeclass-location" overflows="false">
<hbox id="urlbar-wrapper" flex="1">
<textbox id="urlbar" flex="1"
placeholder="&urlbar.placeholder2;"
type="autocomplete"
@ -916,7 +915,6 @@
<image id="userContext-indicator"/>
</hbox>
</textbox>
</hbox>
</toolbaritem>
<toolbaritem id="search-container" title="&searchItem.title;"

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

@ -1150,10 +1150,9 @@
this.mCurrentTab = this.tabContainer.selectedItem;
this.showTab(this.mCurrentTab);
var forwardButtonContainer = document.getElementById("urlbar-wrapper");
forwardButtonContainer.setAttribute("switchingtabs", "true");
gURLBar.setAttribute("switchingtabs", "true");
window.addEventListener("MozAfterPaint", function() {
forwardButtonContainer.removeAttribute("switchingtabs");
gURLBar.removeAttribute("switchingtabs");
}, {once: true});
this._appendStatusPanel();

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

@ -259,7 +259,7 @@ menuitem.bookmark-item {
-moz-appearance: toolbarbutton-dropdown;
transition: opacity 0.15s ease;
}
#urlbar-wrapper[switchingtabs] > #urlbar > .urlbar-textbox-container > .urlbar-history-dropmarker {
#urlbar[switchingtabs] > .urlbar-textbox-container > .urlbar-history-dropmarker {
transition: none;
}

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

@ -426,7 +426,7 @@ toolbarpaletteitem[place="palette"] > #personal-bookmarks > #bookmarks-toolbar-p
-moz-image-region: var(--urlbar-dropmarker-region);
transition: opacity 0.15s ease;
}
#urlbar-wrapper[switchingtabs] > #urlbar > .urlbar-textbox-container > .urlbar-history-dropmarker {
#urlbar[switchingtabs] > .urlbar-textbox-container > .urlbar-history-dropmarker {
transition: none;
}

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

@ -653,7 +653,7 @@ html|*.urlbar-input:-moz-lwtheme::placeholder,
transition: opacity 0.15s ease;
}
#urlbar-wrapper[switchingtabs] > #urlbar > .urlbar-textbox-container > .urlbar-history-dropmarker {
#urlbar[switchingtabs] > .urlbar-textbox-container > .urlbar-history-dropmarker {
transition: none;
}