gecko-dev/layout/forms
Jim Porter 05006bd209 Bug 1324560 - Update test_bug961363.html to support e10s-based <select> dropdowns; r=mconley
e10s-based <select> dropdowns behave differently from the old, non-e10s
version. Most notably, their .value isn't updated until the dropdown is closed
and the change confirmed (e.g. by hitting Enter). Since this test originally
hit ctrl+space at the end of each test, this would open up the dropdown and
effectively trigger the different behavior. Now, the test only hits ctrl+space
for <select multiple> elements.
MozReview-Commit-ID: G3toKNdRgC8

--HG--
rename : layout/forms/test/test_bug961363.html => layout/forms/test/test_select_key_navigation_bug961363.html
extra : rebase_source : 26e581ae7f72a1c993915de1bcf2a325d2d86583
2017-03-23 16:27:37 -05: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 1324560 - Update test_bug961363.html to support e10s-based <select> dropdowns; r=mconley 2017-03-23 16:27:37 -05:00
moz.build Bug 1343979 - Add webrender support for ButtonBorderBackground. r=ethlin 2017-03-08 08:31:46 -08:00
nsButtonFrameRenderer.cpp Bug 1350182 - Enable button border display items by default. r=ethlin 2017-03-27 13:09:55 -07: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
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
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 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
nsFormControlFrame.h
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
nsGfxCheckboxControlFrame.cpp
nsGfxCheckboxControlFrame.h
nsGfxRadioControlFrame.cpp
nsGfxRadioControlFrame.h
nsHTMLButtonControlFrame.cpp 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
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
nsIFormControlFrame.h
nsIListControlFrame.h
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
nsImageControlFrame.cpp
nsLegendFrame.cpp
nsLegendFrame.h
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
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
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
nsSelectsAreaFrame.cpp
nsSelectsAreaFrame.h
nsTextControlFrame.cpp Bug 1342867 - Label the runnable of ScrollOnFocusEvent. r=bevistseng,dholbert 2017-03-08 15:51:40 +08:00
nsTextControlFrame.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