.. |
resources
|
Change our implementation of 'overflow: hidden' to be more compatible with other browsers, as CSS 2.1 now allows. b=69355 r+sr=bzbarsky
|
2003-09-16 22:09:18 +00:00 |
nsButtonFrameRenderer.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-04 12:50:32 +00:00 |
nsButtonFrameRenderer.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsComboboxControlFrame.cpp
|
Bug 212753. Make sure mouse capture is released when combobox popup is hidden. r+sr=bryner,a=mkaply
|
2003-09-02 15:21:13 +00:00 |
nsComboboxControlFrame.h
|
Remove the no-forward-declared-nsCOMPtr hack (bug 107291), r=bugmail@sicking.cc, sr=dbaron@dbaron.org
|
2003-06-03 03:56:14 +00:00 |
nsFieldSetFrame.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-04 12:50:32 +00:00 |
nsFileControlFrame.cpp
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
|
2003-07-28 21:25:13 +00:00 |
nsFileControlFrame.h
|
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
|
2003-07-11 21:16:12 +00:00 |
nsFormControlFrame.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-04 12:50:32 +00:00 |
nsFormControlFrame.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsFormControlHelper.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-04 12:50:32 +00:00 |
nsFormControlHelper.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsGfxButtonControlFrame.cpp
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
|
2003-07-28 21:25:13 +00:00 |
nsGfxButtonControlFrame.h
|
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
|
2003-07-11 21:16:12 +00:00 |
nsGfxCheckboxControlFrame.cpp
|
bug 100649: Length() being used where IsEmpty() is meant
|
2003-05-23 21:34:47 +00:00 |
nsGfxCheckboxControlFrame.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsGfxRadioControlFrame.cpp
|
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
|
2003-05-15 03:42:21 +00:00 |
nsGfxRadioControlFrame.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsHTMLButtonControlFrame.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-04 12:50:32 +00:00 |
nsHTMLButtonControlFrame.h
|
Make shrink-wrap reflow for buttons correctly reflow the kids a second time at
|
2003-02-22 19:48:29 +00:00 |
nsICheckboxControlFrame.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsIComboboxControlFrame.h
|
…
|
|
nsIFormControlFrame.h
|
Make GetType() return int instead of nsresult (bug 167762), r=peterl@netscape.com, sr=kin@netscape.com
|
2002-12-18 23:38:09 +00:00 |
nsIImageControlFrame.h
|
…
|
|
nsIListControlFrame.h
|
…
|
|
nsIRadioControlFrame.h
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
nsISelectControlFrame.h
|
…
|
|
nsITextControlFrame.h
|
Bug 198542 missing #ifndef/#endif directives in nsITextControlFrame.h
|
2003-04-02 08:34:33 +00:00 |
nsImageControlFrame.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-07-04 12:50:32 +00:00 |
nsIsIndexFrame.cpp
|
DeCOMify GetParent/GetBindingParent/GetDocument on nsIContent. Bug 213823,
|
2003-07-28 21:25:13 +00:00 |
nsIsIndexFrame.h
|
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
|
2003-07-11 21:16:12 +00:00 |
nsLegendFrame.cpp
|
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
|
2003-05-15 03:42:21 +00:00 |
nsLegendFrame.h
|
…
|
|
nsListControlFrame.cpp
|
Bug 212753. Make sure mouse capture is released when combobox popup is hidden. r+sr=bryner,a=mkaply
|
2003-09-02 15:21:13 +00:00 |
nsListControlFrame.h
|
Bug 212753. Make sure mouse capture is released when combobox popup is hidden. r+sr=bryner,a=mkaply
|
2003-09-02 15:21:13 +00:00 |
nsSelectsAreaFrame.cpp
|
Ongoing deCOMtamination. r+sr=dbaron
|
2003-06-30 10:46:59 +00:00 |
nsSelectsAreaFrame.h
|
…
|
|
nsTextControlFrame.cpp
|
Fix build on gcc 3.4 by removing extra semicolons (bug 218551). r/sr=dbaron, a=brendan.
|
2003-09-07 22:37:27 +00:00 |
nsTextControlFrame.h
|
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
|
2003-07-11 21:16:12 +00:00 |