This website requires JavaScript.
Explore
Help
Sign In
Bommels05
/
Mozilla
Watch
1
Star
0
Fork
0
You've already forked Mozilla
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Mozilla
/
mozilla
/
layout
/
xml
/
content
/
src
History
scc%netscape.com
64dbe462e7
string fixes
...
git-svn-id: svn://10.0.0.236/trunk@69653 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-14 08:10:00 +00:00
..
Makefile.in
…
makefile.win
…
nsGenericXMLElement.cpp
Changing the way content elements store their name information, previously the elements generally stored a name atom and a namespace ID, now they store a pointer to a shared structure containing the name atom, the prefix atom and the namespace ID. This structure is shared between nodes with unique names (ie same name, prefix and ns ID) within a document. Documents now hold a hash table of the names in the document. The changes to mozilla/rdf are not reviewed but they are approved by waterson@netscape.com and the changes to mozilla/layout are reviewed by buster@netscape.com.
2000-05-10 13:13:39 +00:00
nsGenericXMLElement.h
Add a SetAttribute method to nsIContent that takes a nsINodeInfo parameter.
2000-05-12 13:46:59 +00:00
nsXMLCDATASection.cpp
Add GetNodeInfo() to nsIContent.
2000-05-12 14:09:28 +00:00
nsXMLDocumentType.cpp
Add GetNodeInfo() to nsIContent.
2000-05-12 14:09:28 +00:00
nsXMLElement.cpp
Add a SetAttribute method to nsIContent that takes a nsINodeInfo parameter.
2000-05-12 13:46:59 +00:00
nsXMLElement.h
nsXifConverter to nsIXIFConverter
2000-05-13 08:13:05 +00:00
nsXMLEntity.cpp
Add GetNodeInfo() to nsIContent.
2000-05-12 14:09:28 +00:00
nsXMLNamedNodeMap.cpp
Update the DOM interface to DOM Level 2, only stubs so far.
2000-04-13 21:21:02 +00:00
nsXMLNotation.cpp
Add GetNodeInfo() to nsIContent.
2000-05-12 14:09:28 +00:00
nsXMLProcessingInstruction.cpp
string fixes
2000-05-14 08:10:00 +00:00