gecko-dev/layout/forms
rods%netscape.com 52e409233a now handling the incremental reflow better for options
when one more options have no label or content the height is zero, so we
now go get the first frame calculate a height based on the font metrics
r=dcone b=32383
2000-03-21 15:22:53 +00:00
..
nsButtonFrameRenderer.cpp Don't re-create atom over and over. r=hyatt 1999-11-30 01:13:36 +00:00
nsButtonFrameRenderer.h Changed nsIPresContext& to nsIPresContext*. Changed nsEventStatus& to nsEventStatus*. Now more compatible with XPIDL. a=vidur r=scc 1999-11-24 06:03:41 +00:00
nsComboboxControlFrame.cpp Moved GetAbsoluteFramePosition to nsFormControlFrame, chanhed the callers to check the return code. 2000-03-21 15:19:40 +00:00
nsComboboxControlFrame.h Moved GetAbsoluteFramePosition to nsFormControlFrame, chanhed the callers to check the return code. 2000-03-21 15:19:40 +00:00
nsFieldSetFrame.cpp 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
nsFileControlFrame.cpp Fix leak. r=pollmann@netscape.com 2000-03-18 21:29:16 +00:00
nsFileControlFrame.h removing unneeded native frames and unneeded frame classes that these derived from 2000-02-09 19:34:39 +00:00
nsFormControlFrame.cpp Added static method for getting the absolute rect in twips and pixels 2000-03-21 15:18:07 +00:00
nsFormControlFrame.h Added static method for getting the absolute rect in twips and pixels 2000-03-21 15:18:07 +00:00
nsFormControlHelper.cpp made sure "average" was initialized to zero 2000-03-18 15:15:25 +00:00
nsFormControlHelper.h They now cache their state properly in the PresState 2000-02-15 15:05:56 +00:00
nsGfxButtonControlFrame.cpp now passing back maxElementSize correctly 2000-03-14 14:25:05 +00:00
nsGfxButtonControlFrame.h Bug 28691: Fix leaks, check for null, fix a bug in checkin for bug 16999 r=harishd a=rickg 2000-02-23 20:56:39 +00:00
nsGfxCheckboxControlFrame.cpp 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
nsGfxCheckboxControlFrame.h removing unneeded native frames and unneeded frame classes that these derived from 2000-02-09 19:34:39 +00:00
nsGfxRadioControlFrame.cpp 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
nsGfxRadioControlFrame.h They now cache their state properly in the PresState 2000-02-15 15:05:56 +00:00
nsHTMLButtonControlFrame.cpp 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
nsHTMLButtonControlFrame.h changing nsCOMPtr to weak references for PresContext 2000-02-09 23:20:56 +00:00
nsIComboboxControlFrame.h modified the reflow method for better handling incremental and for optimization 2000-03-03 04:28:59 +00:00
nsIFormControlFrame.h changed signature of GetFont b=905 r=dcone 2000-01-25 15:18:46 +00:00
nsIListControlFrame.h Added method to get the container frame for adding/removing option frames 2000-03-18 14:17:30 +00:00
nsIRadioControlFrame.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsISelectControlFrame.h added bool parm to DoneAddingContent r=dcone bug 18241 1999-11-19 15:43:06 +00:00
nsITextControlFrame.h GetWebShell became GetDocShell to continue the conversion to talking in terms of DocShells instead of webShells. 2000-03-11 01:30:04 +00:00
nsImageControlFrame.cpp removing unneeded native frames and unneeded frame classes that these derived from 2000-02-09 19:34:39 +00:00
nsLegendFrame.cpp changing nsCOMPtr to weak references for PresContext 2000-02-09 23:20:56 +00:00
nsLegendFrame.h changing nsCOMPtr to weak references for PresContext 2000-02-09 23:20:56 +00:00
nsListControlFrame.cpp now handling the incremental reflow better for options 2000-03-21 15:22:53 +00:00
nsListControlFrame.h Added adaptive sizing for dropdown with small screen sizes 2000-03-18 14:17:34 +00:00
nsSelectsAreaFrame.cpp Converting ::GetIID() into NS_GET_IID(). Bug #20232. r=scc, r=mozbot 2000-02-02 22:24:56 +00:00
nsSelectsAreaFrame.h Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsTextControlFrame.cpp removing unneeded native frames and unneeded frame classes that these derived from 2000-02-09 19:34:39 +00:00
nsTextControlFrame.h Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00