gecko/layout/forms
Timothy Nikkel e823ba2575 Bug 513185. Cleanup - get rid of unused PresContext argument of nsComboboxControlFrame::ShowList. r=roc
--HG--
extra : rebase_source : def06a931fc16d51b5783a327c0374a774f52895
2009-09-02 14:46:47 +12:00
..
crashtests Add more crashtests 2009-08-27 21:11:40 -07:00
resources bug 451601 - kill MOZILLA_LOCALE_VERSION, main mozilla-central patch to kill xpfe-style chrome versions, r=ted sr=Neil 2008-09-11 01:08:57 +02:00
test Switch HTML mochitests from using MochiKit.js to packed.js. (Bug 490955) r=sayrer 2009-05-06 13:46:04 -07:00
Makefile.in Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks 2009-08-27 08:53:13 -07:00
nsButtonFrameRenderer.cpp Bug 494667. Don't apply optimization to shrink drawn background area to exclude solid borders, if we're not going to draw those borders (e.g. in tables with collapsing borders). r+sr=dbaron,a=beltzner 2009-05-28 17:01:42 +12:00
nsButtonFrameRenderer.h clean up unused methods and virualized methods in nsButtonFrameRenderer. Patch by Rob Arnold. b=315347 r/sr=roc 2007-05-23 13:32:56 -07:00
nsComboboxControlFrame.cpp Bug 513185. Cleanup - get rid of unused PresContext argument of nsComboboxControlFrame::ShowList. r=roc 2009-09-02 14:46:47 +12:00
nsComboboxControlFrame.h Bug 513185. Cleanup - get rid of unused PresContext argument of nsComboboxControlFrame::ShowList. r=roc 2009-09-02 14:46:47 +12:00
nsFieldSetFrame.cpp Bug 502942. Make fieldsets use their content's last-line baseline. r=dbaron 2009-08-03 10:42:59 -04:00
nsFileControlFrame.cpp Back out bug 431098 2009-08-10 16:40:29 -07:00
nsFileControlFrame.h Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports: 2009-01-12 14:20:59 -05:00
nsFormControlFrame.cpp Bug 503791. ComboboxControlFrame should not assume that the origin of the screen is (0,0) because that is not true with more than one display. r=dbaron 2009-08-17 20:21:07 -07:00
nsFormControlFrame.h Bug 503791. ComboboxControlFrame should not assume that the origin of the screen is (0,0) because that is not true with more than one display. r=dbaron 2009-08-17 20:21:07 -07:00
nsGfxButtonControlFrame.cpp Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc 2009-07-28 08:53:20 -04:00
nsGfxButtonControlFrame.h Bug 491180. <button> should not clip overflowing contents. r=roc 2009-07-22 21:31:45 -04:00
nsGfxCheckboxControlFrame.cpp Bug 475535 - don't go through PaintBackgroundWithSC to draw non-native radio buttons and checkboxes; remove special UA pseudo-elements for styling these. r+sr=roc 2009-04-03 10:45:17 +02:00
nsGfxCheckboxControlFrame.h Bug 475535 - don't go through PaintBackgroundWithSC to draw non-native radio buttons and checkboxes; remove special UA pseudo-elements for styling these. r+sr=roc 2009-04-03 10:45:17 +02:00
nsGfxRadioControlFrame.cpp Bug 475535 - don't go through PaintBackgroundWithSC to draw non-native radio buttons and checkboxes; remove special UA pseudo-elements for styling these. r+sr=roc 2009-04-03 10:45:17 +02:00
nsGfxRadioControlFrame.h Bug 475535 - don't go through PaintBackgroundWithSC to draw non-native radio buttons and checkboxes; remove special UA pseudo-elements for styling these. r+sr=roc 2009-04-03 10:45:17 +02:00
nsHTMLButtonControlFrame.cpp Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
nsHTMLButtonControlFrame.h Bug 281387. Make nsIFrame::Append/InsertFrames use nsFrameList. r=bernd,roc, sr=dbaron 2009-07-30 13:23:32 -04:00
nsICheckboxControlFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIComboboxControlFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIFormControlFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIListControlFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsImageControlFrame.cpp Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc 2009-07-20 18:50:15 -07:00
nsIRadioControlFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsISelectControlFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsIsIndexFrame.cpp Bug 468708 - namespaceURI for HTML elements should be http://www.w3.org/1999/xhtml (also make localName return in lower case) r=sicking, sr=peterv, a=beltzner 2009-06-09 10:41:19 +03:00
nsIsIndexFrame.h Bug 396185 - Make nsIFrame derivatives and helper abstract classes use a different dynamic-cast system than nsISupports: 2009-01-12 14:20:59 -05:00
nsITextControlFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsLegendFrame.cpp Remove unnecessary #includes. b=462203 r+sr=roc 2009-02-19 21:18:49 +01:00
nsLegendFrame.h Backed out changeset e2927bb26412 2009-08-26 14:49:18 -07:00
nsListControlFrame.cpp Bug 513185. Calculate an opaque backstop color for a dropdown combobox (select) before possible scroll (which leads to painting). r=roc 2009-09-02 14:46:47 +12:00
nsListControlFrame.h Bug 511323. If a dropdown combobox (select) is given a translucent background color make sure to draw an opaque color on the dropdown's opaque widget so we don't get garbage painted. r=roc 2009-08-25 12:07:57 -07:00
nsSelectsAreaFrame.cpp Rename flags and methods from space manager to float manager. (Bug 191448) r+sr=roc 2009-01-04 19:39:54 -05:00
nsSelectsAreaFrame.h Stop using nsAreaFrame for anything other than xul:label, which is the only thing for which it does anything different from nsBlockFrame, and rename it accordingly. (Bug 471356) r+sr=roc 2008-12-29 10:07:38 -05:00
nsTextControlFrame.cpp Backed out changeset 4aa19414e651 (bug 488249) to fix test orange. 2009-08-24 20:51:57 -04:00
nsTextControlFrame.h Bug 504221 part 12. Switch SetInitialChildList to nsFrameList. r=fantasai, r+sr=roc 2009-07-28 08:53:20 -04:00