gecko-dev/layout/forms
aaronleventhal%moonset.net 030b1bfae0 Bug 306437. Onchange events fired twice for option selection via mouseclick. r=dbaron, sr=neil 2005-09-04 18:20:56 +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 Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out 2005-08-22 22:24:29 +00:00
nsComboboxControlFrame.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
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 frames know whether they're leaves or not from the frame construction 2005-08-16 22:52:48 +00:00
nsFileControlFrame.h Make frames know whether they're leaves or not from the frame construction 2005-08-16 22:52:48 +00:00
nsFormControlFrame.cpp 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
nsFormControlFrame.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
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 Make frames know whether they're leaves or not from the frame construction 2005-08-16 22:52:48 +00:00
nsGfxButtonControlFrame.h Make frames know whether they're leaves or not from the frame construction 2005-08-16 22:52:48 +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
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 Bug 296036. Remove the very poorly specified (and redundant) field 'point' of nsEvent. r+sr=roc, patch by Eli Friedman 2005-08-23 03:57:07 +00:00
nsIsIndexFrame.cpp Make nsIPresShell::GetPrimaryFrameFor return nsIFrame* instead of using an out 2005-08-22 22:24:29 +00:00
nsIsIndexFrame.h Make frames know whether they're leaves or not from the frame construction 2005-08-16 22:52:48 +00:00
nsLegendFrame.cpp 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
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 306437. Onchange events fired twice for option selection via mouseclick. r=dbaron, sr=neil 2005-09-04 18:20:56 +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 In the XUL autocomplete widget, make user-initiated autocomplete dispatch an oninput event, just as if the user had typed the text. Also fixing a bug where it was not possible to create an oninput event from script. Bug 287996, r=mconnor sr=jst. 2005-08-22 18:34:21 +00:00
nsTextControlFrame.h Make frames know whether they're leaves or not from the frame construction 2005-08-16 22:52:48 +00:00