.. |
nsButtonFrameRenderer.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +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
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsComboboxControlFrame.h
|
fix for bug 94768
|
2001-08-17 03:13:07 +00:00 |
nsFieldSetFrame.cpp
|
Fix for 78695 (rule matching improvements). r/sr=attinasi, jst, waterson
|
2001-05-31 22:19:43 +00:00 |
nsFileControlFrame.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsFileControlFrame.h
|
Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org)
|
2001-05-30 11:26:21 +00:00 |
nsFormControlFrame.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsFormControlFrame.h
|
removing unneeded/unused code/methods
|
2000-11-30 21:39:28 +00:00 |
nsFormControlHelper.cpp
|
Disabling Quirks sizing for form controls, it can be put back in via a pref
|
2001-08-21 14:01:55 +00:00 |
nsFormControlHelper.h
|
Disabling Quirks sizing for form controls, it can be put back in via a pref
|
2001-08-21 14:01:55 +00:00 |
nsGfxButtonControlFrame.cpp
|
Disabling Quirks sizing for form controls, it can be put back in via a pref
|
2001-08-21 14:01:55 +00:00 |
nsGfxButtonControlFrame.h
|
fix for bug 94768
|
2001-08-17 03:13:07 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsGfxCheckboxControlFrame.h
|
fix for bug 94768
|
2001-08-17 03:13:07 +00:00 |
nsGfxRadioControlFrame.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsGfxRadioControlFrame.h
|
fix for bug 94768
|
2001-08-17 03:13:07 +00:00 |
nsHTMLButtonControlFrame.cpp
|
Disabling Quirks sizing for form controls, it can be put back in via a pref
|
2001-08-21 14:01:55 +00:00 |
nsHTMLButtonControlFrame.h
|
fix for bug 94768
|
2001-08-17 03:13:07 +00:00 |
nsICheckboxControlFrame.h
|
removed where the input element was telling the rado/checkbox to return the opposite value
|
2000-12-10 16:05:29 +00:00 |
nsIComboboxControlFrame.h
|
Fixed the Onchange event, so it fires at the correct time.
|
2001-04-09 12:08:40 +00:00 |
nsIFormControlFrame.h
|
removing unneeded/unused code/methods
|
2000-11-30 21:39:28 +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
|
removed where the input element was telling the rado/checkbox to return the opposite value
|
2000-12-10 16:05:29 +00:00 |
nsISelectControlFrame.h
|
Major rework of how items are added, removed and selected (while being added and removed) with script
|
2001-06-08 02:34:09 +00:00 |
nsITextControlFrame.h
|
53151 68396 sr=kin r= kin. removing some ifdefs of dead ender-lite code and fixing a mail news lockup in text traversal
|
2001-04-12 23:38:32 +00:00 |
nsImageControlFrame.cpp
|
fix for bug 94768
|
2001-08-17 03:13:07 +00:00 |
nsIsIndexFrame.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsIsIndexFrame.h
|
Bug 77834: Fix problem where form control state is being restored to the wrong form control or not restored at all when going back and forth through session history. The problem was that the hash key we used was the content ID, which was not consistent from page load to page load. The fix was to key instead by index of form in document / index of control in form, with logic to fall back to content ID if we are unable to do this. r=nisheeth@netscape.com, sr=jst@netscape.com, a=drivers@mozilla.org (blizzard@mozilla.org)
|
2001-05-30 11:26:21 +00:00 |
nsLegendFrame.cpp
|
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
|
2001-01-27 14:09:34 +00:00 |
nsLegendFrame.h
|
This checkin enables mozilla to support the printing of selection, the printing of page ranges, and
|
2001-01-27 14:09:34 +00:00 |
nsListControlFrame.cpp
|
Bug 66835 - fix method hiding warnings by renaming some methods on nsIContent. r=jag, sr=jst.
|
2001-08-17 08:14:14 +00:00 |
nsListControlFrame.h
|
fix for bug 94768
|
2001-08-17 03:13:07 +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 |