Added FieldSetElement interface

This commit is contained in:
vidur%netscape.com 1998-09-25 23:23:53 +00:00
Родитель 2cf061c5a9
Коммит 06b0278e67
69 изменённых файлов: 75 добавлений и 63 удалений

Просмотреть файл

@ -27,7 +27,7 @@
class nsIDOMNode; class nsIDOMNode;
#define NS_IDOMEVENT_IID \ #define NS_IDOMEVENT_IID \
{ 0x6f765330, 0xee43, 0x11d1, \ { 0x6f765331, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMEvent : public nsISupports { class nsIDOMEvent : public nsISupports {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMEVENTCAPTURER_IID \ #define NS_IDOMEVENTCAPTURER_IID \
{ 0x6f76533a, 0xee43, 0x11d1, \ { 0x6f76533b, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMEventCapturer : public nsIDOMEventReceiver { class nsIDOMEventCapturer : public nsIDOMEventReceiver {

Просмотреть файл

@ -26,7 +26,7 @@
#define NS_IDOMNSEVENT_IID \ #define NS_IDOMNSEVENT_IID \
{ 0x6f765331, 0xee43, 0x11d1, \ { 0x6f765332, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMNSEvent : public nsISupports { class nsIDOMNSEvent : public nsISupports {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMCSSStyleDeclaration; class nsIDOMCSSStyleDeclaration;
#define NS_IDOMCSSFONTFACERULE_IID \ #define NS_IDOMCSSFONTFACERULE_IID \
{ 0x6f765332, 0xee43, 0x11d1, \ { 0x6f765333, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSFontFaceRule : public nsIDOMCSSStyleRule { class nsIDOMCSSFontFaceRule : public nsIDOMCSSStyleRule {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMCSSStyleRuleCollection; class nsIDOMCSSStyleRuleCollection;
#define NS_IDOMCSSMEDIARULE_IID \ #define NS_IDOMCSSMEDIARULE_IID \
{ 0x6f765333, 0xee43, 0x11d1, \ { 0x6f765334, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSMediaRule : public nsIDOMCSSStyleRule { class nsIDOMCSSMediaRule : public nsIDOMCSSStyleRule {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMCSSStyleDeclaration; class nsIDOMCSSStyleDeclaration;
#define NS_IDOMCSSPAGERULE_IID \ #define NS_IDOMCSSPAGERULE_IID \
{ 0x6f765334, 0xee43, 0x11d1, \ { 0x6f765335, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSPageRule : public nsIDOMCSSStyleRule { class nsIDOMCSSPageRule : public nsIDOMCSSStyleRule {

Просмотреть файл

@ -26,7 +26,7 @@
#define NS_IDOMCSSSTYLEDECLARATION_IID \ #define NS_IDOMCSSSTYLEDECLARATION_IID \
{ 0x6f765335, 0xee43, 0x11d1, \ { 0x6f765336, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSStyleDeclaration : public nsISupports { class nsIDOMCSSStyleDeclaration : public nsISupports {

Просмотреть файл

@ -26,7 +26,7 @@
#define NS_IDOMCSSSTYLERULE_IID \ #define NS_IDOMCSSSTYLERULE_IID \
{ 0x6f765336, 0xee43, 0x11d1, \ { 0x6f765337, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSStyleRule : public nsISupports { class nsIDOMCSSStyleRule : public nsISupports {

Просмотреть файл

@ -27,7 +27,7 @@
class nsIDOMCSSStyleRule; class nsIDOMCSSStyleRule;
#define NS_IDOMCSSSTYLERULECOLLECTION_IID \ #define NS_IDOMCSSSTYLERULECOLLECTION_IID \
{ 0x6f765337, 0xee43, 0x11d1, \ { 0x6f765338, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSStyleRuleCollection : public nsISupports { class nsIDOMCSSStyleRuleCollection : public nsISupports {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMCSSStyleDeclaration; class nsIDOMCSSStyleDeclaration;
#define NS_IDOMCSSSTYLERULESIMPLE_IID \ #define NS_IDOMCSSSTYLERULESIMPLE_IID \
{ 0x6f765338, 0xee43, 0x11d1, \ { 0x6f765339, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSStyleRuleSimple : public nsIDOMCSSStyleRule { class nsIDOMCSSStyleRuleSimple : public nsIDOMCSSStyleRule {

Просмотреть файл

@ -31,7 +31,7 @@ class nsIDOMCSSStyleRuleCollection;
class nsIDOMCSSStyleSheet; class nsIDOMCSSStyleSheet;
#define NS_IDOMCSSSTYLESHEET_IID \ #define NS_IDOMCSSSTYLESHEET_IID \
{ 0x6f765339, 0xee43, 0x11d1, \ { 0x6f76533a, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMCSSStyleSheet : public nsIDOMStyleSheet { class nsIDOMCSSStyleSheet : public nsIDOMStyleSheet {

Просмотреть файл

@ -17,6 +17,7 @@ nsIDOMHTMLDirectoryElement.h
nsIDOMHTMLDivElement.h nsIDOMHTMLDivElement.h
nsIDOMHTMLDocument.h nsIDOMHTMLDocument.h
nsIDOMHTMLElement.h nsIDOMHTMLElement.h
nsIDOMHTMLFieldSetElement.h
nsIDOMHTMLFontElement.h nsIDOMHTMLFontElement.h
nsIDOMHTMLFormElement.h nsIDOMHTMLFormElement.h
nsIDOMNSHTMLFormElement.h nsIDOMNSHTMLFormElement.h

Просмотреть файл

@ -36,6 +36,7 @@ EXPORTS = \
nsIDOMHTMLDivElement.h \ nsIDOMHTMLDivElement.h \
nsIDOMHTMLDocument.h \ nsIDOMHTMLDocument.h \
nsIDOMHTMLElement.h \ nsIDOMHTMLElement.h \
nsIDOMHTMLFieldSetElement.h \
nsIDOMHTMLFontElement.h \ nsIDOMHTMLFontElement.h \
nsIDOMHTMLFormElement.h \ nsIDOMHTMLFormElement.h \
nsIDOMNSHTMLFormElement.h \ nsIDOMNSHTMLFormElement.h \

Просмотреть файл

@ -36,6 +36,7 @@ EXPORTS= \
nsIDOMHTMLDivElement.h \ nsIDOMHTMLDivElement.h \
nsIDOMHTMLDocument.h \ nsIDOMHTMLDocument.h \
nsIDOMHTMLElement.h \ nsIDOMHTMLElement.h \
nsIDOMHTMLFieldSetElement.h \
nsIDOMHTMLFontElement.h \ nsIDOMHTMLFontElement.h \
nsIDOMHTMLFormElement.h \ nsIDOMHTMLFormElement.h \
nsIDOMNSHTMLFormElement.h \ nsIDOMNSHTMLFormElement.h \

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLFONTELEMENT_IID \ #define NS_IDOMHTMLFONTELEMENT_IID \
{ 0x6f765300, 0xee43, 0x11d1, \ { 0x6f765301, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLFontElement : public nsIDOMHTMLElement { class nsIDOMHTMLFontElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLCollection; class nsIDOMHTMLCollection;
#define NS_IDOMHTMLFORMELEMENT_IID \ #define NS_IDOMHTMLFORMELEMENT_IID \
{ 0x6f765301, 0xee43, 0x11d1, \ { 0x6f765302, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLFormElement : public nsIDOMHTMLElement { class nsIDOMHTMLFormElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLFRAMEELEMENT_IID \ #define NS_IDOMHTMLFRAMEELEMENT_IID \
{ 0x6f765302, 0xee43, 0x11d1, \ { 0x6f765303, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLFrameElement : public nsIDOMHTMLElement { class nsIDOMHTMLFrameElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLFRAMESETELEMENT_IID \ #define NS_IDOMHTMLFRAMESETELEMENT_IID \
{ 0x6f765303, 0xee43, 0x11d1, \ { 0x6f765304, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLFrameSetElement : public nsIDOMHTMLElement { class nsIDOMHTMLFrameSetElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLHRELEMENT_IID \ #define NS_IDOMHTMLHRELEMENT_IID \
{ 0x6f765306, 0xee43, 0x11d1, \ { 0x6f765307, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLHRElement : public nsIDOMHTMLElement { class nsIDOMHTMLHRElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLHEADELEMENT_IID \ #define NS_IDOMHTMLHEADELEMENT_IID \
{ 0x6f765304, 0xee43, 0x11d1, \ { 0x6f765305, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLHeadElement : public nsIDOMHTMLElement { class nsIDOMHTMLHeadElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLHEADINGELEMENT_IID \ #define NS_IDOMHTMLHEADINGELEMENT_IID \
{ 0x6f765305, 0xee43, 0x11d1, \ { 0x6f765306, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLHeadingElement : public nsIDOMHTMLElement { class nsIDOMHTMLHeadingElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLHTMLELEMENT_IID \ #define NS_IDOMHTMLHTMLELEMENT_IID \
{ 0x6f765307, 0xee43, 0x11d1, \ { 0x6f765308, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLHtmlElement : public nsIDOMHTMLElement { class nsIDOMHTMLHtmlElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLIFRAMEELEMENT_IID \ #define NS_IDOMHTMLIFRAMEELEMENT_IID \
{ 0x6f765308, 0xee43, 0x11d1, \ { 0x6f765309, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLIFrameElement : public nsIDOMHTMLElement { class nsIDOMHTMLIFrameElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLIMAGEELEMENT_IID \ #define NS_IDOMHTMLIMAGEELEMENT_IID \
{ 0x6f765309, 0xee43, 0x11d1, \ { 0x6f76530a, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLImageElement : public nsIDOMHTMLElement { class nsIDOMHTMLImageElement : public nsIDOMHTMLElement {
@ -134,7 +134,7 @@ public:
#define NS_IDOMHTMLIMAGEELEMENTFACTORY_IID \ #define NS_IDOMHTMLIMAGEELEMENTFACTORY_IID \
{ 0x6f76530a, 0xee43, 0x11d1, \ { 0x6f76530b, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLImageElementFactory : public nsISupports { class nsIDOMHTMLImageElementFactory : public nsISupports {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLFormElement; class nsIDOMHTMLFormElement;
#define NS_IDOMHTMLINPUTELEMENT_IID \ #define NS_IDOMHTMLINPUTELEMENT_IID \
{ 0x6f76530b, 0xee43, 0x11d1, \ { 0x6f76530c, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLInputElement : public nsIDOMHTMLElement { class nsIDOMHTMLInputElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLINSELEMENT_IID \ #define NS_IDOMHTMLINSELEMENT_IID \
{ 0x6f76530c, 0xee43, 0x11d1, \ { 0x6f76530d, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLInsElement : public nsIDOMHTMLElement { class nsIDOMHTMLInsElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLFormElement; class nsIDOMHTMLFormElement;
#define NS_IDOMHTMLISINDEXELEMENT_IID \ #define NS_IDOMHTMLISINDEXELEMENT_IID \
{ 0x6f76530d, 0xee43, 0x11d1, \ { 0x6f76530e, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLIsIndexElement : public nsIDOMHTMLElement { class nsIDOMHTMLIsIndexElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLLIELEMENT_IID \ #define NS_IDOMHTMLLIELEMENT_IID \
{ 0x6f765310, 0xee43, 0x11d1, \ { 0x6f765311, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLLIElement : public nsIDOMHTMLElement { class nsIDOMHTMLLIElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLFormElement; class nsIDOMHTMLFormElement;
#define NS_IDOMHTMLLABELELEMENT_IID \ #define NS_IDOMHTMLLABELELEMENT_IID \
{ 0x6f76530e, 0xee43, 0x11d1, \ { 0x6f76530f, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLLabelElement : public nsIDOMHTMLElement { class nsIDOMHTMLLabelElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLFormElement; class nsIDOMHTMLFormElement;
#define NS_IDOMHTMLLEGENDELEMENT_IID \ #define NS_IDOMHTMLLEGENDELEMENT_IID \
{ 0x6f76530f, 0xee43, 0x11d1, \ { 0x6f765310, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLLegendElement : public nsIDOMHTMLElement { class nsIDOMHTMLLegendElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLLINKELEMENT_IID \ #define NS_IDOMHTMLLINKELEMENT_IID \
{ 0x6f765311, 0xee43, 0x11d1, \ { 0x6f765312, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLLinkElement : public nsIDOMHTMLElement { class nsIDOMHTMLLinkElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLCollection; class nsIDOMHTMLCollection;
#define NS_IDOMHTMLMAPELEMENT_IID \ #define NS_IDOMHTMLMAPELEMENT_IID \
{ 0x6f765312, 0xee43, 0x11d1, \ { 0x6f765313, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLMapElement : public nsIDOMHTMLElement { class nsIDOMHTMLMapElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLMENUELEMENT_IID \ #define NS_IDOMHTMLMENUELEMENT_IID \
{ 0x6f765313, 0xee43, 0x11d1, \ { 0x6f765314, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLMenuElement : public nsIDOMHTMLElement { class nsIDOMHTMLMenuElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLMETAELEMENT_IID \ #define NS_IDOMHTMLMETAELEMENT_IID \
{ 0x6f765314, 0xee43, 0x11d1, \ { 0x6f765315, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLMetaElement : public nsIDOMHTMLElement { class nsIDOMHTMLMetaElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLMODELEMENT_IID \ #define NS_IDOMHTMLMODELEMENT_IID \
{ 0x6f765315, 0xee43, 0x11d1, \ { 0x6f765316, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLModElement : public nsIDOMHTMLElement { class nsIDOMHTMLModElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLOLISTELEMENT_IID \ #define NS_IDOMHTMLOLISTELEMENT_IID \
{ 0x6f765317, 0xee43, 0x11d1, \ { 0x6f765318, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLOListElement : public nsIDOMHTMLElement { class nsIDOMHTMLOListElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLFormElement; class nsIDOMHTMLFormElement;
#define NS_IDOMHTMLOBJECTELEMENT_IID \ #define NS_IDOMHTMLOBJECTELEMENT_IID \
{ 0x6f765316, 0xee43, 0x11d1, \ { 0x6f765317, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLObjectElement : public nsIDOMHTMLElement { class nsIDOMHTMLObjectElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLOPTGROUPELEMENT_IID \ #define NS_IDOMHTMLOPTGROUPELEMENT_IID \
{ 0x6f765318, 0xee43, 0x11d1, \ { 0x6f765319, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLOptGroupElement : public nsIDOMHTMLElement { class nsIDOMHTMLOptGroupElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLFormElement; class nsIDOMHTMLFormElement;
#define NS_IDOMHTMLOPTIONELEMENT_IID \ #define NS_IDOMHTMLOPTIONELEMENT_IID \
{ 0x6f765319, 0xee43, 0x11d1, \ { 0x6f76531a, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLOptionElement : public nsIDOMHTMLElement { class nsIDOMHTMLOptionElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLPARAGRAPHELEMENT_IID \ #define NS_IDOMHTMLPARAGRAPHELEMENT_IID \
{ 0x6f76531a, 0xee43, 0x11d1, \ { 0x6f76531b, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLParagraphElement : public nsIDOMHTMLElement { class nsIDOMHTMLParagraphElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLPARAMELEMENT_IID \ #define NS_IDOMHTMLPARAMELEMENT_IID \
{ 0x6f76531b, 0xee43, 0x11d1, \ { 0x6f76531c, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLParamElement : public nsIDOMHTMLElement { class nsIDOMHTMLParamElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLPREELEMENT_IID \ #define NS_IDOMHTMLPREELEMENT_IID \
{ 0x6f76531c, 0xee43, 0x11d1, \ { 0x6f76531d, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLPreElement : public nsIDOMHTMLElement { class nsIDOMHTMLPreElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLQUOTEELEMENT_IID \ #define NS_IDOMHTMLQUOTEELEMENT_IID \
{ 0x6f76531d, 0xee43, 0x11d1, \ { 0x6f76531e, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLQuoteElement : public nsIDOMHTMLElement { class nsIDOMHTMLQuoteElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLSCRIPTELEMENT_IID \ #define NS_IDOMHTMLSCRIPTELEMENT_IID \
{ 0x6f76531e, 0xee43, 0x11d1, \ { 0x6f76531f, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLScriptElement : public nsIDOMHTMLElement { class nsIDOMHTMLScriptElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -30,7 +30,7 @@ class nsIDOMHTMLFormElement;
class nsIDOMHTMLCollection; class nsIDOMHTMLCollection;
#define NS_IDOMHTMLSELECTELEMENT_IID \ #define NS_IDOMHTMLSELECTELEMENT_IID \
{ 0x6f76531f, 0xee43, 0x11d1, \ { 0x6f765320, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLSelectElement : public nsIDOMHTMLElement { class nsIDOMHTMLSelectElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLSTYLEELEMENT_IID \ #define NS_IDOMHTMLSTYLEELEMENT_IID \
{ 0x6f765320, 0xee43, 0x11d1, \ { 0x6f765321, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLStyleElement : public nsIDOMHTMLElement { class nsIDOMHTMLStyleElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLTABLECAPTIONELEMENT_IID \ #define NS_IDOMHTMLTABLECAPTIONELEMENT_IID \
{ 0x6f765321, 0xee43, 0x11d1, \ { 0x6f765322, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTableCaptionElement : public nsIDOMHTMLElement { class nsIDOMHTMLTableCaptionElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLTABLECELLELEMENT_IID \ #define NS_IDOMHTMLTABLECELLELEMENT_IID \
{ 0x6f765322, 0xee43, 0x11d1, \ { 0x6f765323, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTableCellElement : public nsIDOMHTMLElement { class nsIDOMHTMLTableCellElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLTABLECOLELEMENT_IID \ #define NS_IDOMHTMLTABLECOLELEMENT_IID \
{ 0x6f765323, 0xee43, 0x11d1, \ { 0x6f765324, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTableColElement : public nsIDOMHTMLElement { class nsIDOMHTMLTableColElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -31,7 +31,7 @@ class nsIDOMHTMLTableSectionElement;
class nsIDOMHTMLCollection; class nsIDOMHTMLCollection;
#define NS_IDOMHTMLTABLEELEMENT_IID \ #define NS_IDOMHTMLTABLEELEMENT_IID \
{ 0x6f765324, 0xee43, 0x11d1, \ { 0x6f765325, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTableElement : public nsIDOMHTMLElement { class nsIDOMHTMLTableElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -29,7 +29,7 @@ class nsIDOMHTMLElement;
class nsIDOMHTMLCollection; class nsIDOMHTMLCollection;
#define NS_IDOMHTMLTABLEROWELEMENT_IID \ #define NS_IDOMHTMLTABLEROWELEMENT_IID \
{ 0x6f765325, 0xee43, 0x11d1, \ { 0x6f765326, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTableRowElement : public nsIDOMHTMLElement { class nsIDOMHTMLTableRowElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -29,7 +29,7 @@ class nsIDOMHTMLElement;
class nsIDOMHTMLCollection; class nsIDOMHTMLCollection;
#define NS_IDOMHTMLTABLESECTIONELEMENT_IID \ #define NS_IDOMHTMLTABLESECTIONELEMENT_IID \
{ 0x6f765326, 0xee43, 0x11d1, \ { 0x6f765327, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTableSectionElement : public nsIDOMHTMLElement { class nsIDOMHTMLTableSectionElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLTBODYELEMENT_IID \ #define NS_IDOMHTMLTBODYELEMENT_IID \
{ 0x6f765327, 0xee43, 0x11d1, \ { 0x6f765328, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTbodyElement : public nsIDOMHTMLElement { class nsIDOMHTMLTbodyElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -28,7 +28,7 @@
class nsIDOMHTMLFormElement; class nsIDOMHTMLFormElement;
#define NS_IDOMHTMLTEXTAREAELEMENT_IID \ #define NS_IDOMHTMLTEXTAREAELEMENT_IID \
{ 0x6f765328, 0xee43, 0x11d1, \ { 0x6f765329, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTextAreaElement : public nsIDOMHTMLElement { class nsIDOMHTMLTextAreaElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLTFOOTELEMENT_IID \ #define NS_IDOMHTMLTFOOTELEMENT_IID \
{ 0x6f765329, 0xee43, 0x11d1, \ { 0x6f76532a, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTfootElement : public nsIDOMHTMLElement { class nsIDOMHTMLTfootElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLTHEADELEMENT_IID \ #define NS_IDOMHTMLTHEADELEMENT_IID \
{ 0x6f76532a, 0xee43, 0x11d1, \ { 0x6f76532b, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTheadElement : public nsIDOMHTMLElement { class nsIDOMHTMLTheadElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLTITLEELEMENT_IID \ #define NS_IDOMHTMLTITLEELEMENT_IID \
{ 0x6f76532b, 0xee43, 0x11d1, \ { 0x6f76532c, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLTitleElement : public nsIDOMHTMLElement { class nsIDOMHTMLTitleElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMHTMLULISTELEMENT_IID \ #define NS_IDOMHTMLULISTELEMENT_IID \
{ 0x6f76532c, 0xee43, 0x11d1, \ { 0x6f76532d, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMHTMLUListElement : public nsIDOMHTMLElement { class nsIDOMHTMLUListElement : public nsIDOMHTMLElement {

Просмотреть файл

@ -26,7 +26,7 @@
#define NS_IDOMIMAGE_IID \ #define NS_IDOMIMAGE_IID \
{ 0x6f76532d, 0xee43, 0x11d1, \ { 0x6f76532e, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMImage : public nsISupports { class nsIDOMImage : public nsISupports {

Просмотреть файл

@ -28,7 +28,7 @@ class nsIDOMElement;
class nsIDOMHTMLCollection; class nsIDOMHTMLCollection;
#define NS_IDOMNSHTMLDOCUMENT_IID \ #define NS_IDOMNSHTMLDOCUMENT_IID \
{ 0x6f76532e, 0xee43, 0x11d1, \ { 0x6f76532f, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMNSHTMLDocument : public nsISupports { class nsIDOMNSHTMLDocument : public nsISupports {

Просмотреть файл

@ -27,7 +27,7 @@
class nsIDOMElement; class nsIDOMElement;
#define NS_IDOMNSHTMLFORMELEMENT_IID \ #define NS_IDOMNSHTMLFORMELEMENT_IID \
{ 0x6f76532f, 0xee43, 0x11d1, \ { 0x6f765330, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMNSHTMLFormElement : public nsISupports { class nsIDOMNSHTMLFormElement : public nsISupports {

Просмотреть файл

@ -0,0 +1,5 @@
interface HTMLFieldSetElement : HTMLElement {
readonly attribute HTMLFormElement form;
};

Просмотреть файл

@ -37,6 +37,7 @@ IDLSRCS = \
HTMLDivElement.idl \ HTMLDivElement.idl \
HTMLDocument.idl \ HTMLDocument.idl \
HTMLElement.idl \ HTMLElement.idl \
HTMLFieldsetElement.idl \
HTMLFontElement.idl \ HTMLFontElement.idl \
HTMLFormElement.idl \ HTMLFormElement.idl \
HTMLFrameElement.idl \ HTMLFrameElement.idl \

Просмотреть файл

@ -27,7 +27,7 @@
#define NS_IDOMLOCATION_IID \ #define NS_IDOMLOCATION_IID \
{ 0x6f76533b, 0xee43, 0x11d1, \ { 0x6f76533c, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMLocation : public nsISupports { class nsIDOMLocation : public nsISupports {

Просмотреть файл

@ -26,7 +26,7 @@
#define NS_IDOMNAVIGATOR_IID \ #define NS_IDOMNAVIGATOR_IID \
{ 0x6f76533c, 0xee43, 0x11d1, \ { 0x6f76533d, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMNavigator : public nsISupports { class nsIDOMNavigator : public nsISupports {

Просмотреть файл

@ -31,7 +31,7 @@ class nsIDOMWindowCollection;
class nsIDOMWindow; class nsIDOMWindow;
#define NS_IDOMWINDOW_IID \ #define NS_IDOMWINDOW_IID \
{ 0x6f76533d, 0xee43, 0x11d1, \ { 0x6f76533e, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMWindow : public nsISupports { class nsIDOMWindow : public nsISupports {

Просмотреть файл

@ -27,7 +27,7 @@
class nsIDOMWindow; class nsIDOMWindow;
#define NS_IDOMWINDOWCOLLECTION_IID \ #define NS_IDOMWINDOWCOLLECTION_IID \
{ 0x6f76533e, 0xee43, 0x11d1, \ { 0x6f76533f, 0xee43, 0x11d1, \
{ 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } } { 0x9b, 0xc3, 0x00, 0x60, 0x08, 0x8c, 0xa6, 0xb3 } }
class nsIDOMWindowCollection : public nsISupports { class nsIDOMWindowCollection : public nsISupports {

Просмотреть файл

@ -36,6 +36,7 @@ CPPSRCS = \
nsJSHTMLDivElement.cpp \ nsJSHTMLDivElement.cpp \
nsJSHTMLDocument.cpp \ nsJSHTMLDocument.cpp \
nsJSHTMLElement.cpp \ nsJSHTMLElement.cpp \
nsJSHTMLFieldSetElement.cpp \
nsJSHTMLFontElement.cpp \ nsJSHTMLFontElement.cpp \
nsJSHTMLFormElement.cpp \ nsJSHTMLFormElement.cpp \
nsJSHTMLFrameElement.cpp \ nsJSHTMLFrameElement.cpp \

Просмотреть файл

@ -40,6 +40,7 @@ CPPSRCS = \
nsJSHTMLDivElement.cpp \ nsJSHTMLDivElement.cpp \
nsJSHTMLDocument.cpp \ nsJSHTMLDocument.cpp \
nsJSHTMLElement.cpp \ nsJSHTMLElement.cpp \
nsJSHTMLFieldSetElement.cpp \
nsJSHTMLFontElement.cpp \ nsJSHTMLFontElement.cpp \
nsJSHTMLFormElement.cpp \ nsJSHTMLFormElement.cpp \
nsJSHTMLFrameElement.cpp \ nsJSHTMLFrameElement.cpp \
@ -102,6 +103,7 @@ CPP_OBJS= \
.\$(OBJDIR)\nsJSHTMLDivElement.obj \ .\$(OBJDIR)\nsJSHTMLDivElement.obj \
.\$(OBJDIR)\nsJSHTMLDocument.obj \ .\$(OBJDIR)\nsJSHTMLDocument.obj \
.\$(OBJDIR)\nsJSHTMLElement.obj \ .\$(OBJDIR)\nsJSHTMLElement.obj \
.\$(OBJDIR)\nsJSHTMLFieldSetElement.obj \
.\$(OBJDIR)\nsJSHTMLFontElement.obj \ .\$(OBJDIR)\nsJSHTMLFontElement.obj \
.\$(OBJDIR)\nsJSHTMLFormElement.obj \ .\$(OBJDIR)\nsJSHTMLFormElement.obj \
.\$(OBJDIR)\nsJSHTMLFrameElement.obj \ .\$(OBJDIR)\nsJSHTMLFrameElement.obj \