diff options
Diffstat (limited to 'dom/interfaces/base/domstubs.idl')
-rw-r--r-- | dom/interfaces/base/domstubs.idl | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dom/interfaces/base/domstubs.idl b/dom/interfaces/base/domstubs.idl index a2fbeeeb7..8c20f2523 100644 --- a/dom/interfaces/base/domstubs.idl +++ b/dom/interfaces/base/domstubs.idl @@ -28,7 +28,6 @@ interface nsIDOMNode; interface nsIDOMNodeList; interface nsIDOMProcessingInstruction; interface nsIDOMText; -interface nsIDOMDOMStringList; interface nsIDOMClientRect; interface nsIDOMClientRectList; @@ -37,20 +36,14 @@ interface DOMException; // Style Sheets interface nsIDOMStyleSheetList; -interface nsIDOMLinkStyle; interface nsIDOMStyleSheet; interface nsIDOMMediaList; // Base interface nsIDOMWindow; interface nsIDOMWindowCollection; -interface nsIDOMPlugin; -interface nsIDOMPluginArray; -interface nsIDOMMimeType; -interface nsIDOMMimeTypeArray; interface nsIDOMNavigator; interface nsIDOMScreen; -interface nsIDOMHistory; // Events interface nsIDOMEvent; @@ -77,20 +70,13 @@ interface nsIDOMRect; interface nsIDOMCSSStyleRule; interface nsIDOMCSSStyleRuleCollection; interface nsIDOMHTMLTableCaptionElement; -interface nsIDOMHTMLTableSectionElement; // Range interface nsIDOMRange; // Crypto -interface nsIDOMCRMFObject; interface nsIDOMCrypto; -interface nsIDOMPkcs11; // Used font face (for inspector) interface nsIDOMFontFace; interface nsIDOMFontFaceList; - -// Power -interface nsIDOMMozPowerManager; -interface nsIDOMMozWakeLock; |