gecko-dev/layout/forms
rods%netscape.com d34d67bd9d patch from web converting it over to use the FilePicker
it also now uses the default directory
b=40976,47552 r=rods,kmcclusk
2000-08-18 18:16:12 +00:00
..
nsButtonFrameRenderer.cpp making string conversions explicit 2000-04-16 11:19:26 +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 Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
nsComboboxControlFrame.h Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
nsFieldSetFrame.cpp A "margin" variable isn't being set up in the correct spot. 2000-07-06 13:22:12 +00:00
nsFileControlFrame.cpp patch from web converting it over to use the FilePicker 2000-08-18 18:16:12 +00:00
nsFileControlFrame.h patch from web converting it over to use the FilePicker 2000-08-18 18:16:12 +00:00
nsFormControlFrame.cpp More bustage fixing with style struct return types. 2000-08-09 00:52:02 +00:00
nsFormControlFrame.h moved the RegUnRegAccessKey to the Destroy method 2000-08-02 22:12:11 +00:00
nsFormControlHelper.cpp Bug 42662: Values of disabled form elements should not be submitted; r=kmcclusk 2000-08-03 23:32:02 +00:00
nsFormControlHelper.h Bug 42662: Values of disabled form elements should not be submitted; r=kmcclusk 2000-08-03 23:32:02 +00:00
nsGfxButtonControlFrame.cpp Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
nsGfxButtonControlFrame.h Fix leak on hovering over a scrollbar and re-fix similar leak for text inputs (bug 42895) by adding a "general" method for unrooting anonymous content created through nsIAnonymousContentCreator, plus a hack to deal with the scrollbars on the root element. Some of the other SetDocumentForAnonymousContent methods *may* need to be implemented. Chris Waterson helped significantly with this patch. r=waterson,hyatt b=45676 (nsbeta3+) 2000-08-09 12:51:05 +00:00
nsGfxCheckboxControlFrame.cpp Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:38:00 +00:00
nsGfxCheckboxControlFrame.h *** empty log message *** 2000-08-02 22:07:46 +00:00
nsGfxRadioControlFrame.cpp More bustage fixing with style struct return types. 2000-08-09 00:52:02 +00:00
nsGfxRadioControlFrame.h Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:38:00 +00:00
nsHTMLButtonControlFrame.cpp Fix for bug 25161 -- allow editor to handle pages with forms by implementing user-select and user-input for form controls. r=rods, pierre, mjudge. 2000-08-08 23:38:00 +00:00
nsHTMLButtonControlFrame.h The frames need to be appended and the default method just asserts 2000-08-02 22:16:12 +00:00
nsICheckboxControlFrame.h *** empty log message *** 2000-08-02 22:07:46 +00:00
nsIComboboxControlFrame.h 47302 - moved the RegUnRegAccessKey to the Destroy Method 2000-08-03 14:13:40 +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 *** empty log message *** 2000-08-02 22:07:46 +00:00
nsISelectControlFrame.h add OptionDisabled so the nsHTMLOptionElement can notify a select that an option 2000-04-28 23:24:59 +00:00
nsITextControlFrame.h 38232 (nsbeta2+): Make line break character configurable in the 2000-07-10 19:46:59 +00:00
nsImageControlFrame.cpp removing "return NS_OK" because it keeps it from doing the call to 2000-08-17 22:39:13 +00:00
nsIsIndexFrame.cpp Bug 3326: ISINDEX frame; r=kmcclusk 2000-08-03 23:45:50 +00:00
nsIsIndexFrame.h Bug 3326: ISINDEX frame; r=kmcclusk 2000-08-03 23:45:50 +00:00
nsLegendFrame.cpp moved the RegUnRegAccessKey to the Destroy method 2000-08-02 22:12:11 +00:00
nsLegendFrame.h moved the RegUnRegAccessKey to the Destroy method 2000-08-02 22:12:11 +00:00
nsListControlFrame.cpp listbox - selecting with keyboard no longer allows you to stop on a disabled option, it skips them 2000-08-17 21:38:15 +00:00
nsListControlFrame.h listbox - selecting with keyboard no longer allows you to stop on a disabled option, it skips them 2000-08-17 21:38:15 +00:00
nsSelectsAreaFrame.cpp Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161. 2000-03-22 02:43:08 +00:00
nsSelectsAreaFrame.h Fix event targetting bugs by using paint layers in GetFrameForPoint, testing for visibility, and trying GetFrameForPoint on additional views if one fails. r=joki@netscape.com(, hyatt@netscape.com) b=12232,20051,21304,24474,26785, and remaining issues from 23161. 2000-03-22 02:43:08 +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