.. |
resources
|
Bug 106386 Correct misspellings in source code
|
2005-11-20 22:05:24 +00:00 |
.cvsignore
|
|
|
Makefile.in
|
|
|
nsButtonFrameRenderer.cpp
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
|
2005-10-28 11:25:24 +00:00 |
nsButtonFrameRenderer.h
|
|
|
nsComboboxControlFrame.cpp
|
Bug 317937 Get rid of some unnecessary CIDs and change some possibly unsafe nsCOMPtr usage into the equivalently unsafe static casts r=darin sr=jst
|
2005-12-02 12:02:44 +00:00 |
nsComboboxControlFrame.h
|
Remove the dummy frame stuff from selects. Replace it with smarter focus rect
|
2005-11-04 23:36:27 +00:00 |
nsFieldSetFrame.cpp
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
nsFileControlFrame.cpp
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
nsFileControlFrame.h
|
Bug 108310. Make GetFrameForPoint take frame-relative coordinates, not bogus relative-to-some-view-or-other, and simplify the signature. r+sr=roc, patch by Eli Friedman.
|
2005-09-19 02:15:54 +00:00 |
nsFormControlFrame.cpp
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
|
2005-10-28 11:25:24 +00:00 |
nsFormControlFrame.h
|
Bug 106386 Correct misspellings in source code
|
2005-11-20 22:05:24 +00:00 |
nsFormControlHelper.cpp
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
|
2005-10-28 11:25:24 +00:00 |
nsFormControlHelper.h
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
|
2005-10-28 11:25:24 +00:00 |
nsGfxButtonControlFrame.cpp
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
nsGfxButtonControlFrame.h
|
Remove the pointless nsIContent arg of nsIFrame::AttributeChanged. Bug 281390,
|
2005-09-07 16:49:21 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
nsGfxCheckboxControlFrame.h
|
|
|
nsGfxRadioControlFrame.cpp
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
nsGfxRadioControlFrame.h
|
|
|
nsHTMLButtonControlFrame.cpp
|
Treat inline and block buttons more uniformly. Bug 304004, r+sr=dbaron
|
2005-11-22 23:39:48 +00:00 |
nsHTMLButtonControlFrame.h
|
Treat inline and block buttons more uniformly. Bug 304004, r+sr=dbaron
|
2005-11-22 23:39:48 +00:00 |
nsICheckboxControlFrame.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIComboboxControlFrame.h
|
Bug 106386 Correct misspellings in source code
|
2005-11-20 22:05:24 +00:00 |
nsIFormControlFrame.h
|
Bug 106386 Correct misspellings in source code
|
2005-11-20 22:05:24 +00:00 |
nsIImageControlFrame.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIListControlFrame.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsImageControlFrame.cpp
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-01 20:40:54 +00:00 |
nsIRadioControlFrame.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsISelectControlFrame.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsIsIndexFrame.cpp
|
Bug 106386 Correct misspellings in source code
|
2005-11-20 22:05:24 +00:00 |
nsIsIndexFrame.h
|
Remove the pointless nsIContent arg of nsIFrame::AttributeChanged. Bug 281390,
|
2005-09-07 16:49:21 +00:00 |
nsITextControlFrame.h
|
Bug 313309 part 2 - change the NS_DEFINE_STATIC_IID_ACCESSOR macro to NS_DECLARE, and make a NS_DEFINE_ macro that's outside the class declaration, r=shaver
|
2005-11-11 14:36:26 +00:00 |
nsLegendFrame.cpp
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-01 20:40:54 +00:00 |
nsLegendFrame.h
|
Bug 301313 : Remove mPresContext in /layout/forms/, patch by Andreas Lange <mozilla@lange.cx>, r+sr=roc
|
2005-08-16 12:20:58 +00:00 |
nsListControlFrame.cpp
|
Bug 317937 Get rid of some unnecessary CIDs and change some possibly unsafe nsCOMPtr usage into the equivalently unsafe static casts r=darin sr=jst
|
2005-12-02 12:02:44 +00:00 |
nsListControlFrame.h
|
Remove the dummy frame stuff from selects. Replace it with smarter focus rect
|
2005-11-04 23:36:27 +00:00 |
nsSelectsAreaFrame.cpp
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
nsSelectsAreaFrame.h
|
Bug 313817. DeCOMtaminate more NS_New*Frame functions. r+sr=roc, patch by Marc Liddell
|
2005-11-04 02:38:33 +00:00 |
nsTextControlFrame.cpp
|
Fixing bug 316794. Moving HandleDOMEvent() and Get/SetDocShell from nsIScriptGlobalObject to nsPIDOMWindow. r=mrbkap@gmail.com, sr=peterv@propagandism.org
|
2005-11-28 23:56:44 +00:00 |
nsTextControlFrame.h
|
Bug 311827: Make GetAttr return a bool rather then an nsresult.
|
2005-10-28 11:25:24 +00:00 |