.. |
nsCommentNode.cpp
|
Comments added to content model. Comments and text content now have a special tagname
|
1999-01-22 22:48:00 +00:00 |
nsContentIterator.cpp
|
fixed refcounting bugs
|
1999-03-09 19:21:30 +00:00 |
nsContentList.cpp
|
implemented nsHTMLDocument::GetElementsByName
|
1999-02-04 23:23:07 +00:00 |
nsContentList.h
|
added content state changed
|
1999-02-27 07:15:09 +00:00 |
nsDocument.cpp
|
Added CreateElementWithNameSpace to proprietary document interface. Fixed GetTagName for HTML to uppercase tag names. Hooked up style rule addition and deletion to reconstruct frames. Fixed DOM generation problem
|
1999-03-10 01:17:49 +00:00 |
nsDocument.h
|
Added CreateElementWithNameSpace to proprietary document interface. Fixed GetTagName for HTML to uppercase tag names. Hooked up style rule addition and deletion to reconstruct frames. Fixed DOM generation problem
|
1999-03-10 01:17:49 +00:00 |
nsDocumentFragment.cpp
|
Made unparented nodes outside the document return a new document fragment as parent. Inserting a node into a tree removes it from its previous position
|
1999-01-19 03:54:26 +00:00 |
nsDOMAttribute.cpp
|
Completion of document as node - specifically, the childNodes array. Completion of nodeName, nodeValue and attributes properties for different types of nodes.
|
1999-01-19 23:07:33 +00:00 |
nsDOMAttribute.h
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
nsDOMAttributeMap.cpp
|
Fix a couple of warnings by making callbacks static.
|
1999-01-14 23:37:57 +00:00 |
nsDOMAttributeMap.h
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
nsGenericDOMDataNode.cpp
|
changed nsCOMPtr comparison operators to explicitly use get(). part of nsCOMPtr carpool.
|
1999-02-17 04:39:22 +00:00 |
nsGenericDOMDataNode.h
|
Comments added to content model. Comments and text content now have a special tagname
|
1999-01-22 22:48:00 +00:00 |
nsGenericDOMNodeList.cpp
|
new file - base class for other node lists
|
1999-01-19 15:50:20 +00:00 |
nsGenericDOMNodeList.h
|
new file - base class for other node lists
|
1999-01-19 15:50:20 +00:00 |
nsGenericElement.cpp
|
Adding new tab handling and focus support.
|
1999-03-02 19:19:24 +00:00 |
nsGenericElement.h
|
COMized nsIPresShell and nsIPresContext
|
1999-02-12 17:45:58 +00:00 |
nsHTMLValue.cpp
|
Removed dependency on static constructors
|
1999-02-26 17:12:16 +00:00 |
nsHTMLValue.h
|
Removed dependency on static constructors
|
1999-02-26 17:12:16 +00:00 |
nsNameSpaceManager.cpp
|
changed all html atoms to lower case
|
1999-02-12 06:19:07 +00:00 |
nsRange.cpp
|
fixed refcounting bugs plus a little cleanup
|
1999-03-09 19:21:04 +00:00 |
nsRange.h
|
replaced IsNodeInsideRange() with CompareNodeToRange()
|
1999-02-16 15:46:37 +00:00 |
nsSelection.cpp
|
Fixup AddRef/Release and some constructors to use NS_ADDREF (etc) macros
|
1998-09-12 19:33:48 +00:00 |
nsStyleContext.cpp
|
added CalcStyleDifference
|
1999-02-27 07:11:42 +00:00 |
nsStyleSet.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 |
nsTextFragment.cpp
|
Actually advance the dest pointer so a copy occurs (doh!)
|
1998-11-12 23:33:12 +00:00 |
nsTextFragment.h
|
Consolidated character set macros into this file
|
1999-01-05 23:01:32 +00:00 |
nsTextNode.cpp
|
Implemented splitText for text nodes
|
1999-01-23 00:10:08 +00:00 |