Markus Stange
32393dc505
Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel
...
--HG--
extra : rebase_source : c52270e748c7f25821c1635d2c004536d1cfe947
extra : source : 1d3a58326caa70fe49374f5c236594a51ca11b44
2015-04-07 22:23:02 -04:00
Phil Ringnalda
4401b580e1
Back out 1d3a58326caa (bug 932958) for reftest bustage
...
CLOSED TREE
2015-04-06 20:28:02 -07:00
Markus Stange
a5bacaa2f4
Bug 932958 - Use the Skia Software backend by default for canvas on OS X. r=jrmuizel
...
--HG--
extra : rebase_source : 503c3c2d430f7a0812b99b9950dd822c3b93d184
2015-04-06 16:16:38 -04:00
Alexandre Lissy
e8b4f395c0
Bug 1138442 - Disable reftests on Mulet in parity with B2G/B2G Desktop. r=ahal
2015-03-10 02:43:00 +01:00
L. David Baron
13ce318418
Bug 1122297 - Adjust existing Mac OS X reftest failure annotations that also show up on 10.10. r=philor
...
This adjusts existing reftest annotations for tests that fail on 10.8
that are showing up as failing on 10.10 as well to be marked using >=
version tests rather than == version tests.
2015-01-15 18:00:49 -08:00
L. David Baron
eb5285b396
Bug 1121327 patch 2 - Update reftest and crashtest manifests for new OSX variable in condition sandbox. r=ted.mielczarek
2015-01-15 15:07:50 -08:00
Matt Woodrow
dcb0587996
Bug 1059622 - Fuzz some gradient tests that fail with CG tiling. r=Bas
2014-09-01 15:24:11 +12:00
Bas Schouten
683ce47d7f
Bug 1036785 - Tests: Fuzz some tests to mask subpixel-AA differences. r=jrmuizel
2014-07-15 23:40:32 +02:00
CJKu
9691cf3136
Bug 1000722 - Rollback close reftest in bug 981477. r=ahal
2014-06-24 10:20:00 -04:00
Andrew Halberstadt
2aa6a20e6b
Bug 981477 - Adjust wrongfully annotated b2g oop reftests from fails to random, r=edmorley
2014-06-13 10:05:52 -04:00
Vincent Chen
c53b5f77a8
Bug 981477 - Disable B2G emulator reftests that fail oop, r=ahal
2014-05-23 15:56:15 -04:00
Ryan VanderMeulen
ccca9e43f4
Bug 980247 - Fix silly rebase error. r=fail
2014-03-26 15:38:08 -04:00
Abel Lin
6205a8c719
Bug 980247 - Add a reftest for different continuations of a sticky element having the same offsets. r=dbaron
2014-03-26 14:46:47 -04:00
Vincent Chen
186171453a
Bug 922680 - triage reftests which fail oop, r=ahal
2014-03-12 09:25:23 -04:00
Ryan VanderMeulen
95184620a9
Backed out changeset 1bcd1fea2e73 (bug 922680) for B2G reftest crashes.
...
CLOSED TREE
2014-03-11 14:29:34 -04:00
Vincent Chen
427d4f169a
Bug 922680 - triage reftests which fail oop, r=ahal
2014-03-11 12:12:10 -04:00
Corey Ford
0eb7828baa
Bug 916302 - Part 2: In sticky positioning calculations, use the union of the element's margin boxes and the union of the containing-block element's content boxes. r=dholbert
2013-12-03 11:28:32 -08:00
Vivien Nicolas
463b2da6e3
Bug 876741 - Scrollbars are not drawn on b2g. r=ochameau,roc
2013-11-22 13:45:05 +01:00
Corey Ford
1da3373a87
Bug 925259: Avoid sticky positioning inner table elements. r=dholbert
2013-11-12 12:46:47 -08:00
Dan Minor
c9fd93e4bc
Bug 930985 - Update reftest manifests for pandaboards; r=gbrown
2013-10-29 07:19:08 -04:00
Jonathan Kew
60a897da37
bug 877203 pt 3 - update font prefs for Android to refer to Clear Sans. r=blassey
2013-10-23 22:04:40 +02:00
Dan Minor
ebb3acf996
Bug 927085 - Update reftest manifests for pandaboards; r=gbrown
2013-10-17 15:17:30 -04:00
Dan Minor
e3c8686c3f
Bug 921021 - Update reftest manifests for pandaboards; r=jmaher
2013-09-30 07:49:04 -04:00
L. David Baron
c5d18cf77f
Followup to bug 828312 patch 9a: Mark test as fuzzy-if on Android. CLOSED TREE
2013-09-25 17:53:12 -07:00
L. David Baron
6404578a6b
Followup to bug 828312 patch 9a: Mark test as fuzzy-if on Mac OS X 10.8, where the Ahem font is behaving in ways it shouldn't. CLOSED TREE
2013-09-25 15:45:24 -07:00
L. David Baron
d0255c650f
Bug 828312 patch 9a: Make sticky positioning handle block-in-inline splits correctly. r=dholbert
...
This assumes that the specification for how position:sticky behaves for
block-in-inline splits matches the specification for position:relative,
in other words, matches
http://www.w3.org/TR/CSS21/visuren.html#anonymous-block-level .
It's also necessary for patch 9b since the new rule for handling of
style change hints is that a style change hint applies to all
continuations and all block-in-inline siblings ("special siblings").
The change in StickyScrollContainer::GetScrollRanges is really the fix
for bug 918994, but adjusted for the change here to use block-in-inline
siblings ("special siblings") in addition to continuations.
2013-09-25 12:28:08 -07:00
Daniel Holbert
0a856e7ab2
Bug 904197 followup: make reftests use Ahem font, to avoid pixel-alignment difference between block vs. inline elements. (test-only)
...
--HG--
rename : layout/reftests/flexbox/ahem.css => layout/reftests/position-sticky/ahem.css
2013-09-18 08:36:27 -07:00
Corey Ford
7597b90beb
Bug 904197 - Use the union of continuations' rects in sticky positioning calculations. r=dholbert
...
Reftest inline-3.html fails because handling the sticky element's margin correctly will take more work; similarly, border/padding on containing-block continuations won't be handled quite right. Reftest column-contain-1a fails because some of the anonymous blocks inside an nsColumnSetFrame have 0 height.
2013-09-13 16:53:48 -07:00
Daniel Holbert
10cc45d637
Bug 897105 followup: increase fuzz for reftest stacking-context-1.html a bit more. DONTBUILD
...
landing on CLOSED TREE w/ RyanVM's permission
2013-09-13 10:31:02 -07:00
Corey Ford
d5b2deaa8e
Bug 897105 - Part 4: Build display items and layers for sticky positioned elements. r=roc
2013-09-12 18:56:57 -07:00
Daniel Holbert
09ab56c960
Bug 914078, attempt 2: Increase Android-only max-fuzzy-difference from 5 to 6, for "position-sticky/top-3.html" reftest. r=corey
2013-09-12 09:50:25 -07:00
Daniel Holbert
17af62bf6e
Bug 914078: Increase Android-only max-fuzzy-difference from 4 to 5, for recently-added "position-sticky/top-3.html" reftest. r=corey
2013-09-09 10:20:16 -07:00
Daniel Holbert
89a2cfebf9
(no bug) Broaden fuzzy-if() annotation slightly, for reftest position-sticky/top-2.html. r=corey
2013-09-06 13:59:58 -07:00
Corey Ford
cec6f3ffba
Bug 886646 - Part 7: Reftests for sticky positioning. r=dbaron
2013-09-06 09:35:16 -04:00