Commit Graph

172 Commits

Author SHA1 Message Date
Robert O'Callahan
6c745de41f Bug 593275. Take reftest snapshots by painting the toplevel window. r=dbaron a=blocking2.0:beta6+ 2010-09-04 23:39:32 -04:00
Joe Drew
c38098205b Back out roc's reftest patch, which broke reftests on non-accelerated layer managers. 2010-09-04 00:32:36 -04:00
Robert O'Callahan
b64f0f046c Bug 593275. Take reftest snapshots by painting the toplevel window. r=dbaron 2010-09-03 23:21:14 -04:00
Joe Drew
f028110d4e Bug 590844. reftest: fix the condition setting layersGPUAccelerated. r=vlad, a=b
Frig. I accidentally reversed the condition here.
2010-09-03 17:15:10 -04:00
Joe Drew
e0f239c4e0 Bug 590844 - Add layersGPUAccelerated to the reftest sandbox when we're using accelerated layers. r=dbaron a=blocking2.0:beta6+ 2010-09-03 14:02:23 -04:00
Dão Gottwald
7eebb62d89 Bug 581008 - Remove support for appending arbitrary data to the User Agent string. r=jst,khuey sr=dveditz 2010-08-27 09:02:10 +02:00
Jeff Muizelaar
1d6a5f0a22 Bug 583857. Expose whether D2D is enabled to reftests. r=roc 2010-08-13 11:44:21 -04:00
Boris Zbarsky
d8a749f55e Bug 575336 part 3. Change the reftest harness to do its initial flush on all subframes, not just the root one. r=roc 2010-08-05 14:39:39 -04:00
L. David Baron
86128710c0 Remove the MOZ_WIDGET_TOOLKIT backwards-compatibility definition in the reftest condition sandbox. (Bug 570329) r=roc 2010-08-05 21:59:18 -07:00
Jeff Walden
f377619c0e Bug 571062 - Add slow-test annotation functionality to reftest and the JS test harness. r=dbaron, r=dmandelin 2010-07-13 18:04:29 -05:00
Jeff Walden
8aa51d311d Back out b17c8b926585, seems to not work any more. :-\ 2010-07-27 18:23:30 -07:00
Jeff Walden
0a131caeab Bug 571062 - Add slow-test annotation functionality to reftest and the JS test harness. r=dbaron, r=dmandelin 2010-07-13 18:04:29 -05:00
Clint Talbert
06f67b95c3 Bug 573694 Optionally allow reftest harness to write output to log file for android r=dbaron 2010-07-26 18:43:33 -07:00
Robert O'Callahan
f53cf63b97 Bug 576453. Let the reftest window auto-size itself to fit the browser element. r=dbaron 2010-07-16 09:07:44 +12:00
Robert Sayre
1f14c07233 add some logging to reftest 2010-07-12 22:05:25 -07:00
Robert O'Callahan
31e9a68437 Bug 568392. Part 3: Make reftest harness draw with scrollbars and use the window's layer tree, when possible. r=dbaron 2010-06-28 12:32:16 +12:00
Reed Loden
2ff9db3110 Add missing semicolon. No bug. 2010-06-25 18:45:11 -05:00
Boris Zbarsky
b19eef938d Fix the reftest harness so that a 'load' test that uses reftest-wait doesn't cause following '==' tests to fail. r=roc pending 2010-06-18 11:29:52 -04:00
Robert O'Callahan
0abf5f90af Backed out changeset 5a07f228795b 2010-06-18 23:51:45 +12:00
Robert O'Callahan
04d2b79ae7 Bug 56839. Part 3: Make reftest harness draw with scrollbars and use the window's layer tree, when possible. r=dbaron 2010-06-18 21:25:16 +12:00
Jesse Ruderman
dfb80462db Bug 570730 - automation.py should indicate which test crashed (or timed out) for reftests and mochitests. r=ctalbert 2010-06-10 18:46:18 -07:00
L. David Baron
e4a041ebc6 Add shortcuts for common widget conditions. (Bug 570329) r=roc 2010-06-08 18:44:32 -07:00
L. David Baron
40681d2adb Move construction of reftest condition sandbox into its own function. (Bug 570329) r=roc 2010-06-08 18:44:32 -07:00
L. David Baron
c41d3a2bab Enable the reporting of assertion failures in the reftest harness. (Bug 472557) 2010-05-21 13:17:58 -07:00
L. David Baron
e525d6e345 Remove workaround for all reftest-print tests asserting on mac now that bug 564071 is fixed. (Bug 472557) 2010-05-17 11:31:24 -07:00
L. David Baron
76efaa90a2 Fix spelling of separate. 2010-04-08 21:03:47 -07:00
Ehsan Akhgari
f55f62e4f7 Bug 555289 - Plugin crashed UI should be RTL in RTL locales (Further fixes + tests); r=dao,dbaron 2010-04-07 19:35:09 -04:00
Brian Crowder
28b303e7c4 Reverting an accidental deletion from my previous landing 2010-03-30 13:58:30 -07:00
Brian Crowder
89e942bc6b Bug 471917 - fix PNG reftests to respect color-management settings, r=mfinkle, sr=dbaron 2010-03-29 14:56:46 -07:00
Joel Maher
b84e5262dc Bug 471676 Allow reftest harness to accept same chunking arguments as mochitest, used for maemo and other platforms r=ted 2010-03-29 10:57:51 -07:00
Ehsan Akhgari
d956450275 Bug 552359 - Tinderbox orange: layout/reftests/forms/placeholder/placeholder-7.html placeholder-8.html placeholder-9.html; r=roc 2010-03-27 11:16:53 -04:00
Olli Pettay
1428bb6afb Bug 534478, prevent assertions caused by reftest pagemode, r=dbaron 2010-03-22 16:24:18 +02:00
Joel Maher
ba187a42e1 Bug 544385 Allow reftest to run tests and read manifests from both http and file system r=dbaron p=jmaher Landed on a CLOSED TREE 2010-03-12 14:31:53 -08:00
Mark Finkle
6e63a868eb Bug 471700 - reftest for native-widgets fail for fennec, but pass in firefox [r=dbaron] 2010-03-02 17:14:14 -05:00
Robert O'Callahan
cd4f7a9513 Bug 534425. Part 6: Let nsIWidgets expose a LayerManager to be used to render into the widget, instead of nsPaintEvent::renderingContext which is removed since it's no longer needed. Currently all widgets fall back to a default BasicLayerManager implementation. Also change nsPaintEvent::region to be an nsIntRegion, and get rid of nsPaintEvent::rect since it's redundant. 2010-03-01 21:03:49 +13:00
Ehsan Akhgari
2edab3b0ee Bug 544543 - Add some tests for xul textboxes to make sure their basic behavior and appearance does not regress; r=roc 2010-02-05 16:07:24 -05:00
Jesse Ruderman
d5cf69f09a Bug 540363 - Make reftest dump INFO line indicating beginning of each test (to help understand timeouts/hangs/crashes). r=dbaron 2010-01-18 15:00:16 -08:00
L. David Baron
c328cffd50 reftest-print assertion workaround needs to expect three assertions for every reftest-print test on Mac. (Bug 472557) 2009-12-14 12:53:42 -08:00
L. David Baron
fb95f535ad Work around all reftest-print reftests causing two assertions (Bug 534478) in the reftest harness to avoid lots of manifest annotation. (Bug 472557) 2009-12-13 19:40:55 -08:00
L. David Baron
d1822b7804 Disable reporting of assertion failures in reftest a different way, so that the assertion counts per test are logged and can be collected. (Bug 472557) 2009-12-12 22:22:52 -08:00
L. David Baron
2207d27a17 Backed out changeset 1aea70ef6f63 (temporary debugging code for bug 523934). 2009-10-23 10:47:25 -04:00
L. David Baron
b6544cd539 Add temporary debugging code to debug bug 523934 2009-10-23 10:21:00 -04:00
L. David Baron
45172b3c2a Fix two reftest.js mistakes in changeset d4fa46306138. (Bug 471579) r=ted 2009-10-22 16:36:24 -04:00
Mats Palmgren
cb82ad16f2 Make the reftest framework draw the caret (non-blinking). b=519361 r=roc 2009-10-16 12:55:49 +02:00
Robert Sayre
36a73b0e9f Merge tracemonkey to mozilla-central. 2009-10-07 01:39:01 -04:00
Bob Clary
100f13d6b0 Bug 469718 - browser javascript reftests, r=ted.mielczarek, r=sayrer, r=dbaron. 2009-09-26 15:54:12 -07:00
Daniel Holbert
db3c9f39d9 Bug 520303: Fix "assignment to undeclared variable" warning in reftest.js. r=dbaron 2009-10-03 01:26:38 -07:00
Vladimir Vukicevic
85d0d4192f b=514334; add option to disable canvas cache in reftests (intermittent crash when running reftests on low memory devices); r=roc 2009-09-22 13:01:11 -07:00
Bob Clary
4feeaa8ab6 Bug 499315 - add support of "script" tests to reftests, r=dbaron. 2009-08-20 00:56:22 -07:00
Bob Clary
b01c7e66a1 bug 498685 - Add isDebugBuild to reftest sandbox, r=dbaron. 2009-08-20 00:56:22 -07:00