aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/script/script.rc
diff options
context:
space:
mode:
authorbors-servo <release+servo@mozilla.com>2013-08-23 18:30:27 -0700
committerbors-servo <release+servo@mozilla.com>2013-08-23 18:30:27 -0700
commit5647ca696667f1663f55a46dc51060322c1e98a4 (patch)
treece61323bb8304fef274e81269fcccf43f1123c62 /src/components/script/script.rc
parent7492deae6dadade51ec41fe2b8f991e4bbddfd3b (diff)
parent4fc2f74139d8f484dea9fdb9500de1d120e46a64 (diff)
downloadservo-5647ca696667f1663f55a46dc51060322c1e98a4.tar.gz
servo-5647ca696667f1663f55a46dc51060322c1e98a4.zip
auto merge of #773 : saneyuki/servo/webidl, r=jdm
Diffstat (limited to 'src/components/script/script.rc')
-rw-r--r--src/components/script/script.rc16
1 files changed, 14 insertions, 2 deletions
diff --git a/src/components/script/script.rc b/src/components/script/script.rc
index 492b964eed2..037ba1aef63 100644
--- a/src/components/script/script.rc
+++ b/src/components/script/script.rc
@@ -60,16 +60,22 @@ pub mod dom {
pub mod HTMLHtmlElementBinding;
pub mod HTMLIFrameElementBinding;
pub mod HTMLImageElementBinding;
+ pub mod HTMLInputElementBinding;
+ pub mod HTMLLIElementBinding;
pub mod HTMLLinkElementBinding;
pub mod HTMLMetaElementBinding;
pub mod HTMLOListElementBinding;
pub mod HTMLParagraphElementBinding;
+ pub mod HTMLProgressElementBinding;
+ pub mod HTMLQuoteElementBinding;
pub mod HTMLScriptElementBinding;
pub mod HTMLSourceElementBinding;
pub mod HTMLSpanElementBinding;
pub mod HTMLStyleElementBinding;
- pub mod HTMLTableCaptionElementBinding;
pub mod HTMLTableElementBinding;
+ pub mod HTMLTableCaptionElementBinding;
+ pub mod HTMLTableCellElementBinding;
+ pub mod HTMLTableColElementBinding;
pub mod HTMLTableRowElementBinding;
pub mod HTMLTableSectionElementBinding;
pub mod HTMLTextAreaElementBinding;
@@ -111,14 +117,20 @@ pub mod dom {
pub mod htmlhrelement;
pub mod htmliframeelement;
pub mod htmlimageelement;
+ pub mod htmlinputelement;
+ pub mod htmllielement;
pub mod htmllinkelement;
pub mod htmlmetaelement;
pub mod htmlolistelement;
+ pub mod htmlprogresselement;
+ pub mod htmlquoteelement;
pub mod htmlscriptelement;
pub mod htmlsourceelement;
pub mod htmlstyleelement;
- pub mod htmltablecaptionelement;
pub mod htmltableelement;
+ pub mod htmltablecaptionelement;
+ pub mod htmltablecellelement;
+ pub mod htmltablecolelement;
pub mod htmltablerowelement;
pub mod htmltablesectionelement;
pub mod htmltextareaelement;