зеркало из https://github.com/mozilla/gecko-dev.git
171581 - toolbar search/find in page for phoenix
This commit is contained in:
Родитель
72f2e7d541
Коммит
68a51fb55d
|
@ -27,11 +27,11 @@
|
|||
|
||||
<field name="mPrefObserver"><![CDATA[
|
||||
({
|
||||
urlbar: this,
|
||||
searchBar: this,
|
||||
|
||||
observe: function(aObserver, aBlah, aPref) {
|
||||
if (aPref.indexOf("browser.search") == 0)
|
||||
this.updateEngines();
|
||||
this.searchBar.updateEngines();
|
||||
}
|
||||
});
|
||||
]]></field>
|
||||
|
@ -70,7 +70,7 @@
|
|||
try {
|
||||
var ds = rdf.GetDataSource("rdf:internetsearch");
|
||||
} catch (ex) {
|
||||
// sometimes bad profiles cause this error, which horks the hold urlbar
|
||||
// sometimes bad profiles cause this error, which horks the searchBar
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче