aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/dom/bindings/codegen
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2014-03-07 15:43:24 -0500
committerbors-servo <release+servo@mozilla.com>2014-03-07 15:43:24 -0500
commit2238d81b530d40c164df59569fb4d11914ad5c99 (patch)
tree266370aa10b825ef887e58f42151380e9a8f3381 /src/components/script/dom/bindings/codegen
parent636ae6e7620f3699532b7103cac024a498613660 (diff)
parent782c079697ddf7444ceb1a5822735283a8e3296f (diff)
downloadservo-2238d81b530d40c164df59569fb4d11914ad5c99.tar.gz
servo-2238d81b530d40c164df59569fb4d11914ad5c99.zip
auto merge of #1838 : brunoabinader/servo/htmlcollection-live, r=jdm
Diffstat (limited to 'src/components/script/dom/bindings/codegen')
-rw-r--r--src/components/script/dom/bindings/codegen/Bindings.conf14
1 files changed, 14 insertions, 0 deletions
diff --git a/src/components/script/dom/bindings/codegen/Bindings.conf b/src/components/script/dom/bindings/codegen/Bindings.conf
index 3420e40a4dd..369d08bfdf0 100644
--- a/src/components/script/dom/bindings/codegen/Bindings.conf
+++ b/src/components/script/dom/bindings/codegen/Bindings.conf
@@ -26,12 +26,23 @@ DOMInterfaces = {
'Console': {},
'Document': {
'needsAbstract': [
+ 'anchors',
+ 'applets',
'body',
'createComment',
'createDocumentFragment',
'createElement',
'createProcessingInstruction',
'createTextNode',
+ 'embeds',
+ 'forms',
+ 'getElementsByClassName',
+ 'getElementsByTagName',
+ 'getElementsByTagNameNS',
+ 'images',
+ 'links',
+ 'plugins',
+ 'scripts',
'title',
],
},
@@ -43,6 +54,9 @@ DOMInterfaces = {
'attributes',
'getBoundingClientRect',
'getClientRects',
+ 'getElementsByClassName',
+ 'getElementsByTagName',
+ 'getElementsByTagNameNS',
'id',
'innerHTML',
'outerHTML',