gecko-dev/layout/html
2000-03-18 21:35:22 +00:00
..
base Landing changes Vidur made while the tree was closed for beta1 work, here's a list of the changes. r=me 2000-03-17 13:27:00 +00:00
content Fix leak statistics by logging all releases, and fix one extra release. r=pollmann@netscape.com 2000-03-18 21:35:22 +00:00
document Fix a number of security bugs. (I can't see the numbers at home because 2000-03-18 17:48:12 +00:00
forms Fix leak. r=pollmann@netscape.com 2000-03-18 21:29:16 +00:00
style Fix leak of style contexts. r=karnaze@netscape.com 2000-03-18 21:26:13 +00:00
table Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible). In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame. In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701. 2000-03-17 10:15:13 +00:00
tests new regression tests not affecting the build. 2000-03-18 00:33:19 +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 Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00