Markus Stange
cf89c95f1d
Bug 676387 - XUL elements with -moz-appearance should ignore clicks in their overflow. r=roc
2011-08-08 20:31:52 +02:00
Marco Bonardo
76e359171e
Bug 674578 - Support resizer[dir="bottomstart"].
...
r=enn
2011-07-29 11:38:41 +02:00
L. David Baron
ca3ad8f7ac
Add needs-focus annotation for native-theme listbox tests. (Bug 659708)
2011-06-12 18:52:32 -07:00
Mounir Lamouri
6d2ef4d993
Bug 660226 - Investigate if the random oranges ore because of focus issues or painting issues. r=ehsan
...
We check that by dumping the focused element. When an orange appears, we will
have to check if the focused element is the body or a select element.
2011-05-30 19:41:36 +02:00
Mounir Lamouri
0d2c37b102
Bug 659708 - The reference page should have the same styles as the test page. r=ehsan
...
This isn't expected to fix the randomness.
2011-05-30 17:52:23 +02:00
Mounir Lamouri
0a6a010a11
Bug 641517 (2/2) - Add the animated glow for progress bars on Windows Vista/7. r=jimm
2011-05-04 16:57:04 +02:00
Mounir Lamouri
152486621d
Bug 568825 - Fix -moz-appearance: progresschunk overflows on the bottom on Windows. r=jimm
2011-05-04 16:55:12 +02:00
Shawn Wilsher
d616bf2fcb
Back out bug 514437, bug 567872, bug 568825, bug 633209, bug 633913, bug 634086, bug 634088, bug 634549, bug 634551, bug 638176, bug 641517, bug 641905, bug 641942, bug 642127, and bug 642667 to undo the performance regression tracked by bug 655860.
2011-05-09 15:48:39 -07:00
Mounir Lamouri
6e2095f65f
Bug 641517 (2/2) - Add the animated glow for progress bars on Windows Vista/7. r=jimm
2011-05-04 16:57:04 +02:00
Mounir Lamouri
4d7e6898e5
Bug 568825 - Fix -moz-appearance: progresschunk overflows on the bottom on Windows. r=jimm
2011-05-04 16:55:12 +02:00
Joel Maher
976abd515f
Bug 636753 - annotate reftest manifests to note tests that fail on Android (1 of 2). r=dbaron a=test-only
2011-03-18 11:54:13 -04:00
Robert O'Callahan
acd7afa1fe
Try to fix failing test for bug 595842 by removing border whose antialiasing seems to be inconsistent, a=testonly
2010-10-29 22:17:07 +13:00
Robert O'Callahan
bf165c4168
Bug 595842. When GetHDCWithClip fails, fall through to the fallback rendering path. r=vlad,a=blocking-beta7
2010-10-29 16:08:07 +13:00
L. David Baron
074114e897
Drop native appearance when border-radius or -moz-border-start/end are set. (Bug 601366) r=bzbarsky a2.0=blocking2.0:betaN
2010-10-06 21:25:47 -07:00
L. David Baron
f4c51b73b2
Rename -moz-box-shadow to box-shadow: mechanical changes. (Bug 590039) r=bzbarsky a2.0=blocking2.0:beta6
...
Generated with:
find * -type f -exec sed -i -e 's/\<MozBoxShadow\>/boxShadow/g;s/-moz-box-shadow/box-shadow/gi' {} \;
2010-09-11 09:27:12 -07:00
Robert O'Callahan
cac5ffc3c7
Bug 581222. Draw outer box-shadows for native-themed elements using the alpha mask of the theme background as the border-shape, and disable inner box-shadows. r=dbaron
...
--HG--
extra : rebase_source : a9b81a5d3e09cca41a8b479a4b62b3e2df6c4354
2010-08-23 21:30:08 +12:00
Jeff Muizelaar
7deb0abd61
Disable more intermittent reftests on D2D
2010-08-16 09:36:02 -04:00
Jeff Muizelaar
421ee71541
Bug 586835. Disable a couple more intermittent reftest fails with D2D.
...
Not sure what's going on with these yet...
2010-08-14 08:32:38 -04:00
L. David Baron
7d7660f740
Fix bustage from bug 570329 with s/windowsWidget/winWidget/g.
2010-07-30 20:50:52 -07:00
L. David Baron
b0ac8dc333
Switch reftest manifests to new, shorter syntax for widget toolkit tests. (Bug 570329) a2.0=tests
...
This patch was created by running the following sed commands:
s/MOZ_WIDGET_TOOLKIT=="\(gtk2\|cocoa\|qt\|windows\)"/\1Widget/g
s/MOZ_WIDGET_TOOLKIT!="\(gtk2\|cocoa\|qt\|windows\)"/!\1Widget/g
on all *.list files in the tree.
2010-07-30 16:48:57 -07:00
Karl Tomlinson
5cad92a1be
b=444870 include overflow in the dirty rect passed to DrawWidgetBackground() r=roc
2010-07-15 10:25:41 +12:00
Neil Deakin
fb50a52ce3
Bug 553576, change -moz-resize to resize, r=dbaron
2010-07-05 10:41:04 -04:00
Karl Tomlinson
791c5c5557
backing out dacb2bc379ad due to assertions in 419737-1 and 435223-1 reftests
2010-07-02 17:45:17 +12:00
Karl Tomlinson
306540d13f
b=444870 include overflow in the dirty rect passed to DrawWidgetBackground() r=roc
2010-07-02 16:08:06 +12:00
Neil Deakin
98103bb448
Bug 554810, use transparent resizer images, also fixes bugs 553752, 553796, 558201, 558203 and 563085, r=roc
2010-06-21 08:37:35 -04:00
Mark Finkle
73132ee93f
Bug 471700 - reftest for native-widgets fail for fennec, but pass in firefox [r=dbaron]
2010-03-02 17:14:14 -05:00
Jesse Ruderman
eaf1f2c5ff
Remove or clarify mentions of fixed bugs in reftest.list files
2010-01-29 03:26:59 -08:00
Markus Stange
0e075e6b10
Bug 519152 - Turn off failing reftests from bug 514745 on Linux
2009-09-28 16:20:33 +13:00
Markus Stange
7e1c08cded
Bug 514745 - RTL support for -moz-appearance: resizer. r=josh
...
--HG--
extra : rebase_source : f85af58c3b0205f16720fd80b0117fed6beb0d37
2009-09-28 10:58:58 +13:00
Markus Stange
7e43c0664b
Bug 514745 - Transformed scrollbars render in the wrong place. r=josh
...
--HG--
extra : rebase_source : 1b860fd6071095b74709dcd161ba8878dc2938b9
2009-09-28 10:58:15 +13:00
Serge Gautherie
a129d6ee41
Bug 502292 - Minimum size of scrollbar thumb is far too small; (Cv1) Disable failing test for now; Patch author says test is broken.
2009-08-24 06:46:06 +02:00
Serge Gautherie
92837df91f
Bustage fix for: Bug 502292 - Minimum size of scrollbar thumb is far too small; (Bv1) Switch "failing" test to '!='.
2009-08-24 06:16:08 +02:00
Sylvain Pasche
ba587c30b5
Bug 502292 - Minimum size of scrollbar thumb is far too small; r=(jmathies + neil) ui-r=beltzner
2009-08-24 04:03:03 +02:00
Neil Rashbrook
17a642add3
Test for bug 482955 r=roc
2009-04-22 15:18:29 +01:00
Neil Rashbrook
202fe73c1a
Test for bug 482955 r=roc
2009-04-22 13:11:30 +01:00
Markus Stange
5062385233
Bug 477590 - Use a horizontal mirror transform when drawing native searchfields and dropdown buttons for RTL frames on OS X. Also fixes bug 477592. r=dao, r=josh, sr=roc
2009-04-17 10:12:12 +02:00
Robert O'Callahan
118b44eb19
Bug 476062. Instead of turning off -moz-appearance when an element has a box-shadow, just ignore the box-shadow. r+sr=dbaron
...
--HG--
extra : rebase_source : 68e79ec44afd089b93870a5d87ea549d5f04b9d6
2009-04-01 14:07:18 +13:00
Robert O'Callahan
6e750e8b5c
Bug 476062. Author-applied 'box-shadow' should cause elements to drop their native look. r+sr=dbaron
...
--HG--
extra : rebase_source : 6f5dfac238eb19be1b38cdd612e5dda8ac457e57
2009-03-18 13:32:08 +13:00
Markus Stange
58f43e13d2
Fix failing reftest for bug 470711
2009-01-06 18:21:17 +01:00
Markus Stange
8164b5c197
Reftest for bug 470711, r=roc
2009-01-06 16:46:19 +01:00
Kai Liu
6f5cd1aa07
Incorrect display of right-to-left menus in Vista - bug 403458 r+sr=vlad
2008-07-18 13:55:25 -07:00
vladimir@pobox.com
9ddc5cd662
mark test as not failing on mac
2008-04-25 17:05:51 -07:00
vladimir@pobox.com
32bee1faae
b=427122, padding on select elements is ignored ; r=dbaron, a=beltzner
2008-04-25 16:12:45 -07:00
vladimir@pobox.com
7ca24931ed
backing out
2008-04-20 01:24:42 -07:00
vladimir@pobox.com
ff8acc97ea
b=427122, padding on select elements ignored, r=dbaron,a=beltzner
2008-04-19 23:42:00 -07:00
joshmoz@gmail.com
cbc19cceb3
tests should pass on PPC now, get rid of the expected failures. patch by jdaggett. b=382048 r=josh sr=dbaron
2007-11-09 09:56:16 -08:00
dbaron@dbaron.org
292a9a31a8
Add tests for bug 240117.
2007-10-09 13:28:10 -07:00
joshmoz@gmail.com
1e988dcc3f
a couple of these tests only fail on PPC now. b=382883
2007-06-12 16:20:50 -07:00
dbaron@dbaron.org
51e30414d3
Add a few reftests for native theme drawing.
2007-05-25 15:25:57 -07:00