gecko-dev/layout/html/content/src
1999-03-28 22:22:54 +00:00
..
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
GenericElementCollection.cpp Reformatted a comment 1999-01-09 00:15:54 +00:00
GenericElementCollection.h Solaris needs newline at end of file. 1999-02-19 02:43:26 +00:00
Makefile.in Handle NO_STATIC_LIB being set, when all this file does is create a static library. 1999-03-25 21:10:22 +00:00
makefile.win Remove mozilla/layout/config and use mozilla/config instead. 1999-02-18 18:16:21 +00:00
nsGenericDOMHTMLCollection.cpp Generic HTML collection base class 1998-11-13 22:30:23 +00:00
nsGenericDOMHTMLCollection.h Started implementation of Node properties and methods for documents. 1999-01-19 16:58:45 +00:00
nsGenericHTMLElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsGenericHTMLElement.h Implemented ID targetting for HTML in XML documents. Changed name of GetNameSpacePrefix to avoid clash. 1999-03-20 01:51:00 +00:00
nsHTMLAnchorElement.cpp Updating internal implementations to new DOM2 api syntax, capture/bubble functionality, new EventStateManager stuff (focus improvements) 1999-03-28 22:22:54 +00:00
nsHTMLAppletElement.cpp new implementation of GetScriptObject, returns a script object that is a wrapper for the Java applet object, whose prototype points to the standard DOM element object. This allows the applet's public fields to shadow the DOM properties. only turned on for XP_MAC. 1999-03-21 20:48:49 +00:00
nsHTMLAreaElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLBaseElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLBaseFontElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLBodyElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLBRElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLButtonElement.cpp Adding new tab handling and focus support. 1999-03-02 19:19:24 +00:00
nsHTMLDelElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLDirectoryElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLDivElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLDListElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLEmbedElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLFieldSetElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLFontElement.cpp Added style hints for DOM attribute changes to the FONT and BASEFONT content objects. 1999-02-15 23:48:09 +00:00
nsHTMLFormElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLFrameElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLFrameSetElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLGenericContent.cpp Added release of content object in SetDocumentInChildrenOf. This fixes a 1998-10-31 04:00:25 +00:00
nsHTMLHeadElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLHeadingElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLHRElement.cpp Provide zero margins for other sides 1999-03-26 00:41:59 +00:00
nsHTMLHtmlElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLIFrameElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLImageElement.cpp Fixed MAP elements to conform to HTML 4.0. Hooked up attribute changes for MAP, AREA and ANCHOR elements. Added RECONSTRUCT_ALL as a style hint for attribute changes. Modified nsCSSFrameConstructor's ReconstructFrame to only reconstruct the document element hierarchy. 1999-03-01 16:57:35 +00:00
nsHTMLInputElement.cpp removed code to set margins on radio buttons and checkboxes. It is now done using attribute selectors in ua.css. 1999-03-14 17:39:58 +00:00
nsHTMLInsElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLIsIndexElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLLabelElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLLayerElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLLegendElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLLIElement.cpp Support html4 type attribute 1999-03-20 01:32:48 +00:00
nsHTMLLinkElement.cpp Added nsIStyleSheetLinkingElement interface and implemented it for LINK and STYLE elements. Got attribute modifications for lists and list items working (including correct renumbering of lists when attribute values change). 1999-02-23 19:18:12 +00:00
nsHTMLMapElement.cpp Implemented ID targetting for HTML in XML documents. Changed name of GetNameSpacePrefix to avoid clash. 1999-03-20 01:51:00 +00:00
nsHTMLMenuElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLMetaElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLModElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLObjectElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLOListElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLOptGroupElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLOptionElement.cpp gfx vs native widget rendering can now be specified in the viewer at run-time. 1999-03-02 22:43:26 +00:00
nsHTMLParagraphElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLParamElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLPreElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLQuoteElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLScriptElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLSelectElement.cpp Adding new tab handling and focus support. 1999-03-02 19:19:24 +00:00
nsHTMLSpacerElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLSpanElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLStyleElement.cpp Added nsIStyleSheetLinkingElement interface and implemented it for LINK and STYLE elements. Got attribute modifications for lists and list items working (including correct renumbering of lists when attribute values change). 1999-02-23 19:18:12 +00:00
nsHTMLTableCaptionElement.cpp Removed some dead code 1999-03-25 03:47:46 +00:00
nsHTMLTableCellElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsHTMLTableColElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLTableColGroupElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLTableElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLTableRowElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLTableSectionElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLTextAreaElement.cpp Give nsTextControlFrame a notification when readonly on a TextArea is changed. 1999-03-03 03:05:31 +00:00
nsHTMLTitleElement.cpp Implemented the correct content model for the TITLE element and allowed for dynamic change. 1999-02-17 23:56:55 +00:00
nsHTMLUListElement.cpp cleaned up attribute style hints to reflect the real info 1999-03-25 06:39:12 +00:00
nsHTMLWBRElement.cpp - Changed name of getter function for style hints to GetStyleHintForAttributeChange(). 1999-02-15 06:42:44 +00:00
nsIHTMLTableCellElement.h added remaining dom methods 1998-12-18 17:05:17 +00:00
nsIHTMLTableColElement.h added remaining dom methods 1998-12-18 17:05:17 +00:00