From 894b6b95baadc60f19214ee13eb1a549bbe5254b Mon Sep 17 00:00:00 2001 From: "vidur%netscape.com" Date: Fri, 25 Sep 1998 23:23:53 +0000 Subject: [PATCH] Added FieldSetElement interface git-svn-id: svn://10.0.0.236/trunk@11113 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/dom/public/coreEvents/nsIDOMEvent.h | 2 +- mozilla/dom/public/coreEvents/nsIDOMEventCapturer.h | 2 +- mozilla/dom/public/coreEvents/nsIDOMNSEvent.h | 2 +- mozilla/dom/public/css/nsIDOMCSSFontFaceRule.h | 2 +- mozilla/dom/public/css/nsIDOMCSSMediaRule.h | 2 +- mozilla/dom/public/css/nsIDOMCSSPageRule.h | 2 +- mozilla/dom/public/css/nsIDOMCSSStyleDeclaration.h | 2 +- mozilla/dom/public/css/nsIDOMCSSStyleRule.h | 2 +- mozilla/dom/public/css/nsIDOMCSSStyleRuleCollection.h | 2 +- mozilla/dom/public/css/nsIDOMCSSStyleRuleSimple.h | 2 +- mozilla/dom/public/css/nsIDOMCSSStyleSheet.h | 2 +- mozilla/dom/public/html/MANIFEST | 1 + mozilla/dom/public/html/Makefile | 1 + mozilla/dom/public/html/makefile.win | 1 + mozilla/dom/public/html/nsIDOMHTMLFontElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLFormElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLFrameElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLFrameSetElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLHRElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLHeadElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLHeadingElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLHtmlElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLIFrameElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLImageElement.h | 4 ++-- mozilla/dom/public/html/nsIDOMHTMLInputElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLInsElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLIsIndexElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLLIElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLLabelElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLLegendElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLLinkElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLMapElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLMenuElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLMetaElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLModElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLOListElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLObjectElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLOptGroupElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLOptionElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLParagraphElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLParamElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLPreElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLQuoteElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLScriptElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLSelectElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLStyleElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTableCaptionElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTableCellElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTableColElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTableElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTableRowElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTableSectionElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTbodyElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTextAreaElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTfootElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTheadElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLTitleElement.h | 2 +- mozilla/dom/public/html/nsIDOMHTMLUListElement.h | 2 +- mozilla/dom/public/html/nsIDOMImage.h | 2 +- mozilla/dom/public/html/nsIDOMNSHTMLDocument.h | 2 +- mozilla/dom/public/html/nsIDOMNSHTMLFormElement.h | 2 +- mozilla/dom/public/idl/html/HTMLFieldsetElement.idl | 5 +++++ mozilla/dom/public/idl/html/makefile.win | 1 + mozilla/dom/public/nsIDOMLocation.h | 2 +- mozilla/dom/public/nsIDOMNavigator.h | 2 +- mozilla/dom/public/nsIDOMWindow.h | 2 +- mozilla/dom/public/nsIDOMWindowCollection.h | 2 +- mozilla/dom/src/html/Makefile | 1 + mozilla/dom/src/html/makefile.win | 2 ++ 69 files changed, 75 insertions(+), 63 deletions(-) create mode 100644 mozilla/dom/public/idl/html/HTMLFieldsetElement.idl diff --git a/mozilla/dom/public/coreEvents/nsIDOMEvent.h b/mozilla/dom/public/coreEvents/nsIDOMEvent.h index c8cae0f7da2..de1c904a1ab 100644 --- a/mozilla/dom/public/coreEvents/nsIDOMEvent.h +++ b/mozilla/dom/public/coreEvents/nsIDOMEvent.h @@ -27,7 +27,7 @@ class nsIDOMNode; #define NS_IDOMEVENT_IID \ -{ 0x6f765330, 0xee43, 0x11d1, \ +{ 0x6f765331, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMEvent : public nsISupports { diff --git a/mozilla/dom/public/coreEvents/nsIDOMEventCapturer.h b/mozilla/dom/public/coreEvents/nsIDOMEventCapturer.h index c7345f10794..0adbdbf438a 100644 --- a/mozilla/dom/public/coreEvents/nsIDOMEventCapturer.h +++ b/mozilla/dom/public/coreEvents/nsIDOMEventCapturer.h @@ -27,7 +27,7 @@ #define NS_IDOMEVENTCAPTURER_IID \ -{ 0x6f76533a, 0xee43, 0x11d1, \ +{ 0x6f76533b, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMEventCapturer : public nsIDOMEventReceiver { diff --git a/mozilla/dom/public/coreEvents/nsIDOMNSEvent.h b/mozilla/dom/public/coreEvents/nsIDOMNSEvent.h index 2ef0f87927e..adaee97ac63 100644 --- a/mozilla/dom/public/coreEvents/nsIDOMNSEvent.h +++ b/mozilla/dom/public/coreEvents/nsIDOMNSEvent.h @@ -26,7 +26,7 @@ #define NS_IDOMNSEVENT_IID \ -{ 0x6f765331, 0xee43, 0x11d1, \ +{ 0x6f765332, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMNSEvent : public nsISupports { diff --git a/mozilla/dom/public/css/nsIDOMCSSFontFaceRule.h b/mozilla/dom/public/css/nsIDOMCSSFontFaceRule.h index f8e5f11d849..9f20ef97721 100644 --- a/mozilla/dom/public/css/nsIDOMCSSFontFaceRule.h +++ b/mozilla/dom/public/css/nsIDOMCSSFontFaceRule.h @@ -28,7 +28,7 @@ class nsIDOMCSSStyleDeclaration; #define NS_IDOMCSSFONTFACERULE_IID \ -{ 0x6f765332, 0xee43, 0x11d1, \ +{ 0x6f765333, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSFontFaceRule : public nsIDOMCSSStyleRule { diff --git a/mozilla/dom/public/css/nsIDOMCSSMediaRule.h b/mozilla/dom/public/css/nsIDOMCSSMediaRule.h index 31e6f54d438..d5534fb3ac6 100644 --- a/mozilla/dom/public/css/nsIDOMCSSMediaRule.h +++ b/mozilla/dom/public/css/nsIDOMCSSMediaRule.h @@ -28,7 +28,7 @@ class nsIDOMCSSStyleRuleCollection; #define NS_IDOMCSSMEDIARULE_IID \ -{ 0x6f765333, 0xee43, 0x11d1, \ +{ 0x6f765334, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSMediaRule : public nsIDOMCSSStyleRule { diff --git a/mozilla/dom/public/css/nsIDOMCSSPageRule.h b/mozilla/dom/public/css/nsIDOMCSSPageRule.h index f435a6c1d63..1d1d2771ad0 100644 --- a/mozilla/dom/public/css/nsIDOMCSSPageRule.h +++ b/mozilla/dom/public/css/nsIDOMCSSPageRule.h @@ -28,7 +28,7 @@ class nsIDOMCSSStyleDeclaration; #define NS_IDOMCSSPAGERULE_IID \ -{ 0x6f765334, 0xee43, 0x11d1, \ +{ 0x6f765335, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSPageRule : public nsIDOMCSSStyleRule { diff --git a/mozilla/dom/public/css/nsIDOMCSSStyleDeclaration.h b/mozilla/dom/public/css/nsIDOMCSSStyleDeclaration.h index 23ab6fbbe8c..4ebb46cf2bb 100644 --- a/mozilla/dom/public/css/nsIDOMCSSStyleDeclaration.h +++ b/mozilla/dom/public/css/nsIDOMCSSStyleDeclaration.h @@ -26,7 +26,7 @@ #define NS_IDOMCSSSTYLEDECLARATION_IID \ -{ 0x6f765335, 0xee43, 0x11d1, \ +{ 0x6f765336, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSStyleDeclaration : public nsISupports { diff --git a/mozilla/dom/public/css/nsIDOMCSSStyleRule.h b/mozilla/dom/public/css/nsIDOMCSSStyleRule.h index 688efe76a82..7817c3e77b6 100644 --- a/mozilla/dom/public/css/nsIDOMCSSStyleRule.h +++ b/mozilla/dom/public/css/nsIDOMCSSStyleRule.h @@ -26,7 +26,7 @@ #define NS_IDOMCSSSTYLERULE_IID \ -{ 0x6f765336, 0xee43, 0x11d1, \ +{ 0x6f765337, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSStyleRule : public nsISupports { diff --git a/mozilla/dom/public/css/nsIDOMCSSStyleRuleCollection.h b/mozilla/dom/public/css/nsIDOMCSSStyleRuleCollection.h index 369b7e0c9a0..46bebd1d2f6 100644 --- a/mozilla/dom/public/css/nsIDOMCSSStyleRuleCollection.h +++ b/mozilla/dom/public/css/nsIDOMCSSStyleRuleCollection.h @@ -27,7 +27,7 @@ class nsIDOMCSSStyleRule; #define NS_IDOMCSSSTYLERULECOLLECTION_IID \ -{ 0x6f765337, 0xee43, 0x11d1, \ +{ 0x6f765338, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSStyleRuleCollection : public nsISupports { diff --git a/mozilla/dom/public/css/nsIDOMCSSStyleRuleSimple.h b/mozilla/dom/public/css/nsIDOMCSSStyleRuleSimple.h index c39e1bcb91c..a8d7d42405f 100644 --- a/mozilla/dom/public/css/nsIDOMCSSStyleRuleSimple.h +++ b/mozilla/dom/public/css/nsIDOMCSSStyleRuleSimple.h @@ -28,7 +28,7 @@ class nsIDOMCSSStyleDeclaration; #define NS_IDOMCSSSTYLERULESIMPLE_IID \ -{ 0x6f765338, 0xee43, 0x11d1, \ +{ 0x6f765339, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSStyleRuleSimple : public nsIDOMCSSStyleRule { diff --git a/mozilla/dom/public/css/nsIDOMCSSStyleSheet.h b/mozilla/dom/public/css/nsIDOMCSSStyleSheet.h index 88bd78f9e1d..450991cdbdd 100644 --- a/mozilla/dom/public/css/nsIDOMCSSStyleSheet.h +++ b/mozilla/dom/public/css/nsIDOMCSSStyleSheet.h @@ -31,7 +31,7 @@ class nsIDOMCSSStyleRuleCollection; class nsIDOMCSSStyleSheet; #define NS_IDOMCSSSTYLESHEET_IID \ -{ 0x6f765339, 0xee43, 0x11d1, \ +{ 0x6f76533a, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMCSSStyleSheet : public nsIDOMStyleSheet { diff --git a/mozilla/dom/public/html/MANIFEST b/mozilla/dom/public/html/MANIFEST index d768859df04..9948fc0d9c2 100644 --- a/mozilla/dom/public/html/MANIFEST +++ b/mozilla/dom/public/html/MANIFEST @@ -17,6 +17,7 @@ nsIDOMHTMLDirectoryElement.h nsIDOMHTMLDivElement.h nsIDOMHTMLDocument.h nsIDOMHTMLElement.h +nsIDOMHTMLFieldSetElement.h nsIDOMHTMLFontElement.h nsIDOMHTMLFormElement.h nsIDOMNSHTMLFormElement.h diff --git a/mozilla/dom/public/html/Makefile b/mozilla/dom/public/html/Makefile index 3aea406a3ed..0fb815c1069 100644 --- a/mozilla/dom/public/html/Makefile +++ b/mozilla/dom/public/html/Makefile @@ -36,6 +36,7 @@ EXPORTS = \ nsIDOMHTMLDivElement.h \ nsIDOMHTMLDocument.h \ nsIDOMHTMLElement.h \ + nsIDOMHTMLFieldSetElement.h \ nsIDOMHTMLFontElement.h \ nsIDOMHTMLFormElement.h \ nsIDOMNSHTMLFormElement.h \ diff --git a/mozilla/dom/public/html/makefile.win b/mozilla/dom/public/html/makefile.win index 29c96e423be..8bcc5fdfbb7 100644 --- a/mozilla/dom/public/html/makefile.win +++ b/mozilla/dom/public/html/makefile.win @@ -36,6 +36,7 @@ EXPORTS= \ nsIDOMHTMLDivElement.h \ nsIDOMHTMLDocument.h \ nsIDOMHTMLElement.h \ + nsIDOMHTMLFieldSetElement.h \ nsIDOMHTMLFontElement.h \ nsIDOMHTMLFormElement.h \ nsIDOMNSHTMLFormElement.h \ diff --git a/mozilla/dom/public/html/nsIDOMHTMLFontElement.h b/mozilla/dom/public/html/nsIDOMHTMLFontElement.h index 914e0ad6372..00a9d8cf49d 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLFontElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLFontElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLFONTELEMENT_IID \ -{ 0x6f765300, 0xee43, 0x11d1, \ +{ 0x6f765301, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLFontElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLFormElement.h b/mozilla/dom/public/html/nsIDOMHTMLFormElement.h index 21ac1903a78..253a3f094a1 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLFormElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLFormElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLCollection; #define NS_IDOMHTMLFORMELEMENT_IID \ -{ 0x6f765301, 0xee43, 0x11d1, \ +{ 0x6f765302, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLFormElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLFrameElement.h b/mozilla/dom/public/html/nsIDOMHTMLFrameElement.h index 50d58c14960..357ca7b90b3 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLFrameElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLFrameElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLFRAMEELEMENT_IID \ -{ 0x6f765302, 0xee43, 0x11d1, \ +{ 0x6f765303, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLFrameElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLFrameSetElement.h b/mozilla/dom/public/html/nsIDOMHTMLFrameSetElement.h index 9cb91634522..cc64a071619 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLFrameSetElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLFrameSetElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLFRAMESETELEMENT_IID \ -{ 0x6f765303, 0xee43, 0x11d1, \ +{ 0x6f765304, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLFrameSetElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLHRElement.h b/mozilla/dom/public/html/nsIDOMHTMLHRElement.h index 489d3a00e45..1c4e1c4f7c9 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLHRElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLHRElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLHRELEMENT_IID \ -{ 0x6f765306, 0xee43, 0x11d1, \ +{ 0x6f765307, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLHRElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLHeadElement.h b/mozilla/dom/public/html/nsIDOMHTMLHeadElement.h index 819637506eb..ed04f14d1f6 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLHeadElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLHeadElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLHEADELEMENT_IID \ -{ 0x6f765304, 0xee43, 0x11d1, \ +{ 0x6f765305, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLHeadElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLHeadingElement.h b/mozilla/dom/public/html/nsIDOMHTMLHeadingElement.h index 23cbaec1195..51d46b0ca7e 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLHeadingElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLHeadingElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLHEADINGELEMENT_IID \ -{ 0x6f765305, 0xee43, 0x11d1, \ +{ 0x6f765306, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLHeadingElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLHtmlElement.h b/mozilla/dom/public/html/nsIDOMHTMLHtmlElement.h index 013f2f320b3..0bcb3700808 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLHtmlElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLHtmlElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLHTMLELEMENT_IID \ -{ 0x6f765307, 0xee43, 0x11d1, \ +{ 0x6f765308, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLHtmlElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLIFrameElement.h b/mozilla/dom/public/html/nsIDOMHTMLIFrameElement.h index 92f9e9b83b9..0b27bd13198 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLIFrameElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLIFrameElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLIFRAMEELEMENT_IID \ -{ 0x6f765308, 0xee43, 0x11d1, \ +{ 0x6f765309, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLIFrameElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLImageElement.h b/mozilla/dom/public/html/nsIDOMHTMLImageElement.h index c488e31a821..e77bb45f057 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLImageElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLImageElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLIMAGEELEMENT_IID \ -{ 0x6f765309, 0xee43, 0x11d1, \ +{ 0x6f76530a, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLImageElement : public nsIDOMHTMLElement { @@ -134,7 +134,7 @@ public: #define NS_IDOMHTMLIMAGEELEMENTFACTORY_IID \ -{ 0x6f76530a, 0xee43, 0x11d1, \ +{ 0x6f76530b, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLImageElementFactory : public nsISupports { diff --git a/mozilla/dom/public/html/nsIDOMHTMLInputElement.h b/mozilla/dom/public/html/nsIDOMHTMLInputElement.h index 1711f9c5e66..5007f12fd83 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLInputElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLInputElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLFormElement; #define NS_IDOMHTMLINPUTELEMENT_IID \ -{ 0x6f76530b, 0xee43, 0x11d1, \ +{ 0x6f76530c, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLInputElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLInsElement.h b/mozilla/dom/public/html/nsIDOMHTMLInsElement.h index b047ef2fd79..3495e8c84a6 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLInsElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLInsElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLINSELEMENT_IID \ -{ 0x6f76530c, 0xee43, 0x11d1, \ +{ 0x6f76530d, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLInsElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLIsIndexElement.h b/mozilla/dom/public/html/nsIDOMHTMLIsIndexElement.h index 28407746d3e..5bc764a4c8f 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLIsIndexElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLIsIndexElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLFormElement; #define NS_IDOMHTMLISINDEXELEMENT_IID \ -{ 0x6f76530d, 0xee43, 0x11d1, \ +{ 0x6f76530e, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLIsIndexElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLLIElement.h b/mozilla/dom/public/html/nsIDOMHTMLLIElement.h index e4de11fbbb7..a7072ce6e88 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLLIElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLLIElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLLIELEMENT_IID \ -{ 0x6f765310, 0xee43, 0x11d1, \ +{ 0x6f765311, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLLIElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLLabelElement.h b/mozilla/dom/public/html/nsIDOMHTMLLabelElement.h index f9c5505457d..3a7abe24605 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLLabelElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLLabelElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLFormElement; #define NS_IDOMHTMLLABELELEMENT_IID \ -{ 0x6f76530e, 0xee43, 0x11d1, \ +{ 0x6f76530f, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLLabelElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLLegendElement.h b/mozilla/dom/public/html/nsIDOMHTMLLegendElement.h index 4289bb4144f..e04e98f1044 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLLegendElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLLegendElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLFormElement; #define NS_IDOMHTMLLEGENDELEMENT_IID \ -{ 0x6f76530f, 0xee43, 0x11d1, \ +{ 0x6f765310, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLLegendElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLLinkElement.h b/mozilla/dom/public/html/nsIDOMHTMLLinkElement.h index 4cc8ae6cd8a..9437b12c2f0 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLLinkElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLLinkElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLLINKELEMENT_IID \ -{ 0x6f765311, 0xee43, 0x11d1, \ +{ 0x6f765312, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLLinkElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLMapElement.h b/mozilla/dom/public/html/nsIDOMHTMLMapElement.h index 864c103ef1f..1cf38654aee 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLMapElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLMapElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLCollection; #define NS_IDOMHTMLMAPELEMENT_IID \ -{ 0x6f765312, 0xee43, 0x11d1, \ +{ 0x6f765313, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLMapElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLMenuElement.h b/mozilla/dom/public/html/nsIDOMHTMLMenuElement.h index 21337fce0bf..f9f22a00ee8 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLMenuElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLMenuElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLMENUELEMENT_IID \ -{ 0x6f765313, 0xee43, 0x11d1, \ +{ 0x6f765314, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLMenuElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLMetaElement.h b/mozilla/dom/public/html/nsIDOMHTMLMetaElement.h index ed2025c7fa5..7a425e13135 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLMetaElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLMetaElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLMETAELEMENT_IID \ -{ 0x6f765314, 0xee43, 0x11d1, \ +{ 0x6f765315, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLMetaElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLModElement.h b/mozilla/dom/public/html/nsIDOMHTMLModElement.h index a3ea503d6da..010d6688c3a 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLModElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLModElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLMODELEMENT_IID \ -{ 0x6f765315, 0xee43, 0x11d1, \ +{ 0x6f765316, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLModElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLOListElement.h b/mozilla/dom/public/html/nsIDOMHTMLOListElement.h index 460bbe69807..e67b9609292 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLOListElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLOListElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLOLISTELEMENT_IID \ -{ 0x6f765317, 0xee43, 0x11d1, \ +{ 0x6f765318, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLOListElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLObjectElement.h b/mozilla/dom/public/html/nsIDOMHTMLObjectElement.h index 71f81ec5d4d..52e85392b1a 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLObjectElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLObjectElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLFormElement; #define NS_IDOMHTMLOBJECTELEMENT_IID \ -{ 0x6f765316, 0xee43, 0x11d1, \ +{ 0x6f765317, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLObjectElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLOptGroupElement.h b/mozilla/dom/public/html/nsIDOMHTMLOptGroupElement.h index 98a15fbbc96..3cff39c0be6 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLOptGroupElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLOptGroupElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLOPTGROUPELEMENT_IID \ -{ 0x6f765318, 0xee43, 0x11d1, \ +{ 0x6f765319, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLOptGroupElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLOptionElement.h b/mozilla/dom/public/html/nsIDOMHTMLOptionElement.h index e32de28b5a8..027085e8774 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLOptionElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLOptionElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLFormElement; #define NS_IDOMHTMLOPTIONELEMENT_IID \ -{ 0x6f765319, 0xee43, 0x11d1, \ +{ 0x6f76531a, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLOptionElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLParagraphElement.h b/mozilla/dom/public/html/nsIDOMHTMLParagraphElement.h index ebcd180fa44..e5e2b75c0e8 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLParagraphElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLParagraphElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLPARAGRAPHELEMENT_IID \ -{ 0x6f76531a, 0xee43, 0x11d1, \ +{ 0x6f76531b, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLParagraphElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLParamElement.h b/mozilla/dom/public/html/nsIDOMHTMLParamElement.h index f7585f5d59c..18de9d168b9 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLParamElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLParamElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLPARAMELEMENT_IID \ -{ 0x6f76531b, 0xee43, 0x11d1, \ +{ 0x6f76531c, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLParamElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLPreElement.h b/mozilla/dom/public/html/nsIDOMHTMLPreElement.h index 7eac0a60419..e9833bd9ad6 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLPreElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLPreElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLPREELEMENT_IID \ -{ 0x6f76531c, 0xee43, 0x11d1, \ +{ 0x6f76531d, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLPreElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLQuoteElement.h b/mozilla/dom/public/html/nsIDOMHTMLQuoteElement.h index 76a463f7355..f9dcf414315 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLQuoteElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLQuoteElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLQUOTEELEMENT_IID \ -{ 0x6f76531d, 0xee43, 0x11d1, \ +{ 0x6f76531e, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLQuoteElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLScriptElement.h b/mozilla/dom/public/html/nsIDOMHTMLScriptElement.h index e367fa41463..e770ed8236c 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLScriptElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLScriptElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLSCRIPTELEMENT_IID \ -{ 0x6f76531e, 0xee43, 0x11d1, \ +{ 0x6f76531f, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLScriptElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLSelectElement.h b/mozilla/dom/public/html/nsIDOMHTMLSelectElement.h index 848d78f7907..34a35a32c42 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLSelectElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLSelectElement.h @@ -30,7 +30,7 @@ class nsIDOMHTMLFormElement; class nsIDOMHTMLCollection; #define NS_IDOMHTMLSELECTELEMENT_IID \ -{ 0x6f76531f, 0xee43, 0x11d1, \ +{ 0x6f765320, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLSelectElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLStyleElement.h b/mozilla/dom/public/html/nsIDOMHTMLStyleElement.h index b7e1e437e2c..5fea3674ae5 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLStyleElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLStyleElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLSTYLEELEMENT_IID \ -{ 0x6f765320, 0xee43, 0x11d1, \ +{ 0x6f765321, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLStyleElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTableCaptionElement.h b/mozilla/dom/public/html/nsIDOMHTMLTableCaptionElement.h index 3705a4c0a01..2b6b2563483 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTableCaptionElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTableCaptionElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLTABLECAPTIONELEMENT_IID \ -{ 0x6f765321, 0xee43, 0x11d1, \ +{ 0x6f765322, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTableCaptionElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTableCellElement.h b/mozilla/dom/public/html/nsIDOMHTMLTableCellElement.h index 9c07ef0b451..e2f55e596b4 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTableCellElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTableCellElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLTABLECELLELEMENT_IID \ -{ 0x6f765322, 0xee43, 0x11d1, \ +{ 0x6f765323, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTableCellElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTableColElement.h b/mozilla/dom/public/html/nsIDOMHTMLTableColElement.h index 82580e6cfce..df90f6f3630 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTableColElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTableColElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLTABLECOLELEMENT_IID \ -{ 0x6f765323, 0xee43, 0x11d1, \ +{ 0x6f765324, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTableColElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTableElement.h b/mozilla/dom/public/html/nsIDOMHTMLTableElement.h index cb7bab9267f..32972b09a47 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTableElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTableElement.h @@ -31,7 +31,7 @@ class nsIDOMHTMLTableSectionElement; class nsIDOMHTMLCollection; #define NS_IDOMHTMLTABLEELEMENT_IID \ -{ 0x6f765324, 0xee43, 0x11d1, \ +{ 0x6f765325, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTableElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTableRowElement.h b/mozilla/dom/public/html/nsIDOMHTMLTableRowElement.h index 08d33ed19b0..11e024b2740 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTableRowElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTableRowElement.h @@ -29,7 +29,7 @@ class nsIDOMHTMLElement; class nsIDOMHTMLCollection; #define NS_IDOMHTMLTABLEROWELEMENT_IID \ -{ 0x6f765325, 0xee43, 0x11d1, \ +{ 0x6f765326, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTableRowElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTableSectionElement.h b/mozilla/dom/public/html/nsIDOMHTMLTableSectionElement.h index ef7b1e926f3..17f24113a3f 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTableSectionElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTableSectionElement.h @@ -29,7 +29,7 @@ class nsIDOMHTMLElement; class nsIDOMHTMLCollection; #define NS_IDOMHTMLTABLESECTIONELEMENT_IID \ -{ 0x6f765326, 0xee43, 0x11d1, \ +{ 0x6f765327, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTableSectionElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTbodyElement.h b/mozilla/dom/public/html/nsIDOMHTMLTbodyElement.h index 64a86dd6470..f28455a90cf 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTbodyElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTbodyElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLTBODYELEMENT_IID \ -{ 0x6f765327, 0xee43, 0x11d1, \ +{ 0x6f765328, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTbodyElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTextAreaElement.h b/mozilla/dom/public/html/nsIDOMHTMLTextAreaElement.h index 9bce97e6a22..ba9182bc8db 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTextAreaElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTextAreaElement.h @@ -28,7 +28,7 @@ class nsIDOMHTMLFormElement; #define NS_IDOMHTMLTEXTAREAELEMENT_IID \ -{ 0x6f765328, 0xee43, 0x11d1, \ +{ 0x6f765329, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTextAreaElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTfootElement.h b/mozilla/dom/public/html/nsIDOMHTMLTfootElement.h index 5c08c41d8e9..430639191bc 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTfootElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTfootElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLTFOOTELEMENT_IID \ -{ 0x6f765329, 0xee43, 0x11d1, \ +{ 0x6f76532a, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTfootElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTheadElement.h b/mozilla/dom/public/html/nsIDOMHTMLTheadElement.h index 3175ae98e09..93db6cf0996 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTheadElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTheadElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLTHEADELEMENT_IID \ -{ 0x6f76532a, 0xee43, 0x11d1, \ +{ 0x6f76532b, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTheadElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLTitleElement.h b/mozilla/dom/public/html/nsIDOMHTMLTitleElement.h index 6b279077f08..46f6262232a 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLTitleElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLTitleElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLTITLEELEMENT_IID \ -{ 0x6f76532b, 0xee43, 0x11d1, \ +{ 0x6f76532c, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLTitleElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMHTMLUListElement.h b/mozilla/dom/public/html/nsIDOMHTMLUListElement.h index c76559b7d87..b3ad7d3ee89 100644 --- a/mozilla/dom/public/html/nsIDOMHTMLUListElement.h +++ b/mozilla/dom/public/html/nsIDOMHTMLUListElement.h @@ -27,7 +27,7 @@ #define NS_IDOMHTMLULISTELEMENT_IID \ -{ 0x6f76532c, 0xee43, 0x11d1, \ +{ 0x6f76532d, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMHTMLUListElement : public nsIDOMHTMLElement { diff --git a/mozilla/dom/public/html/nsIDOMImage.h b/mozilla/dom/public/html/nsIDOMImage.h index a5f52e99c30..b5155d3522a 100644 --- a/mozilla/dom/public/html/nsIDOMImage.h +++ b/mozilla/dom/public/html/nsIDOMImage.h @@ -26,7 +26,7 @@ #define NS_IDOMIMAGE_IID \ -{ 0x6f76532d, 0xee43, 0x11d1, \ +{ 0x6f76532e, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMImage : public nsISupports { diff --git a/mozilla/dom/public/html/nsIDOMNSHTMLDocument.h b/mozilla/dom/public/html/nsIDOMNSHTMLDocument.h index bd5861f5546..a18d94b99c5 100644 --- a/mozilla/dom/public/html/nsIDOMNSHTMLDocument.h +++ b/mozilla/dom/public/html/nsIDOMNSHTMLDocument.h @@ -28,7 +28,7 @@ class nsIDOMElement; class nsIDOMHTMLCollection; #define NS_IDOMNSHTMLDOCUMENT_IID \ -{ 0x6f76532e, 0xee43, 0x11d1, \ +{ 0x6f76532f, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMNSHTMLDocument : public nsISupports { diff --git a/mozilla/dom/public/html/nsIDOMNSHTMLFormElement.h b/mozilla/dom/public/html/nsIDOMNSHTMLFormElement.h index 236ee95e323..ca4707e48e7 100644 --- a/mozilla/dom/public/html/nsIDOMNSHTMLFormElement.h +++ b/mozilla/dom/public/html/nsIDOMNSHTMLFormElement.h @@ -27,7 +27,7 @@ class nsIDOMElement; #define NS_IDOMNSHTMLFORMELEMENT_IID \ -{ 0x6f76532f, 0xee43, 0x11d1, \ +{ 0x6f765330, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMNSHTMLFormElement : public nsISupports { diff --git a/mozilla/dom/public/idl/html/HTMLFieldsetElement.idl b/mozilla/dom/public/idl/html/HTMLFieldsetElement.idl new file mode 100644 index 00000000000..a25786265e0 --- /dev/null +++ b/mozilla/dom/public/idl/html/HTMLFieldsetElement.idl @@ -0,0 +1,5 @@ + + interface HTMLFieldSetElement : HTMLElement { + readonly attribute HTMLFormElement form; + }; + diff --git a/mozilla/dom/public/idl/html/makefile.win b/mozilla/dom/public/idl/html/makefile.win index eabcb7f1519..2bf314dfa49 100644 --- a/mozilla/dom/public/idl/html/makefile.win +++ b/mozilla/dom/public/idl/html/makefile.win @@ -37,6 +37,7 @@ IDLSRCS = \ HTMLDivElement.idl \ HTMLDocument.idl \ HTMLElement.idl \ + HTMLFieldsetElement.idl \ HTMLFontElement.idl \ HTMLFormElement.idl \ HTMLFrameElement.idl \ diff --git a/mozilla/dom/public/nsIDOMLocation.h b/mozilla/dom/public/nsIDOMLocation.h index fcdd843e150..d6cca1151e7 100644 --- a/mozilla/dom/public/nsIDOMLocation.h +++ b/mozilla/dom/public/nsIDOMLocation.h @@ -27,7 +27,7 @@ #define NS_IDOMLOCATION_IID \ -{ 0x6f76533b, 0xee43, 0x11d1, \ +{ 0x6f76533c, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMLocation : public nsISupports { diff --git a/mozilla/dom/public/nsIDOMNavigator.h b/mozilla/dom/public/nsIDOMNavigator.h index 1ae6f34f4c6..8a62564803f 100644 --- a/mozilla/dom/public/nsIDOMNavigator.h +++ b/mozilla/dom/public/nsIDOMNavigator.h @@ -26,7 +26,7 @@ #define NS_IDOMNAVIGATOR_IID \ -{ 0x6f76533c, 0xee43, 0x11d1, \ +{ 0x6f76533d, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMNavigator : public nsISupports { diff --git a/mozilla/dom/public/nsIDOMWindow.h b/mozilla/dom/public/nsIDOMWindow.h index 28bc8b4da13..53beb2f13a7 100644 --- a/mozilla/dom/public/nsIDOMWindow.h +++ b/mozilla/dom/public/nsIDOMWindow.h @@ -31,7 +31,7 @@ class nsIDOMWindowCollection; class nsIDOMWindow; #define NS_IDOMWINDOW_IID \ -{ 0x6f76533d, 0xee43, 0x11d1, \ +{ 0x6f76533e, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMWindow : public nsISupports { diff --git a/mozilla/dom/public/nsIDOMWindowCollection.h b/mozilla/dom/public/nsIDOMWindowCollection.h index 564a1e6981e..f705f4b9b79 100644 --- a/mozilla/dom/public/nsIDOMWindowCollection.h +++ b/mozilla/dom/public/nsIDOMWindowCollection.h @@ -27,7 +27,7 @@ class nsIDOMWindow; #define NS_IDOMWINDOWCOLLECTION_IID \ -{ 0x6f76533e, 0xee43, 0x11d1, \ +{ 0x6f76533f, 0xee43, 0x11d1, \ { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } class nsIDOMWindowCollection : public nsISupports { diff --git a/mozilla/dom/src/html/Makefile b/mozilla/dom/src/html/Makefile index 44eecb9d1af..625de6fad70 100644 --- a/mozilla/dom/src/html/Makefile +++ b/mozilla/dom/src/html/Makefile @@ -36,6 +36,7 @@ CPPSRCS = \ nsJSHTMLDivElement.cpp \ nsJSHTMLDocument.cpp \ nsJSHTMLElement.cpp \ + nsJSHTMLFieldSetElement.cpp \ nsJSHTMLFontElement.cpp \ nsJSHTMLFormElement.cpp \ nsJSHTMLFrameElement.cpp \ diff --git a/mozilla/dom/src/html/makefile.win b/mozilla/dom/src/html/makefile.win index 93b36b736cb..02bf8204c45 100644 --- a/mozilla/dom/src/html/makefile.win +++ b/mozilla/dom/src/html/makefile.win @@ -40,6 +40,7 @@ CPPSRCS = \ nsJSHTMLDivElement.cpp \ nsJSHTMLDocument.cpp \ nsJSHTMLElement.cpp \ + nsJSHTMLFieldSetElement.cpp \ nsJSHTMLFontElement.cpp \ nsJSHTMLFormElement.cpp \ nsJSHTMLFrameElement.cpp \ @@ -102,6 +103,7 @@ CPP_OBJS= \ .\$(OBJDIR)\nsJSHTMLDivElement.obj \ .\$(OBJDIR)\nsJSHTMLDocument.obj \ .\$(OBJDIR)\nsJSHTMLElement.obj \ + .\$(OBJDIR)\nsJSHTMLFieldSetElement.obj \ .\$(OBJDIR)\nsJSHTMLFontElement.obj \ .\$(OBJDIR)\nsJSHTMLFormElement.obj \ .\$(OBJDIR)\nsJSHTMLFrameElement.obj \