.. |
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
|
…
|
|
nsComboboxControlFrame.cpp
|
Bug 55086. Change nsContainerFrame::PositionFrameView() to position child views. Eliminate the |aView| parameter from that method, because the view can be retrieved from the frame and need not be done by the caller. Eliminate the NS_FRAME_NO_MOVE_CHILD_VIEWS flag, which was read-only; i.e., never set by anyone. r=dbaron, sr=attinasi
|
2001-09-05 20:27:19 +00:00 |
nsComboboxControlFrame.h
|
fix for bug 94768
|
2001-08-17 03:13:07 +00:00 |
nsFieldSetFrame.cpp
|
Bug 55086. Change nsContainerFrame::PositionFrameView() to position child views. Eliminate the |aView| parameter from that method, because the view can be retrieved from the frame and need not be done by the caller. Eliminate the NS_FRAME_NO_MOVE_CHILD_VIEWS flag, which was read-only; i.e., never set by anyone. r=dbaron, sr=attinasi
|
2001-09-05 20:27:19 +00:00 |
nsFileControlFrame.cpp
|
Fix for 95475. r=jag, sr=ben, a=dbaron
|
2001-08-25 02:01:08 +00:00 |
nsFileControlFrame.h
|
Fix for 95475. r=jag, sr=ben, a=dbaron
|
2001-08-25 02:01:08 +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
|
Uses Quirks sizing all the time and now obeys border and padding instead of clamping down to Nav 4.x sizing
|
2001-08-27 12:19:11 +00:00 |
nsGfxButtonControlFrame.h
|
Fix for 95475. r=jag, sr=ben, a=dbaron
|
2001-08-25 02:01:08 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
Fix for 95475. r=jag, sr=ben, a=dbaron
|
2001-08-25 02:01:08 +00:00 |
nsGfxCheckboxControlFrame.h
|
Fix for 95475. r=jag, sr=ben, a=dbaron
|
2001-08-25 02:01:08 +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
|
Fix for 95475. r=jag, sr=ben, a=dbaron
|
2001-08-25 02:01:08 +00:00 |
nsIsIndexFrame.h
|
Fix for 95475. r=jag, sr=ben, a=dbaron
|
2001-08-25 02:01:08 +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
|
Undoing backout of bug 97227 because valeski and rpotts insist. I guess drivers aren't doing approvals after all.
|
2001-08-31 04:28:26 +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 |