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
85eb4e1c19c0da995e33a0ffc871f23402e65155
Mozilla
/
mozilla
/
layout
/
build
History
mjudge%netscape.com
2f9bd42697
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
...
git-svn-id: svn://10.0.0.236/trunk@69180 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 04:25:43 +00:00
..
dlldeps.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
Makefile.in
Patch from andreas.otte@primus-online.de to add an "--enable-svg"
2000-05-05 04:32:50 +00:00
makefile.win
#=27745
2000-04-13 20:07:13 +00:00
MANIFEST
…
nsLayoutCID.h
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
2000-05-11 04:25:43 +00:00
nsLayoutDLF.cpp
1) Added support for loading an XML document "out of band" from script and manipulating it via dom interfaces.
2000-05-01 06:58:53 +00:00
nsLayoutFactory.cpp
changing way we access caret. use the selection controller whenever possible. because it will make the caret do the right thing even when we have multiple selections accessing same caret.
2000-05-11 04:25:43 +00:00
nsLayoutModule.cpp
Add support for loading an XML document from script within a XUL document also.
2000-05-10 23:02:32 +00:00
nsLayoutModule.h
#=27745
2000-04-13 20:07:13 +00:00