.. |
nsButtonFrameRenderer.cpp
|
Don't re-create atom over and over. r=hyatt
|
1999-11-30 01:13:36 +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 33322 - Fix compiler warnings. Its been on n.p.m.builds for a few
|
2000-03-30 03:21:26 +00:00 |
nsComboboxControlFrame.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 |
nsFieldSetFrame.cpp
|
Fix 32199 (visibility:collapse is not being interpreted as hidden on block and inline level elements) and parts of 21701 (misuse of style attr mVisible).
In the following files, replacing disp->mVisible with disp->IsVisible() is a BUG FIX: nsBlockFrame, nsBulletFrame, nsHRFrame, nsHTMLContainerFrame, nsImageFrame, nsTextFrame.
In all the other files, replacing disp->mVisible with disp->IsVisible() or disp->IsVisibleOrCollapsed() is merely a SYNTACTICAL CHANGE. The respective owners will later review the use of IsVisibleOrCollapsed() and in some cases replace it with IsVisible(). See bug 21701.
|
2000-03-17 10:15:13 +00:00 |
nsFileControlFrame.cpp
|
Added reflow of text frame for when the size is being set via style
|
2000-03-27 22:20:06 +00:00 |
nsFileControlFrame.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 |
nsFormControlFrame.cpp
|
fixed up some ifdefs to shutoff debug output
|
2000-03-24 14:59:02 +00:00 |
nsFormControlFrame.h
|
Elimination of nsIFocusableContent and improvements to tabbing r=saari
|
2000-04-04 23:55:31 +00:00 |
nsFormControlHelper.cpp
|
28598: map \r and \r\n to \n in form textarea submissions
|
2000-03-30 22:49:59 +00:00 |
nsFormControlHelper.h
|
28598: map \r and \r\n to \n in form textarea submissions
|
2000-03-30 22:49:59 +00:00 |
nsGfxButtonControlFrame.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 10:06:21 +00:00 |
nsGfxButtonControlFrame.h
|
Bug 28691: Fix leaks, check for null, fix a bug in checkin for bug 16999 r=harishd a=rickg
|
2000-02-23 20:56:39 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 10:06:21 +00:00 |
nsGfxCheckboxControlFrame.h
|
Added new interface to support additional StyleContexts that can be used for "skinning" checkboxes.
|
2000-03-24 15:02:02 +00:00 |
nsGfxRadioControlFrame.cpp
|
small changes to clients of string converting APIs
|
2000-03-26 10:06:21 +00:00 |
nsGfxRadioControlFrame.h
|
They now cache their state properly in the PresState
|
2000-02-15 15:05:56 +00:00 |
nsHTMLButtonControlFrame.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 |
nsHTMLButtonControlFrame.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 |
nsICheckboxControlFrame.h
|
Adding nsICheckboxControlFrame to build
|
2000-03-24 14:47:58 +00:00 |
nsIComboboxControlFrame.h
|
modified the reflow method for better handling incremental and for optimization
|
2000-03-03 04:28:59 +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 |
nsImageControlFrame.cpp
|
removing unneeded native frames and unneeded frame classes that these derived from
|
2000-02-09 19:34:39 +00:00 |
nsIRadioControlFrame.h
|
updated license boilerplate to xPL 1.1, a=chofmann@netscape.com,r=endico@mozilla.org
|
1999-11-06 03:40:37 +00:00 |
nsISelectControlFrame.h
|
added bool parm to DoneAddingContent r=dcone bug 18241
|
1999-11-19 15:43:06 +00:00 |
nsITextControlFrame.h
|
GetWebShell became GetDocShell to continue the conversion to talking in terms of DocShells instead of webShells.
|
2000-03-11 01:30:04 +00:00 |
nsLegendFrame.cpp
|
changing nsCOMPtr to weak references for PresContext
|
2000-02-09 23:20:56 +00:00 |
nsLegendFrame.h
|
changing nsCOMPtr to weak references for PresContext
|
2000-02-09 23:20:56 +00:00 |
nsListControlFrame.cpp
|
Few warning cleanups
|
2000-03-28 15:11:16 +00:00 |
nsListControlFrame.h
|
Added adaptive sizing for dropdown with small screen sizes
|
2000-03-18 14:17:34 +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 |