Граф коммитов

133 Коммитов

Автор SHA1 Сообщение Дата
Daniel Holbert f715fd8c32 Bug 614392: Use [noscript, notxpcom] instead of "%{C++" for convenience method imgIContainer::GetType. r=joe sr=bz a=blocking-beta9+ 2010-12-07 10:38:21 -08:00
Joe Drew c09e907566 Bug 528946 - Move the iframe below the script in test_bug497665.html so we don't get checkFirst is not defined when the iframe's onload races parsing the script, a=test 2009-11-19 13:46:00 -08:00
Dão Gottwald bcadafcc7b correctly remove event listeners in browser_image.js 2010-10-21 10:11:52 +02:00
Dão Gottwald f79b9320bb no bug - stop using switchToTabHavingURI in this test
--HG--
extra : rebase_source : 5d008141da6e923c003d00bb7e48cd1d482a483e
2010-10-17 21:50:15 +02:00
Dão Gottwald fc5b43c997 Backed out changeset 6e4cddb22430 in order to fix debug test failures 2010-10-17 21:34:08 +02:00
Dão Gottwald ac4aee4e8c no bug - stop using switchToTabHavingURI in this test
--HG--
extra : rebase_source : a27d931a8067443d8c183a5650025e2d212bc00e
2010-10-16 19:48:29 +02:00
Alon Zakai 28f9e7df01 Bug 595142 - Animated gif/apng do not animate when used as background. r=bholley,joe a=blocking-final+ 2010-10-07 11:54:34 -07:00
Josh Matthews d69ca293fd Bug 601557 - Retain requests to avoid early GC. 2010-10-04 04:38:42 -04:00
Daniel Holbert d0a05da6a3 Bug 601470: Promote GetSourceDataSize & GetDecodedDataSize from RasterImage to Image superclass, and add implementations for VectorImage. r=joe a=joe
--HG--
rename : layout/reftests/svg/image/lime100x100.svg => modules/libpr0n/test/mochitest/lime100x100.svg
2010-10-06 08:37:12 -07:00
Mounir Lamouri 0e0e895f9e Merging to tip. a=blocking-b7 2010-09-30 17:10:19 -07:00
Joel Maher c5435ea8f3 Bug 597056. Firefox browser-chrome tests are ending up in Fennec. ifdef them away for mobile builds. r=mfinkle. a=sayrer 2010-09-29 14:21:09 -04:00
Alon Zakai 4549ab9547 Tests for bug 359608 - Animated GIFs are animated even when user navigates to another page.r=joe,a=blocker 2010-09-07 17:34:18 -07:00
Makoto Kato ext:(%2C%20L.%20David%20Baron%20%3Cdbaron%40dbaron.org%3E) 957a9b78be Use a known failure condition that more closely matches when the tests fail (when we use handwritten SSE2 assembly in the JPEG code), so that they don't produce unexpected pass results on 64-bit Windows. (Bug 582850) r=joedrew / dbaron a2.0=tests 2010-08-11 12:32:53 -07:00
Bobby Holley a9fbb7d491 Bug 578591 and bug 579139 - Disable test_bug435296.html and test_bug478398.html due to intermittent orange. r=lumpy 2010-07-31 14:39:06 -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
Makoto Kato ea3c3d0b50 Bug 578588 - Test suite may not work correctly on Win64 because navigator.platform is Win64. r=sayrer, a=Test Only 2010-07-30 17:18:45 +09:00
Joe Drew f815830de5 Bug 572520: step 9, test asynchronous notification for regular loads and channel loads on static, animated, and 404 images. r=jrmuizel,bholley 2010-07-28 14:52:59 -07:00
Dão Gottwald c7d6319911 remove bogus test for bug 521495 2010-07-15 11:35:33 +02:00
Nils Maier 9051d6a92c Bug 521495 - moz-icon:// protocol does not work with SVG icons. r=joe
--HG--
extra : rebase_source : 4db9f6f86c2a2811d2b21dc28a4ede4216f4e705
2010-07-15 10:14:11 +02:00
Bobby Holley 1a25380c15 Added some checks for the random orange in bug 578591.r=joe 2010-07-14 13:53:01 -04:00
Bobby Holley 4d8ef3bd3e Tests for bug 478398, as well as for a few others, now that we have a discard timer pref.r=joe 2010-07-13 13:30:39 -04:00
Bobby Holley 80dbbc7df5 Bug 553982 - myvidoop.com login broken on trunk.r=joe 2010-07-11 21:11:03 -04:00
Jesse Ruderman 3aa2e3fa71 Add bug numbers for all remaining asserts() annotations in crashtests and reftests 2010-07-01 19:33:56 -07:00
Jesse Ruderman ebe7afb77c Disable test that incorrectly relies on timing (bug 558678) 2010-06-27 21:31:42 -07:00
Kyle Huey 2ac461c8a4 Bug 567426: Make image encoders implement nsIAsyncInputStream. r=joedrew sr=bz 2010-06-23 10:24:56 -07:00
Ginn Chen 4e372ae7c4 Bug 572999 Make reftest recognize Solaris r=roc 2010-06-23 17:33:21 +08:00
Neil Rashbrook dd3e5b6d94 Bug 570002 Allow moz-icon://file:/// URIs again as download manager etc. use it r=joedrew 2010-06-17 12:27:14 +01:00
Jeff Muizelaar e6b3a462fa Bug 548612. qcms: Reduce size of output lookup tables. r=bgirard
We currently use a larger output lookup table than we probably need. Switch to
a common define for the table size and lower it. The should also give a small
improvement to startup time because we have fewer lookup table entries to
compute.
2010-06-04 14:48:30 -04:00
Josh Aas 0976642ba4 Improvements for moz-icon URI code. Include a crash fix and tests. b=559496 r=joe r=jst 2010-05-13 16:20:30 -04:00
L. David Baron c4eb38acd9 Annotate remainder of crashtest mainfests (all but one test) with the tests that are known to assert. (Bug 472557) 2010-05-06 09:28:01 -07:00
Joe Drew 2ca9794b62 Create a test to ensure we properly handle animated images with frames that dispose by clearing. This would have caught some of the regressions with the Cairo update. 2010-04-08 16:10:48 -04:00
Brian Crowder 5f797f4c70 Another typo, ugh. 2010-03-30 14:05:00 -07:00
Brian Crowder ebfc565fa0 Bug 471917 - fix PNG reftests to respect color-management settings, r=mfinkle, sr=dbaron 2010-03-29 14:56:46 -07:00
Neil Rashbrook 7d87ad3155 Bug 553874 - Add a reftest that compares blank to blank, to get a chance to remove the file created by bug415761.sjs so the tinderboxes don't fail trying to clean it up for the next run
--HG--
rename : modules/libpr0n/test/reftest/icon/win/bug415761.sjs => modules/libpr0n/test/reftest/icon/win/bug415761cleanup.sjs
2010-03-21 21:33:50 -07:00
Phil Ringnalda 71308ef3e6 Bug 553874 - see whether a non-executable bug415761.ico is enough to let us consistently remove it when it's copied to ☺.ico 2010-03-21 19:51:34 -07:00
Neil Rashbrook bb888ef855 Bug 415761 Adding Windows-only test r=waldo 2010-03-20 23:57:57 +00:00
Joe Drew 3601f22d9a Bug 546272 - Tests for images with smaller-than-full-canvas frame sizes. 2010-03-10 17:01:35 -05:00
Joe Drew fdddc3e3df Bug 547143 - Basic test. 2010-03-08 14:01:07 -05:00
Jesse Ruderman d78c3163b5 Remove duplicated, out-of-date reftest.list instructions 2010-01-29 03:25:48 -08:00
Jesse Ruderman 0fc8ba572d Fix bug-number comments in reftest.list files 2010-01-08 19:54:28 -08:00
Joe Drew 38a6c31738 Bug 529732 - Remove bogus NS_ABORT_IF_FALSE and reenable tests. r=jrmuizel 2009-11-19 01:09:28 -05:00
Joe Drew 6c9a3355ec Bug 529732 - Disable gif crashtests until we remove the NS_ABORT_IF_FALSE that fires on them. 2009-11-19 00:49:10 -05:00
Joe Drew d380ac2a18 Bug 523528 and Bug 526452 - crashtests.
--HG--
extra : rebase_source : dff3ae65f1deb1a411af59ef98b590dba17f46a0
2009-11-18 18:20:31 -05:00
Joe Drew dff1dee626 Bug 497665 and Bug 514605 - Tests. 2009-11-12 18:00:31 -05:00
Jeff Muizelaar 0eface99b7 Add some tests that exercise bug 525326. r=joe 2009-11-02 13:15:09 -05:00
Gijs Kruitbosch c888c1980e Back out bug 487059, fix tests and EM to cope, r=gavin,beltzner, bug 524995
--HG--
extra : rebase_source : d8414b8de165cf2fa534719c36416d82d21872c6
2009-10-29 14:44:10 +01:00
Jeff Muizelaar 445b58dc3f Add a test for gif comment parsing. 2009-10-21 13:31:04 -04:00
Jeff Muizelaar 2ad75488a2 Bug 519589. Add some tests for GIF transparency.
This is the begining of the long needed GIF test suite.
2009-10-17 00:06:36 -04:00
Bobby Holley ee565047f5 orange fix - disabled the wrong test in f34cc41267d8. r=lumpy 2009-09-13 22:00:39 -06:00