зеркало из https://github.com/mozilla/gecko-dev.git
Bug 402895 - "The search bar no longer has a blue border when the website has a search engine available" [p=dao@mozilla.com (Dão Gottwald) r=gavin a=blocking-firefox3+]
This commit is contained in:
Родитель
9c2b6d8aa0
Коммит
8a568e336d
|
@ -159,15 +159,8 @@
|
|||
]]></getter>
|
||||
</property>
|
||||
|
||||
<property name="searchButton" readonly="true">
|
||||
<getter><![CDATA[
|
||||
if (!this._searchButton) {
|
||||
this._searchButton = document.getAnonymousElementByAttribute(
|
||||
this, "anonid", "searchbar-engine-button");
|
||||
}
|
||||
return this._searchButton;
|
||||
]]></getter>
|
||||
</property>
|
||||
<field name="searchButton">document.getAnonymousElementByAttribute(this,
|
||||
"anonid", "searchbar-engine-button");</field>
|
||||
|
||||
<property name="currentEngine"
|
||||
onset="this.searchService.currentEngine = val; return val;">
|
||||
|
|
Загрузка…
Ссылка в новой задаче