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:
beng@bengoodger.com 2007-08-21 22:01:15 -07:00
Родитель 7857f57997
Коммит d8b9e08cf1
1 изменённых файлов: 12 добавлений и 0 удалений

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

@ -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>