web-sys: Remove a bunch of mozilla extensions from our webidl

This commit is contained in:
Nick Fitzgerald
2018-08-15 16:03:57 -07:00
parent 703e2a3fbe
commit 9616ef3633
36 changed files with 5 additions and 401 deletions

View File

@ -81,16 +81,4 @@ interface HTMLTextAreaElement : HTMLElement {
void setSelectionRange(unsigned long start, unsigned long end, optional DOMString direction);
};
partial interface HTMLTextAreaElement {
// Chrome-only Mozilla extensions
[Throws, ChromeOnly]
readonly attribute XULControllers controllers;
};
HTMLTextAreaElement implements MozEditableElement;
partial interface HTMLTextAreaElement {
[ChromeOnly]
attribute DOMString previewValue;
};