Jonathan Watt
8e849f5de1
Bug 704706 - Fix crash @ nsSVGPathGeometryFrame::UpdateCoveredRegion. r=longsonr.
2011-12-13 17:50:30 +00:00
Daniel Holbert
ea572ad911
Bug 710990: Replace duplicate aStartVal check with aEndVal check, in SVGOrientSMILType::Interpolate. r=jwatt
...
--HG--
rename : layout/reftests/svg/smil/anim-marker-orient-01.svg => layout/reftests/svg/smil/anim-marker-orient-02.svg
2011-12-19 10:03:45 -08:00
Robert Longson
91505489fc
Bug 705206 - applying filters to non-rendered shapes results in the item not being rendered. r=dholbert
2011-12-19 10:06:45 +00:00
Robert O'Callahan
250d419dde
Bug 672013. Drawing an SVG image to a canvas need not clear its origin-clean flag. r=dholbert,sr=bzbarsky
2011-12-19 10:57:41 +13:00
Matt Brubeck
f51deee1fa
Back out bug 710521, bug 672013, bug 702739 because of Mac reftest failures
2011-12-18 08:15:09 -08:00
Robert O'Callahan
c1101ca9a7
Bug 672013. Drawing an SVG image to a canvas need not clear its origin-clean flag. r=dholbert,sr=bzbarsky
2011-12-18 21:47:20 +13:00
Robert Longson
151b751467
Bug 708155 - Fix dynamic modifications to styles on foreignObject. r=dholbert
2011-12-17 09:09:19 +00:00
Daniel Holbert
256dd6e1b3
Bug 649440 followup: Remove now-unused reftest helper-file 'lime-anim-100x100.svg'. (test-only, unused file) DONTBUILD
2011-12-07 14:08:47 -08:00
Brian Birtles
58c13039cc
Bug 703992 - Fix parsing of indefinite times; r=dholbert
2011-12-01 08:45:28 +09:00
Daniel Holbert
a8c636d1d8
Bug 660728: Use a smiley face instead of a gradient in SMIL animateTransform reftest, to avoid intermittent failure from off-by-one gradient rounding issue. r=birtles
2011-11-28 16:08:26 -08:00
L. David Baron
b98f691766
Add reftest annotations for failure state on Mac OS X 10.7 (Lion) so we can enable the reftest suite on Lion unit test machines. (Bug 700503)
...
This marks 4 gradient-related tests previously marked as failing on Mac
as failing on only 10.5 and 10.6, since they pass on 10.7.
It also marks one Arabic-shaping-related test as failing, for which bug
705044 has been filed.
2011-11-24 09:14:37 -08:00
Jonathan Watt
a0715110cb
Bug 702696 - Path length scale factor should not be affected by the 'transform' attribute. r=dholbert.
2011-11-21 21:22:19 +00:00
Phil Ringnalda
e980cd8969
Bug 696670, bug 696671, bug 696672, bug 696673, bug 696674, bug 703201 - annotate failing tests in Win7 reftest-no-accel
2011-11-17 20:24:25 -08:00
Daniel Holbert
888a5ac78c
Bug 693940: Restrict SVG-as-an-image to being able to load (local) URIs that have either the URI_INHERITS_SECURITY_CONTEXT or URI_LOADABLE_BY_SUBSUMERS flags. r=bz
2011-11-07 13:45:42 -08:00
Daniel Holbert
e7b0cd4468
Bug 700895 patch 2: Rename img-foreignObject-embed-2* reftest files to img-foreignObject-embed-1*, since the old embed-1* tests were renamed. r=roc
...
--HG--
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2-helper.svg => layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-2.html => layout/reftests/svg/as-image/img-foreignObject-embed-1.html
2011-11-09 12:10:38 -08:00
Daniel Holbert
a6f48e317d
Bug 700895 patch 1: Add a more explicit check for SVG-as-an-image in MaybeCreateDocShell, and improve reftests for <iframe>s being blocked in SVG-as-an-image. r=roc
...
--HG--
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg => layout/reftests/svg/as-image/img-foreignObject-iframe-1a-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1.html => layout/reftests/svg/as-image/img-foreignObject-iframe-1a.html
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1-helper.svg => layout/reftests/svg/as-image/img-foreignObject-iframe-1b-helper.svg
rename : layout/reftests/svg/as-image/img-foreignObject-embed-1.html => layout/reftests/svg/as-image/img-foreignObject-iframe-1b.html
2011-11-09 11:11:11 -08:00
Daniel Holbert
6aebac4aad
back out 10814cd743e3 (from bug 693940) since it breaks moz-filedata URIs in SVG-as-an-image
2011-11-08 12:49:12 -08:00
Daniel Holbert
9122ac3770
Bug 693940: Restrict SVG-as-an-image to load URIs with URI_INHERITS_SECURITY_CONTEXT. r=bz
2011-11-07 13:45:42 -08:00
Daniel Holbert
8ae2d540f6
Bug 641731 tests: reftests for :visited status in image documents. r=dbaron
2011-10-29 02:44:27 -07:00
Robert Longson
4778a050df
Bug 697978 - make display:none svg images load. r=dholbert,bzbarsky
2011-10-29 09:18:25 +01:00
Robert Longson
d96c46fba8
Bug 697057 - Patterns are blurred when the element is scaled. r=dholbert
...
--HG--
rename : layout/reftests/svg/pattern-scale-01.svg => layout/reftests/svg/pattern-scale-01a.svg
2011-10-27 09:51:46 +01:00
Daniel Holbert
3173a1fe21
Bug 695108: Fix reftest filter-extref-differentOrigin-01.svg to fail reliably when served over HTTP, and flag it as fails-on-Android for that reason. r=bz
2011-10-18 10:51:28 -07:00
Benoit Girard
751c6e9bf5
Bug 691354 - [fix] Undo accidental change to svg/conditions-01.svg; r=bustage
2011-10-17 21:30:23 -04:00
Benoit Girard
3805b3cd62
Bug 691354 - Enable test fix by changes. r=jmuizelaar
2011-10-17 13:09:03 -07:00
Robert Longson
de888b0589
Bug 528444 - Empty xlink:href treated like absent xlink:href on SVG script. r=dholbert
2011-10-14 19:25:58 +01:00
Ed Morley
bb5c591827
Backout changeset c49fd40bbd2b (bug 528444) for causing M1 orange; a=philor
2011-10-14 16:10:01 +01:00
Robert Longson
2dbaf01aba
Bug 528444 - Empty xlink:href treated like absent xlink:href on SVG script. r=dholbert
2011-10-14 14:50:56 +01:00
Robert Longson
210babd3c3
Bug 694298 - Changing text to empty does not repaint. r=dholbert
2011-10-14 13:39:40 +01:00
Daniel Holbert
a15ad75714
Bug 686013 reftests, using fragments from external resources encoded as data URIs. r=bz
2011-10-12 00:57:08 -07:00
Boris Zbarsky
87d7169763
Bug 692506. Make sure that SVG animated strings keep track of whether the base value is set correctly. r=longsonr
2011-10-06 16:53:23 -04:00
Robert Longson
80407654c9
Bug 691646 - Pattern tile pixelated on patternTransform. r=dholbert
2011-10-04 16:22:46 +01:00
Robert Longson
04faf415bb
Backout Bug 691646 for causing reftest failures on Linux
2011-10-04 11:00:32 +01:00
Robert Longson
309c85efba
Bug 691646 - Pattern tile pixelated on patternTransform. r=dholbert
2011-10-04 09:38:21 +01:00
Robert Longson
8b2778952e
Bug 630657 - masks should respect color-interpolation. r=jwatt
...
--HG--
extra : rebase_source : d8ec90b0a18444be4890dbe127a1e0e7d70f9ede
2011-09-29 15:03:21 +01:00
Brian Birtles
5087ce14b8
Bug 602504 - Make event-being-timeevent-3.svg pass quickly and fail slowly; r=dholbert
2011-09-28 08:58:54 +09:00
Benoit Girard
55511ee95e
Bug 676831 - Mark Android OpenGL Reftest failures for regression testing. r=joe
...
--HG--
extra : rebase_source : b5458fa13fc6277560eb0ebc3e4e31f6c04b4e6c
2011-09-19 13:05:15 -07:00
Mats Palmgren
424aead691
Bug 686581 - Disable theming in SVG images harder. r=longsonr
2011-09-26 18:29:06 +02:00
Brian Birtles
d2271db96e
Bug 602759 part 16 - Reftest for detecting presence of transform lists; r=jwatt
2011-09-25 22:04:47 +01:00
Brian Birtles
036a332544
Bug 602759 part 2 - Add tests for transform lists; r=jwatt
2011-09-25 22:03:26 +01:00
Mats Palmgren
3224202e44
Bug 686581 - Disable theming in SVG images. r=roc
2011-09-24 10:28:55 +02:00
Robert Longson
b2325d5a3f
Bug 687445 - Do not round mask size till after the CTM transform has been applied. r=roc
2011-09-21 12:30:38 +01:00
Robert Longson
4787d54f01
Bug 687340 - Make dynamic changes to mask, clipPath and marker attributes work. r=roc
2011-09-19 13:59:52 +01:00
Ed Morley
9a350ee255
Merge last green changeset on mozilla-inbound to mozilla-central
2011-09-18 20:23:17 +01:00
Daniel Holbert
2400305c37
Back out cset c3bf76213a6c (bug 665392) for breaking a testcase from the w3c svg testsuite, 'full-animate-elem-24-t.html'.
2011-09-17 09:18:13 -07:00
Robert O'Callahan ext:(.)
c5804fbce1
Bug 647687 - Fix filter SourceImage bounds. r=longsonr
2011-09-17 09:29:51 +01:00
Daniel Holbert
1cd9f699e8
Bug 665392: Make <animateMotion>'s transform apply on top of the "transform" attribute, instead of the other way around. r=roc
2011-09-15 15:42:55 -07:00
Robert O'Callahan
75a23baafe
Bug 619992 - Fix location calculations for light sources. r=longsonr
2011-09-14 15:48:32 +01:00
Phil Ringnalda
26a0601b65
Bug 661491 - mark dynamic--object-svg-unloaded.xhtml as random on Android since it accidentally passes sometimes, r=dholbert
2011-09-11 11:38:21 -07:00
Daniel Holbert
05763d15e5
Bug 683040 followup: Extra reftests for animateMotion & indefinite to-animation. r=birtles
...
--HG--
rename : layout/reftests/svg/smil/anim-indefinite-to-1.svg => layout/reftests/svg/smil/motion/animateMotion-indefinite-to-1.svg
rename : layout/reftests/svg/smil/anim-indefinite-to-2.svg => layout/reftests/svg/smil/motion/animateMotion-indefinite-to-2.svg
2011-09-06 16:50:57 -07:00
Daniel Holbert
ee507982be
Bug 683040: Override new method IsToAnimation instead of old method TreatSingleValueAsStatic, to handle "to animation" for animateMotion. r=birtles
2011-09-06 16:50:49 -07:00