gecko-dev/layout/forms
bzbarsky%mit.edu d062676ab0 Add a presshell member to nsCSSFrameConstructor. Remove prescontext and
presshell args from most frame constructor methods; use the state for the
former and the member for the latter.  Bug 281957, r+sr=roc
2005-02-18 16:11:53 +00:00
..
resources Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles. 2004-12-07 18:09:28 +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 Remove unneeded nsIFrameLoader interface (bug 280992). r+sr=jst. 2005-02-07 23:53:47 +00:00
nsButtonFrameRenderer.cpp Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsButtonFrameRenderer.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsComboboxControlFrame.cpp Add a presshell member to nsCSSFrameConstructor. Remove prescontext and 2005-02-18 16:11:53 +00:00
nsComboboxControlFrame.h Add a presshell member to nsCSSFrameConstructor. Remove prescontext and 2005-02-18 16:11:53 +00:00
nsFieldSetFrame.cpp Remove prescontext args for some nsIFrame methods 2005-02-07 01:58:25 +00:00
nsFileControlFrame.cpp Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsFileControlFrame.h Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsFormControlFrame.cpp Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue. 2005-01-25 00:02:58 +00:00
nsFormControlFrame.h Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron 2005-01-01 17:26:29 +00:00
nsFormControlHelper.cpp Move reflow command construction into nsPresShell::AppendReflowCommand, remove 2005-02-08 00:59:52 +00:00
nsFormControlHelper.h Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsGfxButtonControlFrame.cpp Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsGfxButtonControlFrame.h Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsGfxCheckboxControlFrame.cpp Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsGfxCheckboxControlFrame.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsGfxRadioControlFrame.cpp Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsGfxRadioControlFrame.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsHTMLButtonControlFrame.cpp Remove prescontext args for some nsIFrame methods 2005-02-07 01:58:25 +00:00
nsHTMLButtonControlFrame.h Remove prescontext args for some nsIFrame methods 2005-02-07 01:58:25 +00:00
nsICheckboxControlFrame.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsIComboboxControlFrame.h Add a presshell member to nsCSSFrameConstructor. Remove prescontext and 2005-02-18 16:11:53 +00:00
nsIFormControlFrame.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsIImageControlFrame.h Adding new files for John Keiser <jkeiser@iname.com>, not part of the build yet. 2001-10-01 17:51:28 +00:00
nsIListControlFrame.h Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsIRadioControlFrame.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsISelectControlFrame.h Make assignments to DOM 'selectedIndex' change the focused index for lists/comboboxes. b=279868 r+sr=bzbarsky 2005-02-04 22:56:13 +00:00
nsITextControlFrame.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:30:37 +00:00
nsImageControlFrame.cpp 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on 2004-12-30 21:56:11 +00:00
nsIsIndexFrame.cpp Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsIsIndexFrame.h Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00
nsLegendFrame.cpp Bug 236476: Change GetHTMLAttribute to GetParsedAttr. Also fixes bug 232706 by removing final uses of nsHTMLValue. 2005-01-25 00:02:58 +00:00
nsLegendFrame.h Change nsIPresContext to nsPresContext globally, follow-up to bug 253470. rs=roc 2004-07-31 23:15:21 +00:00
nsListControlFrame.cpp Setting selectedIndex should clear all "previous value" state so that onchange 2005-02-17 04:29:37 +00:00
nsListControlFrame.h Make assignments to DOM 'selectedIndex' change the focused index for lists/comboboxes. b=279868 r+sr=bzbarsky 2005-02-04 22:56:13 +00:00
nsSelectsAreaFrame.cpp Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron 2005-01-01 17:26:29 +00:00
nsSelectsAreaFrame.h Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron 2005-01-01 17:26:29 +00:00
nsTextControlFrame.cpp Don't dispatch oninput events when the value of an input is changed programatically. This prevents unwanted opening of the autocomplete popup when a username is prefilled. Bug 272002, r+sr=bzbarsky, a=caillon. 2005-02-15 23:14:42 +00:00
nsTextControlFrame.h Remove nsIPresState (bug 279699). r+sr=roc. 2005-01-27 22:52:53 +00:00