gecko-dev/layout/html/forms/src
troy%netscape.com 8a78d916a5 b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged
child list and changed ReparentFrameView() to check it.
2000-01-22 01:16:50 +00:00
..
.cvsignore
Makefile.in updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
makefile.win Eliminated the libs build pass. 1999-11-28 03:05:01 +00:00
nsButtonControlFrame.cpp 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
nsButtonControlFrame.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
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
nsCheckboxControlFrame.cpp Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsCheckboxControlFrame.h Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsComboboxControlFrame.cpp b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsComboboxControlFrame.h b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsFieldSetFrame.cpp a=chofmann. r=rods, attinasi. The frame's state bits were getting reset by the NS_NewFieldSetFrame() method. This was causing asserts in layout because the frame did not have its dirty bit set. Fixed. 2000-01-20 17:14:34 +00:00
nsFileControlFrame.cpp b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsFileControlFrame.h b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsFormControlFrame.cpp Added unconstrainted reflow optimization methods 2000-01-08 15:53:48 +00:00
nsFormControlFrame.h Added unconstrainted reflow optimization methods 2000-01-08 15:53:48 +00:00
nsFormControlHelper.cpp not using scaled pixels to twips 1999-12-10 23:59:27 +00:00
nsFormControlHelper.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
nsFormFrame.cpp Work on 13838 missing property checks 2000-01-14 00:08:44 +00:00
nsFormFrame.h Bug 22526: Correct bug where form was submitted by pressing enter in last text input if odd number of inputs r=harishd 2000-01-11 07:55:54 +00:00
nsGfxAutoTextControlFrame.cpp Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsGfxAutoTextControlFrame.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
nsGfxButtonControlFrame.cpp b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsGfxButtonControlFrame.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
nsGfxCheckboxControlFrame.cpp fixed visibility check error 1999-12-22 19:54:21 +00:00
nsGfxCheckboxControlFrame.h click events for checkbox and radiobuttons now handled via content (DOM0 2000-01-11 20:33:36 +00:00
nsGfxListControlFrame.cpp b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsGfxListControlFrame.h added vars for optimizatoin 2000-01-18 23:34:07 +00:00
nsGfxRadioControlFrame.cpp turned off some rods debug output and fixed visibility check error 1999-12-22 19:52:56 +00:00
nsGfxRadioControlFrame.h click events for checkbox and radiobuttons now handled via content (DOM0 2000-01-11 20:33:36 +00:00
nsGfxTextControlFrame.cpp b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsGfxTextControlFrame.h b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsHTMLButtonControlFrame.cpp Fixed html and input button to center and size correctly. #17474,#17353,#23270, #21249 -r Rod 2000-01-18 20:29:22 +00:00
nsHTMLButtonControlFrame.h Added unconstrainted reflow optimization methods 2000-01-08 15:53:48 +00:00
nsImageControlFrame.cpp Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsInputFrame.cpp
nsLabelFrame.cpp b=21657 a=chofmann@netscape.com Made "overflow list" a full fledged 2000-01-22 01:16:50 +00:00
nsLegendFrame.cpp Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsLegendFrame.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsListControlFrame.cpp Backing out one line from the previous checkin in order to fix #24344 ("Crash when displaying a list box"). 2000-01-19 12:27:40 +00:00
nsListControlFrame.h Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsNativeButtonControlFrame.cpp Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsNativeButtonControlFrame.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsNativeCheckboxControlFram.cpp Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsNativeCheckboxControlFram.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsNativeFormControlFrame.cpp 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
nsNativeFormControlFrame.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
nsNativeRadioControlFrame.cpp Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsNativeRadioControlFrame.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsNativeSelectControlFrame.cpp Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsNativeTextControlFrame.cpp Implementing a generalized recycler and arena for all layout frames. Hoping to improve 1999-12-04 23:49:50 +00:00
nsNativeTextControlFrame.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
nsRadioControlFrame.cpp Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsRadioControlFrame.h Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsRadioControlGroup.cpp updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsRadioControlGroup.h updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org 1999-11-06 03:40:37 +00:00
nsSelectControlFrame.cpp 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
nsTextControlFrame.cpp Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00
nsTextControlFrame.h Fixes for bugs 17460 and 21656. r=travis 2000-01-14 09:28:54 +00:00