Backed out 3 changesets (bug 1534913) since ported bug 1521280 was backed out. a=backout

Backed out changeset b38b8ba2148b (bug 1534913)
Backed out changeset fc51c0e147cc (bug 1534913)
Backed out changeset 55a635377bed (bug 1534913)
This commit is contained in:
Jorg K 2019-05-13 11:19:33 +02:00
Родитель 370e2ea29e
Коммит 57d1f8e292
13 изменённых файлов: 24 добавлений и 17 удалений

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

@ -43,8 +43,9 @@
onkeypress="taskEdit.onKeyPress(event)"/>
</box>
<box align="center" flex="1">
<textbox is="search-textbox" id="task-text-filter-field"
<textbox id="task-text-filter-field"
class="themeableSearchBox"
type="search"
flex="1"
placeholder=""
emptytextbase="&calendar.task.text-filter.textbox.emptytext.base1;"

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

@ -50,8 +50,9 @@
</box>
<box align="center" flex="1">
<label control="unifinder-search-field" value="&calendar.search.options.searchfor;"/>
<textbox is="search-textbox" id="unifinder-search-field"
<textbox id="unifinder-search-field"
class="themeableSearchBox"
type="search"
oncommand="refreshEventTree();"
flex="1"/>
</box>

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

@ -57,8 +57,9 @@
</row>
<row align="center">
<label value="&calendarproperties.location.label;" control="calendar-uri"/>
<textbox is="search-textbox" id="calendar-uri"
<textbox id="calendar-uri"
required="true"
type="search"
oninput="checkRequired();"/>
</row>
<row>

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

@ -542,7 +542,7 @@ function handleNewCalendarWizard(wizard, name, data = undefined) {
}
wizard.type(wizardlookup(`
/id("calendar-wizard")/{"pageid":"locationPage"}/[1]/[1]/{"align":"center"}/
id("calendar-uri")/{"class":"textbox-input"}
id("calendar-uri")/anon({"anonid":"moz-input-box"})/anon({"anonid":"input"})
`), data.network.location);
// Choose offline support.

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

@ -49,9 +49,10 @@
showAccountsFileHere="true"
oncommand="setFilterFolder(event.target._folder);"/>
</menulist>
<textbox is="search-textbox" id="searchBox"
<textbox id="searchBox"
class="searchBox"
flex="1"
type="search"
oncommand="rebuildFilterList();"
emptytext="&searchBox.emptyText;"
isempty="true"/>

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

@ -56,9 +56,9 @@
somefmtstring="&quickFilterBar.resultsLabel.some.formatString;"
noresultsstring="&quickFilterBar.resultsLabel.none;"
/>
<textbox is="search-textbox" id="qfb-qs-textbox"
flex="3"
<textbox id="qfb-qs-textbox" flex="3"
class="searchBox"
type="search"
placeholder=""
emptytextbase="&quickFilterBar.textbox.emptyText.base1;"
keyLabelNonMac="&quickFilterBar.textbox.emptyText.keyLabel2.nonmac;"

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

@ -122,7 +122,8 @@
<label value="&searchContacts.label;"
accesskey="&searchContacts.accesskey;"
control="peopleSearchInput"/>
<textbox is="search-textbox" id="peopleSearchInput"
<textbox type="search"
id="peopleSearchInput"
class="searchBox"
flex="1"
timeout="800"

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

@ -662,10 +662,11 @@
title="&searchItem.title;"
align="center" flex="1"
class="chromeclass-toolbar-additional">
<textbox is="search-textbox" id="peopleSearchInput"
<textbox id="peopleSearchInput"
class="searchBox"
flex="1"
timeout="800"
type="search"
placeholder="&SearchNameOrEmail.label;"
oncommand="onEnterInSearchBar();"/>
</toolbaritem>

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

@ -51,8 +51,9 @@
tooltiptext="&cmd.clearList.tooltip;"/>
<spacer flex="1"/>
<textbox is="search-textbox" id="searchBox"
<textbox id="searchBox"
class="searchBox"
type="search"
command="msgDownloadsCmd_searchDownloads"
placeholder="&cmd.searchDownloads.label;"/>
</hbox>

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

@ -41,8 +41,8 @@
<tabpanels id="attachmentPrefsPanels" flex="1">
<tabpanel orient="vertical">
<hbox>
<textbox is="search-textbox" id="filter"
flex="1"
<textbox id="filter" flex="1"
type="search"
placeholder="&filter.placeholder;"
aria-controls="handlersView"
oncommand="gApplicationsPane.rebuildView();"/>

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

@ -32,8 +32,7 @@
<vbox flex="1" class="contentPane largeDialogContainer">
<hbox align="center">
<label accesskey="&filter.accesskey;" control="filter">&filter.label;</label>
<textbox is="search-textbox" id="filter"
flex="1"
<textbox type="search" id="filter" flex="1"
aria-controls="cookiesList"
oncommand="gCookiesWindow.filter();"/>
</hbox>

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

@ -147,8 +147,8 @@ function test_control_shift_k_shows_quick_filter_bar() {
if (dispatcha.focusedElement != qfbTextbox.inputField)
throw new Error("second control-shift-k did not keep focus on filter " +
"textbox");
if (qfbTextbox.inputField.selectionStart != 0 ||
qfbTextbox.inputField.selectionEnd != qfbTextbox.inputField.textLength)
if (qfbTextbox.selectionStart != 0 ||
qfbTextbox.selectionEnd != qfbTextbox.textLength)
throw new Error("second control-shift-k did not select text in filter " +
"textbox");

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

@ -48,8 +48,9 @@
expandFolders="false"
oncommand="onServerClick(event.target._folder);"/>
</menulist>
<textbox is="search-textbox" id="namefield"
<textbox id="namefield"
flex="1"
type="search"
timeout="300"
aria-controls="subscribeTree"
oncommand="Search();"/>