gecko-dev/layout/html
2000-05-11 19:22:06 +00:00
..
base fix crasher when clicking on a text area. bug #38897. 2000-05-11 08:41:35 +00:00
content 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
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
.cvsignore
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