summaryrefslogtreecommitdiff
path: root/javascript/duktape/HTMLIFrameElement.bnd
diff options
context:
space:
mode:
authorVincent Sanders <vince@kyllikki.org>2016-06-07 16:01:04 +0100
committerVincent Sanders <vince@kyllikki.org>2016-06-07 16:01:04 +0100
commit042fcb82b83d19bf08afd3367235ac71a60b3850 (patch)
tree47fe3c15f160b3fac7b0e8ab4f47b495901e0557 /javascript/duktape/HTMLIFrameElement.bnd
parent9754539e2275e33af34b5de9d343b85e8122d871 (diff)
downloadnetsurf-042fcb82b83d19bf08afd3367235ac71a60b3850.tar.gz
netsurf-042fcb82b83d19bf08afd3367235ac71a60b3850.tar.bz2
Move javascript content handler as appropriate for updated source format
Diffstat (limited to 'javascript/duktape/HTMLIFrameElement.bnd')
-rw-r--r--javascript/duktape/HTMLIFrameElement.bnd41
1 files changed, 0 insertions, 41 deletions
diff --git a/javascript/duktape/HTMLIFrameElement.bnd b/javascript/duktape/HTMLIFrameElement.bnd
deleted file mode 100644
index 64353769c..000000000
--- a/javascript/duktape/HTMLIFrameElement.bnd
+++ /dev/null
@@ -1,41 +0,0 @@
-/* HTML I frame element binding using duktape and libdom
- *
- * Copyright 2015 Vincent Sanders <vince@netsurf-browser.org>
- *
- * This file is part of NetSurf, http://www.netsurf-browser.org/
- *
- * Released under the terms of the MIT License,
- * http://www.opensource.org/licenses/mit-license
- */
-
-init HTMLIFrameElement(struct dom_html_element *html_iframe_element::html_element);
-
-getter HTMLIFrameElement::align();
-setter HTMLIFrameElement::align();
-
-getter HTMLIFrameElement::frameBorder();
-setter HTMLIFrameElement::frameBorder();
-
-getter HTMLIFrameElement::height();
-setter HTMLIFrameElement::height();
-
-getter HTMLIFrameElement::longDesc();
-setter HTMLIFrameElement::longDesc();
-
-getter HTMLIFrameElement::marginHeight();
-setter HTMLIFrameElement::marginHeight();
-
-getter HTMLIFrameElement::marginWidth();
-setter HTMLIFrameElement::marginWidth();
-
-getter HTMLIFrameElement::name();
-setter HTMLIFrameElement::name();
-
-getter HTMLIFrameElement::scrolling();
-setter HTMLIFrameElement::scrolling();
-
-getter HTMLIFrameElement::src();
-setter HTMLIFrameElement::src();
-
-getter HTMLIFrameElement::width();
-setter HTMLIFrameElement::width();