зеркало из https://github.com/mozilla/pjs.git
335443 - support <link> autodetection of search engines patch by Pam Greene <pamg.bugs@gmail.com> r=brettw@gmail.com sr=ben@mozilla.org
This commit is contained in:
Родитель
7857f57997
Коммит
d8b9e08cf1
|
@ -214,6 +214,18 @@
|
|||
</body>
|
||||
</method>
|
||||
|
||||
<method name="getBrowserForDocument">
|
||||
<parameter name="aDocument"/>
|
||||
<body>
|
||||
<![CDATA[
|
||||
var index = this.getBrowserIndexForDocument(aDocument);
|
||||
if (index < 0)
|
||||
return null;
|
||||
return this.getBrowserAtIndex(index);
|
||||
]]>
|
||||
</body>
|
||||
</method>
|
||||
|
||||
<method name="getNotificationBox">
|
||||
<parameter name="aBrowser"/>
|
||||
<body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче