Missing documentation. Should gone in with b=99181 but didn't.
git-svn-id: svn://10.0.0.236/trunk@103854 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
1e205b3195
commit
b36c32bcaa
@ -29,7 +29,11 @@ interface nsIDOMWindow;
|
||||
interface nsIWeakReference;
|
||||
|
||||
/**
|
||||
* The nsIWebBrowser
|
||||
* The nsIWebBrowser interface is implemented by web browser objects.
|
||||
* Embedders use this interface during initialisation to associate
|
||||
* the new web browser instance with the embedders chrome and
|
||||
* to register any listeners. The interface may also be used at runtime
|
||||
* to obtain the content DOM window and from that the rest of the DOM.
|
||||
*
|
||||
* @status FROZEN
|
||||
*/
|
||||
@ -124,7 +128,7 @@ interface nsIWebBrowser : nsISupports
|
||||
|
||||
/**
|
||||
* URI content listener parent. The embedder may set this property to
|
||||
* their own implementation if they intend to override or prevent the
|
||||
* their own implementation if they intend to override or prevent
|
||||
* how certain kinds of content are loaded.
|
||||
*
|
||||
* @note The implementation should not refcount this interface; it
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user