зеркало из https://github.com/mozilla/pjs.git
Bug 337751: expose description attribute on nsISearchEngine, r=mconnor
This commit is contained in:
Родитель
48362a66c1
Коммит
0eab62ae28
|
@ -56,7 +56,7 @@ interface nsISearchSubmission : nsISupports
|
|||
readonly attribute nsIURI uri;
|
||||
};
|
||||
|
||||
[scriptable, uuid(b64edb5b-4d05-44df-b9bf-2098d9069f88)]
|
||||
[scriptable, uuid(d8ceea19-d004-4206-a614-bef9849a2cc9)]
|
||||
interface nsISearchEngine : nsISupports
|
||||
{
|
||||
/**
|
||||
|
@ -107,16 +107,16 @@ interface nsISearchEngine : nsISupports
|
|||
*/
|
||||
attribute AString alias;
|
||||
|
||||
/**
|
||||
* A text description describing the engine.
|
||||
*/
|
||||
readonly attribute AString description;
|
||||
|
||||
/**
|
||||
* Whether the engine should be hidden from the user.
|
||||
*/
|
||||
attribute boolean hidden;
|
||||
|
||||
/**
|
||||
* A URI object for retrieving suggested searches
|
||||
*/
|
||||
readonly attribute nsIURI suggestionURI;
|
||||
|
||||
/**
|
||||
* A nsIURI corresponding to the engine's icon, stored locally. May be null.
|
||||
*/
|
||||
|
@ -127,16 +127,21 @@ interface nsISearchEngine : nsISupports
|
|||
*/
|
||||
readonly attribute AString name;
|
||||
|
||||
/**
|
||||
* The search engine type.
|
||||
*/
|
||||
readonly attribute long type;
|
||||
|
||||
/**
|
||||
* A URL string pointing to the engine's search form.
|
||||
*/
|
||||
readonly attribute AString searchForm;
|
||||
|
||||
/**
|
||||
* A URI object for retrieving suggested searches.
|
||||
*/
|
||||
readonly attribute nsIURI suggestionURI;
|
||||
|
||||
/**
|
||||
* The search engine type.
|
||||
*/
|
||||
readonly attribute long type;
|
||||
|
||||
};
|
||||
|
||||
[scriptable, uuid(5bcbc35a-8514-4583-9ef1-5bf5d10327f4)]
|
||||
|
|
Загрузка…
Ссылка в новой задаче