Bug 356466 - Rev nsIEditor IID and documentation due to ownership model changes [p=roc r=Neil sr=bzbarsky a=blocking1.9+]

This commit is contained in:
reed@reedloden.com 2007-11-07 20:02:57 -08:00
parent 9b5edcef2c
commit 56ec22b78f

View File

@ -59,10 +59,9 @@ class nsIPresShell;
typedef short EDirection;
%}
[ptr] native nsIPresShellPtr(nsIPresShell);
[scriptable, uuid(dc81f464-89dd-47bf-bf21-10df3b65b956)]
[scriptable, uuid(2f76d0bb-d90d-4454-905e-9b0cc39a701c)]
interface nsIEditor : nsISupports
{
@ -529,7 +528,10 @@ interface nsIEditor : nsISupports
in unsigned long flags);
/* ------------ Various listeners methods -------------- */
/* ------------ Various listeners methods --------------
* nsIEditor holds strong references to the editor observers, action listeners
* and document state listeners.
*/
/** add an EditorObserver to the editors list of observers. */
void addEditorObserver(in nsIEditorObserver observer);