aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2014-03-20 14:46:34 -0400
committerbors-servo <release+servo@mozilla.com>2014-03-20 14:46:34 -0400
commit509ff7e52f6ea4f2f736d13f124c854d80c316c9 (patch)
tree1f956099ff9997778b5d1992dd9e15a8ba325d91 /src/components/script/dom/bindings/codegen
parent0265fb9784baff3ea025198f3e5e73e6b81fe18e (diff)
parent038a195eade5476601a183f4b74e669f8619d6a4 (diff)
downloadservo-509ff7e52f6ea4f2f736d13f124c854d80c316c9.tar.gz
servo-509ff7e52f6ea4f2f736d13f124c854d80c316c9.zip
auto merge of #1913 : Ms2ger/servo/attributes, r=jdm
Diffstat (limited to 'src/components/script/dom/bindings/codegen')
-rw-r--r--src/components/script/dom/bindings/codegen/Bindings.conf6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/components/script/dom/bindings/codegen/Bindings.conf b/src/components/script/dom/bindings/codegen/Bindings.conf
index eac06e8454d..afcf4319ba3 100644
--- a/src/components/script/dom/bindings/codegen/Bindings.conf
+++ b/src/components/script/dom/bindings/codegen/Bindings.conf
@@ -53,11 +53,15 @@ DOMInterfaces = {
'needsAbstract': [
'attributes',
'className',
+ 'getAttribute',
+ 'getAttributeNS',
'getBoundingClientRect',
'getClientRects',
'getElementsByClassName',
'getElementsByTagName',
'getElementsByTagNameNS',
+ 'hasAttribute',
+ 'hasAttributeNS',
'id',
'innerHTML',
'outerHTML',
@@ -179,7 +183,7 @@ addHTMLElement('HTMLParamElement')
addHTMLElement('HTMLPreElement')
addHTMLElement('HTMLProgressElement')
addHTMLElement('HTMLQuoteElement')
-addHTMLElement('HTMLScriptElement')
+addHTMLElement('HTMLScriptElement', needsAbstract=['src'])
addHTMLElement('HTMLSelectElement')
addHTMLElement('HTMLSourceElement')
addHTMLElement('HTMLSpanElement')