gecko-dev/layout/forms
Mike Conley 73847411fd Bug 1357169 - Manual back out of changeset eecb0af8a88f (bug 418833). r=mats
This also puts the Gecko-drawing of the checkbox / radio frames inside
nsGfxRadioControlFrame and nsGfxCheckboxControlFrame behind the
MOZ_WIDGET_ANDROID pragma for now.

MozReview-Commit-ID: BEyRfEmwjZY

--HG--
extra : rebase_source : fe42a65f55d822a2c7babd95898ec7520cc01616
extra : source : 9e2440ee6715204e88c7ae709a96ef7e1f707bdc
2017-03-31 09:47:57 -04:00
..
crashtests Bug 1333482 part 5 - [css-ui] Enable '-moz-appearance' support for some tests. r=dholbert 2017-03-23 22:11:23 -07:00
test Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
moz.build Bug 1343979 - Add webrender support for ButtonBorderBackground. r=ethlin 2017-03-08 08:31:46 -08:00
nsButtonFrameRenderer.cpp Bug 1355417 - Enable "layers.advanced.button-foreground-layers" by default. r=mchang 2017-04-12 16:47:21 +08:00
nsButtonFrameRenderer.h Bug 1344622 - Part2. Add webrender support for nsDisplayButtonForeground. r=mattwoodrow 2017-03-09 16:58:39 +08:00
nsColorControlFrame.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsColorControlFrame.h Bug 1264837 Part 2 - Remove nsColorControlFrameSuper. r=dholbert 2016-04-18 13:32:19 +08:00
nsComboboxControlFrame.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsComboboxControlFrame.h Bug 1347411 part 5. Change stylo to correctly recompute style on the anonymous boxes that hang off comboboxes. r=heycam 2017-03-15 14:00:43 -04:00
nsDateTimeControlFrame.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsDateTimeControlFrame.h Bug 1340771 part 2 - Introduce a WeakFrame class for heap allocated weak frame pointers, stored in a hashtable for fast lookup. r=tn 2017-03-01 18:03:14 +01:00
nsFieldSetFrame.cpp Bug 1347411 part 3. Fix stylo to properly update styles for the content container frame of <fieldset>. r=heycam 2017-03-15 14:00:43 -04:00
nsFieldSetFrame.h Bug 1347411 part 3. Fix stylo to properly update styles for the content container frame of <fieldset>. r=heycam 2017-03-15 14:00:43 -04:00
nsFileControlFrame.cpp Bug 1340120 - Directory Upload API should work correctly with a folder is dropped, r=smaug 2017-02-16 18:23:33 +01:00
nsFileControlFrame.h Bug 1340771 part 2 - Introduce a WeakFrame class for heap allocated weak frame pointers, stored in a hashtable for fast lookup. r=tn 2017-03-01 18:03:14 +01:00
nsFormControlFrame.cpp Bug 1355752 - Remove B2G code from nsFormControlFrame.cpp & forms.css. r=dholbert 2017-04-20 13:16:43 +08:00
nsFormControlFrame.h Bug 605985 part 1 - Remove most default styling for checkbox and radio buttons and make the instrinsic size be zero for -moz-appearance:none checkbox/radios. r=dholbert 2017-02-09 21:22:40 +01:00
nsGfxButtonControlFrame.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsGfxButtonControlFrame.h Bug 1334247 - Remove unused nsGfxButtonControlFrame::CreateFrameFor. r=bz 2017-01-26 15:33:05 -08:00
nsGfxCheckboxControlFrame.cpp Bug 1357169 - Manual back out of changeset eecb0af8a88f (bug 418833). r=mats 2017-03-31 09:47:57 -04:00
nsGfxCheckboxControlFrame.h Bug 1357169 - Manual back out of changeset eecb0af8a88f (bug 418833). r=mats 2017-03-31 09:47:57 -04:00
nsGfxRadioControlFrame.cpp Bug 1357169 - Manual back out of changeset eecb0af8a88f (bug 418833). r=mats 2017-03-31 09:47:57 -04:00
nsGfxRadioControlFrame.h Bug 1357169 - Manual back out of changeset eecb0af8a88f (bug 418833). r=mats 2017-03-31 09:47:57 -04:00
nsHTMLButtonControlFrame.cpp Backed out changeset d0ecd711cbc4 (bug 1302470) 2017-04-21 19:09:11 +02:00
nsHTMLButtonControlFrame.h Bug 1347411 part 2. Fix stylo to properly update styles for the various frames that use FCDATA_WITH_WRAPPING_BLOCK to wrap an anonymous block around their kids. r=heycam 2017-03-15 14:00:43 -04:00
nsIComboboxControlFrame.h Bug 1194027, add a flag to select elements to indicate if the parent process has the popup open, r=mrbkap 2016-08-03 07:45:46 -04:00
nsIFormControlFrame.h
nsIListControlFrame.h Bug 1024350 - Support fire input event for select element.r=smaug 2016-06-01 00:10:00 +02:00
nsImageControlFrame.cpp Bug 1312173 - Convert NS_STYLE_USER_INPUT_* to an enum class; r=manishearth,xidorn 2016-10-23 00:08:18 +02:00
nsISelectControlFrame.h
nsITextControlFrame.h Bug 1345237. Propagate uint32_t deeper into the editor state and text control frame code. r=mystor 2017-03-09 14:44:45 -05:00
nsLegendFrame.cpp Bug 1322191 part 2b - Replace "NS_BLOCK_FLOAT_MGR | NS_BLOCK_MARGIN_ROOT" with NS_BLOCK_FORMATTING_CONTEXT_STATE_BITS. r=dholbert 2016-12-23 19:11:04 +01:00
nsLegendFrame.h Bug 1330962 part 4 - Cleanup some #includes and make nsLegendFrame 'final'. r=dholbert 2017-01-28 02:34:14 +01:00
nsListControlFrame.cpp Bug 1348665 part 2 - Remove the ViewProperty and store the nsView* in a field on the relevant frame classes instead. r=tnikkel 2017-03-21 01:22:13 +01:00
nsListControlFrame.h Bug 1348665 part 2 - Remove the ViewProperty and store the nsView* in a field on the relevant frame classes instead. r=tnikkel 2017-03-21 01:22:13 +01:00
nsMeterFrame.cpp Bug 1333482 part 2 - [css-ui] Change all consumers of StyleDisplay::mAppearance to use the accessor UsedAppearance() instead, and make mAppearance/mMozAppearance private. r=dholbert 2017-03-23 22:11:18 -07:00
nsMeterFrame.h Bug 1300369 part 4 - Refactor all ComputeAutoSize methods to take the full ComputeSizeFlags instead of just a "bool aShrinkWrap" for the eShrinkWrap flag (idempotent patch). r=dholbert 2016-11-05 02:57:06 +01:00
nsNumberControlFrame.cpp Bug 1333482 part 2 - [css-ui] Change all consumers of StyleDisplay::mAppearance to use the accessor UsedAppearance() instead, and make mAppearance/mMozAppearance private. r=dholbert 2017-03-23 22:11:18 -07:00
nsNumberControlFrame.h Bug 1340771 part 2 - Introduce a WeakFrame class for heap allocated weak frame pointers, stored in a hashtable for fast lookup. r=tn 2017-03-01 18:03:14 +01:00
nsProgressFrame.cpp Bug 1333482 part 2 - [css-ui] Change all consumers of StyleDisplay::mAppearance to use the accessor UsedAppearance() instead, and make mAppearance/mMozAppearance private. r=dholbert 2017-03-23 22:11:18 -07:00
nsProgressFrame.h Bug 1279354 part 2 - Make the nsProgressFrame code a bit more idiomatic by processing its actual child frames. r=dholbert 2016-11-28 23:00:20 +01:00
nsRangeFrame.cpp Bug 1351860 - Move mType from HTMLInputElement to nsIFormControl and make GetType non-virtual inlined, r=jessica 2017-03-31 22:49:00 -04:00
nsRangeFrame.h Bug 1300369 part 4 - Refactor all ComputeAutoSize methods to take the full ComputeSizeFlags instead of just a "bool aShrinkWrap" for the eShrinkWrap flag (idempotent patch). r=dholbert 2016-11-05 02:57:06 +01:00
nsSelectsAreaFrame.cpp Bug 1301630 - Remove nsBlockFrame::SetFlags(). r=bz 2016-09-09 15:26:57 +08:00
nsSelectsAreaFrame.h Bug 1277129 Part 7b - Rename various ReflowState variables to ReflowInput. r=dbaron 2016-07-21 18:36:39 +08:00
nsTextControlFrame.cpp Bug 1340483 - Part 4. Update input visibility accordingly. r=heycam 2017-03-30 17:38:59 +08:00
nsTextControlFrame.h Bug 1340483 - Part 3. Enable preview function only when input is marked as autofill field. r=heycam 2017-03-22 16:55:56 +08:00