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
513ea03c7aea92fbcd4f3d0bf3ac7fc376f6af22
Mozilla
/
mozilla
/
layout
/
html
History
jst%netscape.com
6a6910e73a
Landing support for the 'innerHTML' property on HTML elements in mozilla, fixes part of bug 9201.
...
git-svn-id: svn://10.0.0.236/trunk@69265 18797224-902f-48f8-a5cc-f745e15eee43
2000-05-11 21:49:16 +00:00
..
base
fix crasher when clicking on a text area. bug
#38897
.
2000-05-11 08:41:35 +00:00
content
Landing support for the 'innerHTML' property on HTML elements in mozilla, fixes part of bug 9201.
2000-05-11 21:49:16 +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
makes sure we are responding to the correct layer for GetFrameForPoint (thanks dbaron)
2000-05-11 19:22:06 +00:00
style
Fixed the curve drawing to use floating point.. corrects rounding problems
2000-05-11 03:59:43 +00:00
table
adding newline for hp
2000-05-11 14:56:29 +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