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
07be4b2c53c4eb0c93afc69aea00a804e06ebdc6
Mozilla
/
mozilla
/
layout
/
html
History
dcone%netscape.com
7a169e33e0
Fixed the curve drawing to use floating point.. corrects rounding problems
...
git-svn-id: svn://10.0.0.236/trunk@69163 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 03:59:43 +00:00
..
base
r:mjudge
2000-05-11 01:04:39 +00:00
content
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
document
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
forms
Bug 30721: Crash fix for failing to get document URL during form submission, r=nisheeth
2000-05-10 22:37:49 +00:00
style
Fixed the curve drawing to use floating point.. corrects rounding problems
2000-05-11 03:59:43 +00:00
table
r:mjudge
2000-05-11 01:04:39 +00:00
tests
new regression tests, not affecting the build.
2000-05-10 14:53:41 +00:00
Makefile.in
Finally following warren's lead from "last year", the libs phase has been removed from the build. Directories had to be ordered and in some cases, traversed after a subsequent module was built.
2000-03-02 13:29:03 +00:00
makefile.win
Eliminated the libs build pass.
1999-11-28 03:05:01 +00:00