gecko-dev/layout/forms
timeless%mozdev.org 52a2f797f2 Bug 302356 Crash when drag-scrolling combobox [@ nsIFrame::HasView][@ nsIFrame::GetOffsetTo]
r=roc sr=roc a=bsmedberg
2005-08-07 14:35:45 +00:00
..
resources Bug 296764: Move html keybindings to chrome to make sure they work even with js turned off 2005-06-29 22:41:59 +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 Restoring fix for bug 295571 2005-06-22 01:38:49 +00:00
nsComboboxControlFrame.h Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa 2005-06-21 00:00:14 +00:00
nsFieldSetFrame.cpp Bug 302959 If the a element in the legend element got focus, the ancestor table width is broken r+sr=dbaron, a=benjamin 2005-08-02 14:58:55 +00:00
nsFileControlFrame.cpp Make file input frames correctly store their value in the content node even if 2005-04-28 17:11:22 +00:00
nsFileControlFrame.h Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
nsFormControlFrame.cpp Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
nsFormControlFrame.h Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +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 Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +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 Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
nsHTMLButtonControlFrame.h Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +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 Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +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 Stop trying to observe content changes for the selected option, instead rely on getting a combobox reflow if it changed. b=297389 r+sr=roc a=asa 2005-06-21 00:00:14 +00:00
nsITextControlFrame.h Bug 236613: change to MPL/LGPL/GPL tri-license. 2004-04-18 14:30:37 +00:00
nsImageControlFrame.cpp Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +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 Bug 302356 Crash when drag-scrolling combobox [@ nsIFrame::HasView][@ nsIFrame::GetOffsetTo] 2005-08-07 14:35:45 +00:00
nsListControlFrame.h Fix leaks on any page with a <select> by using already_AddRefed instead of a 2005-07-28 16:23:22 +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 Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
nsTextControlFrame.h Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00