aboutsummaryrefslogtreecommitdiffstats
path: root/components/script/dom/webidls/HTMLIFrameElement.webidl
diff options
context:
space:
mode:
authorGlenn Watson <gw@intuitionlibrary.com>2015-03-19 15:40:04 +1000
committerGlenn Watson <gw@intuitionlibrary.com>2015-03-23 13:26:55 +1000
commitbf9b8f705019e8d0bb2ff9ff18846b3e81d4b26f (patch)
treefc46c1d77e3145eb75b6f102abb60f7c7cca6063 /components/script/dom/webidls/HTMLIFrameElement.webidl
parentfef439726aea26ef631f414c4852fa4cb49fff15 (diff)
downloadservo-bf9b8f705019e8d0bb2ff9ff18846b3e81d4b26f.tar.gz
servo-bf9b8f705019e8d0bb2ff9ff18846b3e81d4b26f.zip
Experimental implementation of (a small subset of) mozbrowser APIs.
Diffstat (limited to 'components/script/dom/webidls/HTMLIFrameElement.webidl')
-rw-r--r--components/script/dom/webidls/HTMLIFrameElement.webidl7
1 files changed, 7 insertions, 0 deletions
diff --git a/components/script/dom/webidls/HTMLIFrameElement.webidl b/components/script/dom/webidls/HTMLIFrameElement.webidl
index 7768065545c..558cdfd8030 100644
--- a/components/script/dom/webidls/HTMLIFrameElement.webidl
+++ b/components/script/dom/webidls/HTMLIFrameElement.webidl
@@ -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;