.. |
nsButtonFrameRenderer.cpp
|
Reinstate my changes that were backed out 10 days ago. #43457 split nsStyleSpacing into 4 smaller structures: nsStyleBorder, nsStylePadding, nsStyleMargin, nsStyleOutline. r=attinasi,sr=buster.
|
2001-02-07 09:57: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
|
Landing accessibility
|
2001-05-11 21:11:38 +00:00 |
nsComboboxControlFrame.h
|
Fixed the Onchange event, so it fires at the correct time.
|
2001-04-09 12:08:40 +00:00 |
nsFieldSetFrame.cpp
|
Fix non-debug build bustage.
|
2001-05-11 15:19:28 +00:00 |
nsFileControlFrame.cpp
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 17:42:36 +00:00 |
nsFileControlFrame.h
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 17:42:36 +00:00 |
nsFormControlFrame.cpp
|
bug 71339; author=simon@softel.co.il; r=rods; sr=erik; changes from IBM
|
2001-03-19 23:20:21 +00:00 |
nsFormControlFrame.h
|
removing unneeded/unused code/methods
|
2000-11-30 21:39:28 +00:00 |
nsFormControlHelper.cpp
|
mozilla diffs r=tao, sr=alecf, commercial diffs r=syd, sr=syd/shaver. lower-casing JS calls to createBundle. removing un-used nsILocale param from nsIStringBundle::CreateBundle(). 76332
|
2001-04-27 21:30:24 +00:00 |
nsFormControlHelper.h
|
factoring of code for Submit/Reset in control frames
|
2001-02-23 01:01:08 +00:00 |
nsGfxButtonControlFrame.cpp
|
Landing accessibility
|
2001-05-11 21:11:38 +00:00 |
nsGfxButtonControlFrame.h
|
Bug 55988: Hidden and button inputs save state when the content attribute named 'value' changes, r=jst@netscape.com, sr=vidur@netscape.com
|
2001-03-14 07:36:01 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
Landing accessibility
|
2001-05-11 21:11:38 +00:00 |
nsGfxCheckboxControlFrame.h
|
Accessibility work. bug #12952
|
2001-04-17 23:06:38 +00:00 |
nsGfxRadioControlFrame.cpp
|
Landing accessibility
|
2001-05-11 21:11:38 +00:00 |
nsGfxRadioControlFrame.h
|
removed where the input element was telling the rado/checkbox to return the opposite value
|
2000-12-10 16:05:29 +00:00 |
nsHTMLButtonControlFrame.cpp
|
Landing accessibility
|
2001-05-11 21:11:38 +00:00 |
nsHTMLButtonControlFrame.h
|
Clean up easily fixed unnecessary includes and exports of implementation header files in layout. b=63766 r=jst@netscape.com sr=buster@netscape.com
|
2000-12-30 19:22:22 +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 |
nsImageControlFrame.cpp
|
Landing accessibility
|
2001-05-11 21:11:38 +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
|
add OptionDisabled so the nsHTMLOptionElement can notify a select that an option
|
2000-04-28 23:24:59 +00:00 |
nsIsIndexFrame.cpp
|
Bug 59675: Initialize variables before use, r=nisheeth@netscape.com, sr=jst@netscape.com
|
2001-04-11 07:39:48 +00:00 |
nsIsIndexFrame.h
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 17:42:36 +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 |
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
|
Fix 61336, call onchange event for changes made by scripts. sr:jst, r:pollmann
|
2001-05-14 01:57:33 +00:00 |
nsListControlFrame.h
|
Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com.
|
2001-05-08 17:42:36 +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 |