.. |
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
|
removing bloat - removed unneeded boolean and an nsIHTMLContent pointer
|
2000-09-09 22:15:57 +00:00 |
nsComboboxControlFrame.h
|
removing bloat - removed unneeded boolean and an nsIHTMLContent pointer
|
2000-09-09 22:15:57 +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
|
Bug 37275, Changing value of all progids, and changing everywhere a progid
|
2000-09-13 23:57:52 +00:00 |
nsFileControlFrame.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsFormControlFrame.cpp
|
Bug 51124: Tabbing into text control now again scrolls it into view if offscreen, also adding additional bulletproofing per code review; r=jst@netscape.com
|
2000-09-08 05:53:28 +00:00 |
nsFormControlFrame.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsFormControlHelper.cpp
|
fixing hpux bustage
|
2000-08-23 23:57:00 +00:00 |
nsFormControlHelper.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsGfxButtonControlFrame.cpp
|
GfxBtn now implements method CreateFrameFor so it can create the text node
|
2000-08-23 10:38:42 +00:00 |
nsGfxButtonControlFrame.h
|
GfxBtn now implements method CreateFrameFor so it can create the text node
|
2000-08-23 10:38:42 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsGfxCheckboxControlFrame.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsGfxRadioControlFrame.cpp
|
Bug 50143: All radio buttons should be unchecked before checking new one when restoring frame state r=jst@netscape.com
|
2000-08-31 00:59:31 +00:00 |
nsGfxRadioControlFrame.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |
nsHTMLButtonControlFrame.cpp
|
Fixed bug 52526, the cause was that image load event was bubbling even though the specs say it should not. Previously we were not even sending the load event on image load. I also fixed bug 50478 by fixing the logic in GetBubbles and GetCancelable of the DOMEvent. This helps in testing the first bug. I also fixed several cases where we had wrong combination of event class and event struct type. a=waterson, r=joki,rods.
|
2000-09-19 21:47:04 +00:00 |
nsHTMLButtonControlFrame.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +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
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +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
|
Bug 51124: Tabbing into text control now again scrolls it into view if offscreen, also adding additional bulletproofing per code review; r=jst@netscape.com
|
2000-09-08 05:53:28 +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 |
nsIsIndexFrame.cpp
|
Bug 51124: Tabbing into text control now again scrolls it into view if offscreen, also adding additional bulletproofing per code review; r=jst@netscape.com
|
2000-09-08 05:53:28 +00:00 |
nsIsIndexFrame.h
|
Bug 3326: IsIndex implementation (not part of build)
|
2000-09-06 07:37:49 +00:00 |
nsITextControlFrame.h
|
38232 (nsbeta2+): Make line break character configurable in the
|
2000-07-10 19:46:59 +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
|
Fixed bug 52526, the cause was that image load event was bubbling even though the specs say it should not. Previously we were not even sending the load event on image load. I also fixed bug 50478 by fixing the logic in GetBubbles and GetCancelable of the DOMEvent. This helps in testing the first bug. I also fixed several cases where we had wrong combination of event class and event struct type. a=waterson, r=joki,rods.
|
2000-09-19 21:47:04 +00:00 |
nsListControlFrame.h
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +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
|
DOM string changes. All nsString& in DOM interfaces (and interfaces needed by DOM implementations) have been changed to nsAReadableString& and nsAWritableString&. String implementation additions (sanctioned by scc) to support DOM needs. Bug 49091. r=vidur,jst,scc
|
2000-08-23 17:27:06 +00:00 |