Daniel Holbert
|
17daa01824
|
Bug 831354, test fix 5: Make flexbox-align-self-vert-rtl-1.xhtml wrap some text in a 100px-wide inline block, so that our different centering algorithms will be able to center it consistently. r=dbaron
|
2013-01-17 13:14:23 -08:00 |
|
L. David Baron
|
25329d2a85
|
Bug 831354, test fix 3: Make flexbox-intrinsic-sizing-horiz-2a.xhtml not assume that the distance from the baseline of the default font to the top of its normal line height is less than or equal to 16px. r=dholbert
|
2013-01-17 20:20:27 +00:00 |
|
Jonathan Kew
|
dd91a5bdfa
|
bug 829523 - disable font hinting on b2g, but retain pixel-snapped metrics except in the browser app. r=cjones
|
2013-01-15 15:19:28 +00:00 |
|
Andrew Halberstadt
|
4a18b30019
|
Bug 811779 - Enable larger set of reftests on B2G emulators, r=jgriffin
|
2013-01-03 15:35:01 -05:00 |
|
Daniel Holbert
|
bc0245358f
|
Bug 821449: Marked flex items whose height is stretched (via "align-items/align-self") as having a relative height. r=dbaron
--HG--
rename : layout/reftests/flexbox/flexbox-dyn-changePadding-1a.xhtml => layout/reftests/flexbox/flexbox-dyn-changePadding-1b.xhtml
|
2012-12-26 12:31:23 -08:00 |
|
Daniel Holbert
|
bc6d982e65
|
Bug 821426: Call FinishReflowChild() instead of DidReflow() after flex container's "measuring" reflow for a flex item. r=dbaron
|
2012-12-26 12:29:27 -08:00 |
|
Daniel Holbert
|
5d939706e3
|
Bug 811521: When reflowing a flex container, ensure its children are sorted by 'order'. r=dbaron
|
2012-12-26 12:17:52 -08:00 |
|
Daniel Holbert
|
ce4d2e3e4d
|
Bug 783409: Enable "layout.css.flexbox.enabled" pref. r=dbaron
|
2012-12-07 10:58:34 -08:00 |
|
Daniel Holbert
|
fc28094f98
|
back out 75cab729c971 because it landed with the wrong bug number
|
2012-12-07 11:15:27 -08:00 |
|
Daniel Holbert
|
5b6cd65092
|
Bug 783490: Enable "layout.css.flexbox.enabled" pref. r=dbaron
|
2012-12-07 10:58:34 -08:00 |
|
Daniel Holbert
|
5f26666082
|
Bug 816357: use 'default-preference' rather than line-by-line pref() annotations in flexbox reftest.list file. r=heycam
|
2012-11-28 23:12:32 -08:00 |
|
Daniel Holbert
|
bc770d0c35
|
Bug 816357 helper: Add a simple border to fieldset & textarea elements in flexbox reftests, to work around occasionally-fuzzy-on-linux pixels at beveled border corners. (test-only)
|
2012-12-04 16:47:43 -08:00 |
|
Daniel Holbert
|
df05d755e9
|
Bug 808767: Put flex items' borders & backgrounds into the BlockBorderBackgrounds display-list, so that overlapping flex items & their contents will paint in the right order. r=dbaron
|
2012-11-30 00:13:23 -08:00 |
|
Ryan VanderMeulen
|
35da76566c
|
Backed out changeset 9430676f5442 (bug 808767) for Android R3 failures.
|
2012-11-29 17:55:50 -05:00 |
|
Daniel Holbert
|
f5f871312c
|
Bug 808767: Put flex items' borders & backgrounds into the BlockBorderBackgrounds display-list, so that overlapping flex items & their contents will paint in the right order. r=dbaron
|
2012-11-29 12:46:22 -08:00 |
|
Ed Morley
|
85ad081997
|
Backout 82837149f001 (bug 816357) for frequent flexbox reftest failures on linux
|
2012-11-29 15:22:09 +00:00 |
|
Daniel Holbert
|
45fc775c31
|
Bug 816357: use 'default-preference' rather than line-by-line pref() annotations in flexbox reftest.list file. r=heycam
|
2012-11-28 23:12:32 -08:00 |
|
Daniel Holbert
|
0b963e527d
|
Bug 807897: Make non-auto values for "z-index" turn flex items into stacking contexts, even if they're not positioned. r=dbaron
|
2012-11-20 17:24:59 -08:00 |
|
Daniel Holbert
|
bf91bdf97d
|
Bug 783415 part 1: Make "display" value of flex items compute to their blockified forms. r=dbaron
|
2012-11-07 11:28:59 -08:00 |
|
Jet Villegas
|
3727936e46
|
Bug 806068 part 2: Change in-tree usage of -moz-initial to initial. r=dholbert
|
2012-10-30 16:57:36 +01:00 |
|
Daniel Holbert
|
cf67cb6e07
|
Bug 798666: Constrain cross size of auto-sized flex containers to be within min/max range. r=dbaron
|
2012-10-16 19:04:30 -07:00 |
|
Daniel Holbert
|
93791d3f3b
|
Bug 801098: Unprefix flexbox properties & keywords (still preffed off by default). r=dbaron
|
2012-10-15 12:42:43 -07:00 |
|
Daniel Holbert
|
f80be63da9
|
Bug 799647 part 2: reftest. r=dbaron
--HG--
rename : layout/reftests/flexbox/flexbox-align-self-horiz-1.xhtml => layout/reftests/flexbox/flexbox-align-self-horiz-1-block.xhtml
rename : layout/reftests/flexbox/flexbox-align-self-horiz-1.xhtml => layout/reftests/flexbox/flexbox-align-self-horiz-1-table.xhtml
|
2012-10-11 18:41:32 -07:00 |
|
Daniel Holbert
|
8fe0749a1d
|
Bug 799647 part 1: Use style-context parent instead of frame parent when resolving "align-self:auto" on a flex item. r=dbaron
|
2012-10-11 18:41:05 -07:00 |
|
Daniel Holbert
|
b17f67a258
|
Bug 797953: Mark flexbox-widget-* reftests as having a some occasionally fuzzy pixels (at corners of buttons)
|
2012-10-05 11:50:29 -07:00 |
|
Daniel Holbert
|
45b0054b34
|
Bug 666041 / Bug 797022 followup: update "fails-if(Android)" annotations for android fuzziness in flexbox reftests, to address unexpected passes/fails.
|
2012-10-03 23:02:15 -07:00 |
|
Daniel Holbert
|
7cc0b8d488
|
Bug 797601 part 3: Add a reftest to verify that the flexbox about:config pref works, and annotate the other flexbox reftests to turn on the pref for them. r=bz
|
2012-10-03 18:45:06 -07:00 |
|
Daniel Holbert
|
7e0081585f
|
Bug 666041: Reftests for css3-flexbox. (tests-only)
--HG--
rename : layout/reftests/bugs/solidblue.png => layout/reftests/flexbox/solidblue.png
|
2012-09-29 23:42:29 -07:00 |
|
Daniel Holbert
|
2e3624026b
|
Bug 725723: rename reftests/flexbox to reftests/box. r=dbaron
--HG--
rename : layout/reftests/flexbox/flexbox-attributes-no-box-horizontal-ref.xhtml => layout/reftests/box/flexbox-attributes-no-box-horizontal-ref.xhtml
rename : layout/reftests/flexbox/flexbox-attributes-no-box-horizontal.xhtml => layout/reftests/box/flexbox-attributes-no-box-horizontal.xhtml
rename : layout/reftests/flexbox/flexbox-attributes-no-box-vertical-ref.xhtml => layout/reftests/box/flexbox-attributes-no-box-vertical-ref.xhtml
rename : layout/reftests/flexbox/flexbox-attributes-no-box-vertical.xhtml => layout/reftests/box/flexbox-attributes-no-box-vertical.xhtml
rename : layout/reftests/flexbox/flexbox-attributes-no-input-horizontal-ref.xhtml => layout/reftests/box/flexbox-attributes-no-input-horizontal-ref.xhtml
rename : layout/reftests/flexbox/flexbox-attributes-no-input-horizontal.xhtml => layout/reftests/box/flexbox-attributes-no-input-horizontal.xhtml
rename : layout/reftests/flexbox/flexbox-attributes-no-input-vertical-ref.xhtml => layout/reftests/box/flexbox-attributes-no-input-vertical-ref.xhtml
rename : layout/reftests/flexbox/flexbox-attributes-no-input-vertical.xhtml => layout/reftests/box/flexbox-attributes-no-input-vertical.xhtml
rename : layout/reftests/flexbox/reftest.list => layout/reftests/box/reftest.list
|
2012-02-13 14:36:18 -08:00 |
|
Boris Zbarsky
|
ad2785f9d7
|
Bug 598482 part 0. Change a few more tests to not depend on pointer positions, since we don't control those.
|
2012-01-14 22:57:03 -05:00 |
|
L. David Baron
|
bf6088c149
|
Make nsBox more careful about accepting XUL attributes only on XUL elements. (Bug 102440) r=bzbarsky
|
2011-04-22 18:36:24 -07:00 |
|