gecko-dev/layout/html/forms/src
1999-09-14 19:39:23 +00:00
..
.cvsignore Add cvsignore entries for makefiles generated bu autoconf. 1998-12-05 09:07:33 +00:00
Makefile.in General cleanup. 1999-09-14 01:02:20 +00:00
makefile.win Removing extra nsGfxRadioControlFrame.obj, this was part of yesterday's bad checkin 1999-08-20 14:41:17 +00:00
nsButtonControlFrame.cpp Removed nsGfxButtonControlFrame's MouseClick method. It uses it's base classes (nsHTMLButtonControlFrame) 1999-09-13 20:40:59 +00:00
nsButtonControlFrame.h breaking up gfx & native widgets 1999-08-06 05:11:39 +00:00
nsButtonFrameRenderer.cpp added accessors for additional style contexts 1999-09-03 23:36:32 +00:00
nsButtonFrameRenderer.h added accessors for additional style contexts 1999-09-03 23:36:32 +00:00
nsCheckboxControlFrame.cpp Bug 13058: Implement nsIStatefulFrame for checkboxes 1999-09-14 19:12:08 +00:00
nsCheckboxControlFrame.h Bug 13058: Implement nsIStatefulFrame for checkboxes 1999-09-14 19:12:08 +00:00
nsComboboxControlFrame.cpp Bug 13058: Implement nsIStatefulFrame for selects. Some memory leak fixes. Plus the usual plethora of bugfixes for native selects 1999-09-14 19:37:45 +00:00
nsComboboxControlFrame.h Bug 13058: Implement nsIStatefulFrame for selects. Some memory leak fixes. Plus the usual plethora of bugfixes for native selects 1999-09-14 19:37:45 +00:00
nsFieldSetFrame.cpp Fixed fieldset padding bug. 1999-08-06 00:48:26 +00:00
nsFileControlFrame.cpp Bug 13058: Implement nsIStatefulFrame for file inputs, cache value until child textbox is created, and misc cleanups. 1999-09-14 19:28:45 +00:00
nsFileControlFrame.h Bug 13058: Implement nsIStatefulFrame for file inputs, cache value until child textbox is created, and misc cleanups. 1999-09-14 19:28:45 +00:00
nsFormControlFrame.cpp Commented out space key event processing 1999-09-08 19:55:08 +00:00
nsFormControlFrame.h Bug 3256: Add ScrollIntoView() method to form frame objects. 1999-08-21 00:09:24 +00:00
nsFormControlHelper.cpp just a comment about a possible bug I saw going through this code 1999-09-02 20:47:20 +00:00
nsFormControlHelper.h Changed parameters from width and height to a nsRect 1999-08-27 14:31:54 +00:00
nsFormFrame.cpp Changed if an action is not specified and we are in a 4.x browser than cause the URL to be reloaded. 1999-08-20 22:51:45 +00:00
nsFormFrame.h Forms can now be container content. 1999-07-22 23:28:16 +00:00
nsGfxAutoTextControlFrame.cpp Updated SizeOf methods to not waste space when doing a non-debug build 1999-09-01 01:02:16 +00:00
nsGfxAutoTextControlFrame.h Fix some typo error 1999-08-19 19:54:38 +00:00
nsGfxButtonControlFrame.cpp Removed nsGfxButtonControlFrame's MouseClick method. It uses it's base classes (nsHTMLButtonControlFrame) 1999-09-13 20:40:59 +00:00
nsGfxButtonControlFrame.h Removed nsGfxButtonControlFrame's MouseClick method. It uses it's base classes (nsHTMLButtonControlFrame) 1999-09-13 20:40:59 +00:00
nsGfxCheckboxControlFrame.cpp Changed to respect border and padding and now draw check mark "centered" in the available space 1999-08-27 14:31:59 +00:00
nsGfxCheckboxControlFrame.h Changed to respect border and padding and now draw check mark "centered" in the available space 1999-08-27 14:31:59 +00:00
nsGfxRadioControlFrame.cpp added accessors for additional style contexts 1999-09-03 23:36:32 +00:00
nsGfxRadioControlFrame.h added accessors for additional style contexts 1999-09-03 23:36:32 +00:00
nsGfxTextControlFrame.cpp Nuke some warnings. 1999-09-14 01:15:33 +00:00
nsGfxTextControlFrame.h workaround needed as a result of hyatt's change to frame construction code and attribute notification. 1999-09-09 19:45:32 +00:00
nsHTMLButtonControlFrame.cpp Removed nsGfxButtonControlFrame's MouseClick method. It uses it's base classes (nsHTMLButtonControlFrame) 1999-09-13 20:40:59 +00:00
nsHTMLButtonControlFrame.h Removed nsGfxButtonControlFrame's MouseClick method. It uses it's base classes (nsHTMLButtonControlFrame) 1999-09-13 20:40:59 +00:00
nsImageControlFrame.cpp Bug 3256: Add ScrollIntoView() method to form frame objects. 1999-08-21 00:09:24 +00:00
nsInputFrame.cpp Add click event support for every element and initial keypress event support 1998-11-24 07:46:58 +00:00
nsLabelFrame.cpp Now, check to see if it is disabled or whether the control it cantains is disabled and then does the right thinik with the events 1999-08-19 14:05:36 +00:00
nsLegendFrame.cpp Reworked fieldsets to fix numerous bugs. 1999-06-01 21:52:11 +00:00
nsLegendFrame.h Reworked fieldsets to fix numerous bugs. 1999-06-01 21:52:11 +00:00
nsListControlFrame.cpp Bug 13058: Implement nsIStatefulFrame for selects. Some memory leak fixes. Plus the usual plethora of bugfixes for native selects 1999-09-14 19:37:45 +00:00
nsListControlFrame.h Bug 13058: Implement nsIStatefulFrame for selects. Some memory leak fixes. Plus the usual plethora of bugfixes for native selects 1999-09-14 19:37:45 +00:00
nsNativeButtonControlFrame.cpp Landing AttributeChanged alteration. AttributeChanged now fires even when the 1999-09-08 03:51:41 +00:00
nsNativeButtonControlFrame.h First Checked In. 1999-08-06 05:13:07 +00:00
nsNativeCheckboxControlFram.cpp cleaning up and simplifying checkbox. Adding tri-state checkbox behavior keyed off of the presence of an attribute. 1999-08-11 04:45:49 +00:00
nsNativeCheckboxControlFram.h cleaning up and simplifying checkbox. Adding tri-state checkbox behavior keyed off of the presence of an attribute. 1999-08-11 04:45:49 +00:00
nsNativeFormControlFrame.cpp Bug 13058: Keep the cache in sync with the widget state for native selects. 1999-09-14 19:39:23 +00:00
nsNativeFormControlFrame.h First Checked In. 1999-08-06 05:13:07 +00:00
nsNativeRadioControlFrame.cpp First Checked In. 1999-08-06 05:13:07 +00:00
nsNativeRadioControlFrame.h First Checked In. 1999-08-06 05:13:07 +00:00
nsNativeSelectControlFrame.cpp Bug 13058: Implement nsIStatefulFrame for selects. Some memory leak fixes. Plus the usual plethora of bugfixes for native selects 1999-09-14 19:37:45 +00:00
nsNativeTextControlFrame.cpp Bug 13058: Handle SetTextControlState for native widgets even before the widget is created (cache the value). 1999-09-14 19:18:23 +00:00
nsNativeTextControlFrame.h Bug 13058: Handle SetTextControlState for native widgets even before the widget is created (cache the value). 1999-09-14 19:18:23 +00:00
nsRadioControlFrame.cpp Bug 13058: Implement nsIStatefulFrame for radio buttons 1999-09-14 19:16:15 +00:00
nsRadioControlFrame.h Bug 13058: Implement nsIStatefulFrame for radio buttons 1999-09-14 19:16:15 +00:00
nsRadioControlGroup.cpp First Checked In. 1999-08-06 05:13:07 +00:00
nsRadioControlGroup.h First Checked In. 1999-08-06 05:13:07 +00:00
nsSelectControlFrame.cpp Bug 9847: Check for null returned from new. 1999-07-14 19:32:22 +00:00
nsTextControlFrame.cpp Bug 13058: Implement nsIStatefulFrame for text inputs and textareas 1999-09-14 19:19:55 +00:00
nsTextControlFrame.h Bug 13058: Implement nsIStatefulFrame for text inputs and textareas 1999-09-14 19:19:55 +00:00