gecko-dev/layout/forms
Andrea Marchesini 5cddd3946d Bug 1283061 - HTMLInputElement type=file webkitdirectory/directory should show just 1 button, r=smaug 2016-06-29 18:18:42 +02:00
..
crashtests Bug 893332, part 4 - Crashtests. r=baku 2016-01-27 22:51:54 +00:00
test Bug 1272012 - Tweak or disable a few tests for <select size=1> Up/Down key behavior on OSX. 2016-05-25 21:52:36 +02:00
moz.build Bug 1272513 - Part 1: Suppress -Wshadow warnings-as-errors in some directories. r=glandium 2016-05-11 00:00:01 -07:00
nsButtonFrameRenderer.cpp Bug 1272983 part 2: Use more forgiving margin/padding getters in nsButtonFrameRenderer, for better behavior when percent or auto values are encountered. r=dbaron 2016-05-20 15:05:33 -07:00
nsButtonFrameRenderer.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsColorControlFrame.cpp Bug 1264837 Part 2 - Remove nsColorControlFrameSuper. r=dholbert 2016-04-18 13:32:19 +08:00
nsColorControlFrame.h Bug 1264837 Part 2 - Remove nsColorControlFrameSuper. r=dholbert 2016-04-18 13:32:19 +08:00
nsComboboxControlFrame.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsComboboxControlFrame.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsFieldSetFrame.cpp Bug 1273433 part 1 - Make <legend align=right> work again. r=jfkthame 2016-05-18 13:49:33 +02:00
nsFieldSetFrame.h Back out 6 changesets (bug 1227327) for Android reftest failures in 942672-1.html, background-position-2b.html and background-position-2c.html 2016-05-03 21:49:07 -07:00
nsFileControlFrame.cpp Bug 1283061 - HTMLInputElement type=file webkitdirectory/directory should show just 1 button, r=smaug 2016-06-29 18:18:42 +02:00
nsFileControlFrame.h Bug 1283061 - HTMLInputElement type=file webkitdirectory/directory should show just 1 button, r=smaug 2016-06-29 18:18:42 +02:00
nsFormControlFrame.cpp Bug 1264837 Part 3 - Remove nsFormControlFrameSuper. r=dholbert 2016-04-18 13:42:26 +08:00
nsFormControlFrame.h Bug 1264837 Part 3 - Remove nsFormControlFrameSuper. r=dholbert 2016-04-18 13:42:26 +08:00
nsGfxButtonControlFrame.cpp Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsGfxButtonControlFrame.h
nsGfxCheckboxControlFrame.cpp Bug 1237457 - Partially Moz2Dify nsDisplayGeneric. r=roc. 2015-12-03 19:16:59 -08:00
nsGfxCheckboxControlFrame.h
nsGfxRadioControlFrame.cpp Bug 1237457 - Partially Moz2Dify nsDisplayGeneric. r=roc. 2015-12-03 19:16:59 -08:00
nsGfxRadioControlFrame.h
nsHTMLButtonControlFrame.cpp Bug 1261284: Don't include <button>'s children in overflow areas, if we know we're going to clip them when painting. r=mats 2016-04-01 20:36:41 -07:00
nsHTMLButtonControlFrame.h Bug 1261284: Don't include <button>'s children in overflow areas, if we know we're going to clip them when painting. r=mats 2016-04-01 20:36:41 -07:00
nsIComboboxControlFrame.h
nsIFormControlFrame.h
nsIListControlFrame.h Bug 1024350 - Support fire input event for select element.r=smaug 2016-06-01 00:10:00 +02:00
nsISelectControlFrame.h
nsITextControlFrame.h
nsImageControlFrame.cpp Bug 1264837 Part 4 - Remove nsImageControlFrameSuper. r=dholbert 2016-04-18 13:47:53 +08:00
nsLegendFrame.cpp Bug 1273433 part 1 - Make <legend align=right> work again. r=jfkthame 2016-05-18 13:49:33 +02:00
nsLegendFrame.h Bug 1273433 part 1 - Make <legend align=right> work again. r=jfkthame 2016-05-18 13:49:33 +02:00
nsListControlFrame.cpp Bug 1024350 - Support fire input event for select element.r=smaug 2016-06-01 00:10:00 +02:00
nsListControlFrame.h Bug 1279451 - Remove a lot of unnecessary includes of nsAutoPtr.h. rs=sparky 2016-06-07 21:10:18 +01:00
nsMeterFrame.cpp Bug 1273424 - Rename -moz-appearance keyword constants to be more consistent with CSS keywords. r=bholley 2016-05-18 11:07:47 -07:00
nsMeterFrame.h Move CompositorWidgetProxy inheritance out of nsIWidget. (bug 1264545 part 6, r=jimm) 2016-04-29 19:23:17 -04:00
nsNumberControlFrame.cpp Bug 1273424 - Rename -moz-appearance keyword constants to be more consistent with CSS keywords. r=bholley 2016-05-18 11:07:47 -07:00
nsNumberControlFrame.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00
nsProgressFrame.cpp Bug 1273424 - Rename -moz-appearance keyword constants to be more consistent with CSS keywords. r=bholley 2016-05-18 11:07:47 -07:00
nsProgressFrame.h Bug 1247929 patch 1 - Add GetType() overrides for nsProgressFrame and nsMeterFrame. r=dholbert 2016-02-24 10:40:29 -08:00
nsRangeFrame.cpp Bug 1259656 part.1 Rename WidgetEvent::refPoint to WidgetEvent::mRefPoint r=smaug 2016-04-18 23:09:02 +09:00
nsRangeFrame.h Bug 1244049 - Part 2: Replace nsCSSPseudoElements::Type with CSSPseudoElementType. r=dbaron 2016-02-17 21:37:00 +01:00
nsSelectsAreaFrame.cpp Bug 1230413 (part 1) - Pass a DrawTarget to several PaintFocus functions(). r=mattwoodrow. 2015-12-03 19:16:59 -08:00
nsSelectsAreaFrame.h Bug 1113206: Make nsComboboxControlFrame and nsListControlFrame use logical coordinates and support vertical writing modes - patch by smontagu with additions by jfkthame. r=jfkthame,smontagu 2015-02-08 07:31:14 -08:00
nsTextControlFrame.cpp Bug 1243559 - Removes static casts from calls to FrameProperties::Get, ::Set, and ::Remove, and forces callers to use the type associated with the property. r=dbaron 2016-06-21 13:17:11 -07:00
nsTextControlFrame.h Bug 1265927: Move nsRunnable to mozilla::Runnable, CancelableRunnable to mozilla::CancelableRunnable. r=froydnj 2016-04-25 17:23:21 -07:00