gecko-dev/layout/forms
2006-02-21 01:27:11 +00:00
..
resources Bug 106386 Correct misspellings in source code 2005-11-20 22:05:24 +00:00
.cvsignore Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles. 2004-12-07 18:09:28 +00:00
Makefile.in Bug 302050: inline spellchecking for textboxes backend. r=bryner sr=bzbarsky 2005-12-05 18:07:33 +00:00
nsButtonFrameRenderer.cpp Fix leak bug 324969 -- make sure to call virtual destructors. 2006-01-29 18:48:58 +00:00
nsButtonFrameRenderer.h Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsComboboxControlFrame.cpp Bug 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc. 2006-02-18 01:52:03 +00:00
nsComboboxControlFrame.h Bug 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc. 2006-02-18 01:52:03 +00:00
nsFieldSetFrame.cpp Fix leak bug 324969 -- make sure to call virtual destructors. 2006-01-29 18:48:58 +00:00
nsFileControlFrame.cpp Add comment as promised; still bug 326019. 2006-02-06 22:27:58 +00:00
nsFileControlFrame.h Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsFormControlFrame.cpp Bug 326883 - Cleanup unused methods. r+sr=roc 2006-02-16 00:30:29 +00:00
nsFormControlFrame.h Bug 326883 - Cleanup unused methods. r+sr=roc 2006-02-16 00:30:29 +00:00
nsFormControlHelper.cpp Use GetValue() instead of GetAttr(nsGkAtoms::value) for getting the button 2006-02-13 19:42:08 +00:00
nsFormControlHelper.h Use GetValue() instead of GetAttr(nsGkAtoms::value) for getting the button 2006-02-13 19:42:08 +00:00
nsGfxButtonControlFrame.cpp Use GetValue() instead of GetAttr(nsGkAtoms::value) for getting the button 2006-02-13 19:42:08 +00:00
nsGfxButtonControlFrame.h Use GetValue() instead of GetAttr(nsGkAtoms::value) for getting the button 2006-02-13 19:42:08 +00:00
nsGfxCheckboxControlFrame.cpp Bug 326883 - Cleanup unused methods. r+sr=roc 2006-02-16 00:30:29 +00:00
nsGfxCheckboxControlFrame.h Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsGfxRadioControlFrame.cpp Bug 326883 - Cleanup unused methods. r+sr=roc 2006-02-16 00:30:29 +00:00
nsGfxRadioControlFrame.h Bug 326883 - Cleanup unused methods. r+sr=roc 2006-02-16 00:30:29 +00:00
nsHTMLButtonControlFrame.cpp Bug 326827. Don't allow mouse events to target button contents. r+sr=dbaron 2006-02-19 20:14:11 +00:00
nsHTMLButtonControlFrame.h Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +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 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc. 2006-02-18 01:52:03 +00:00
nsIFormControlFrame.h Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc 2005-12-12 23:53:06 +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 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc 2005-12-12 23:53:06 +00:00
nsImageControlFrame.cpp Bug 254755. deCOMtaminate nsIFormControlFrame. patch by jpl24, r+sr=roc 2005-12-12 23:53:06 +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 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsIsIndexFrame.h Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsITextControlFrame.h Trivial; attempt to fix linux bustage 2006-02-21 01:27:11 +00:00
nsLegendFrame.cpp Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsLegendFrame.h Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsListControlFrame.cpp Bug 326843 DeCOMtaminate some of nsComboboxControlFrame. Patch by marcldl+mozbugs@gmail.com. r+sr=roc. 2006-02-18 01:52:03 +00:00
nsListControlFrame.h More usage of already_AddRefed. Fix leaks too. Bug 325378, r=sicking, sr=jst 2006-02-09 16:23:32 +00:00
nsSelectsAreaFrame.cpp Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsSelectsAreaFrame.h Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others 2006-01-26 02:29:17 +00:00
nsTextControlFrame.cpp Bug 327868: nsIFrameSelection cleanup. r+sr=roc 2006-02-21 00:49:04 +00:00
nsTextControlFrame.h Bug 327868: nsIFrameSelection cleanup. r+sr=roc 2006-02-21 00:49:04 +00:00