Add stubs for range and selection interfaces
git-svn-id: svn://10.0.0.236/trunk@34810 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -95,6 +95,21 @@ interface nsIDOMWindow : nsISupports {
|
||||
};
|
||||
|
||||
|
||||
[scriptable, uuid(a6cf9076-15b3-11d2-932e-00805f8add32)]
|
||||
interface nsIDOMDocumentFragment : nsIDOMNode {};
|
||||
|
||||
/* Range and selection */
|
||||
|
||||
[scriptable, uuid(a6cf90ce-15b3-11d2-932e-00805f8add32)]
|
||||
interface nsIDOMRange : nsISupports {};
|
||||
|
||||
[scriptable, uuid(a6cf90e1-15b3-11d2-932e-00805f8add32)]
|
||||
interface nsIDOMSelection : nsISupports {};
|
||||
|
||||
[scriptable, uuid(a6cf90e2-15b3-11d2-932e-00805f8add32)]
|
||||
interface nsIDOMSelectionListener : nsISupports {};
|
||||
|
||||
|
||||
%{C++
|
||||
#endif
|
||||
%}
|
||||
|
||||
Reference in New Issue
Block a user