Experimental implementation of (a small subset of) mozbrowser APIs.

This commit is contained in:
Glenn Watson 2015-03-19 15:40:04 +10:00
parent fef439726a
commit bf9b8f7050
10 changed files with 393 additions and 40 deletions

View file

@ -31,3 +31,10 @@ partial interface HTMLIFrameElement {
//[TreatNullAs=EmptyString] attribute DOMString marginHeight;
//[TreatNullAs=EmptyString] attribute DOMString marginWidth;
};
partial interface HTMLIFrameElement {
[ChromeOnly,SetterThrows]
attribute boolean mozbrowser;
};
HTMLIFrameElement implements BrowserElement;