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
Files
29b3d171ba0a40d85f2dcf883e4e1b4e8a019d10
Mozilla
/
mozilla
/
content
/
html
/
document
/
src
History
jst%netscape.com
5399afa0da
Fix content list regression I introduced a few days ago when working on DOM namespace support, document.forms and other arrays on HTML document objects never contained any elements! r=vidur, a=leaf
...
git-svn-id: svn://10.0.0.236/trunk@70407 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-17 20:35:19 +00:00
..
nsHTMLContentSink.cpp
changes all usages of NS_NewTimer to CreateInstance
2000-05-17 02:49:35 +00:00
nsHTMLDocument.cpp
Fix content list regression I introduced a few days ago when working on DOM namespace support, document.forms and other arrays on HTML document objects never contained any elements! r=vidur, a=leaf
2000-05-17 20:35:19 +00:00
nsHTMLDocument.h
# 34082
2000-05-02 23:07:11 +00:00
nsHTMLFragmentContentSink.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
nsIHTMLContentContainer.h
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
1999-11-06 03:40:37 +00:00
nsIHTMLDocument.h
fixed DTDMode regression
2000-05-04 05:54:04 +00:00
nsImageDocument.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
nsMarkupDocument.cpp
changing nsXifconverter to nsIXifConverter
2000-05-13 08:11:29 +00:00
nsMarkupDocument.h
changing nsXifconverter to nsIXifConverter
2000-05-13 08:11:29 +00:00