gecko-dev/layout
bryner%uiuc.edu f53f576a37 Fix a leak of the device context. r=bruce. 2000-03-18 04:10:13 +00:00
..
base Fix a leak of the device context. r=bruce. 2000-03-18 04:10:13 +00:00
build changes to let us build on MacOS X 2000-03-11 03:08:04 +00:00
doc updated document regardling block and line-layout operation; this is html documents that are not part of the build nor part of any install process, etc. 1999-11-03 21:11:37 +00:00
events 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
forms 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
generic 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
html Fixing what (at least used to) crashes #28489. r=vidur@netscape.com 2000-03-18 02:10:28 +00:00
macbuild Checking in project change of large checkin. 2000-03-15 01:46:55 +00:00
mathml removed calls to deprecated string methods 2000-03-12 11:18:18 +00:00
style 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
tables 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
tools updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
xbl Enhancing XBL. Making tabs boxes. Moving code from titledbutton to button. 2000-03-14 11:09:46 +00:00
xml 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
xsl Change nsComponentManager::ProgIDToCLSID to nsComponentManager::ProgIDToClassID as per bug #3579. Checking in for sford. r=scc,r=blizzard 1999-12-30 22:03:58 +00:00
xul 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
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +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 Adding a new flag to the Win32 build system. Set DISABLE_TESTS=1 to skip 2000-02-25 04:12:40 +00:00