Max Vujovic
0247a302ba
Bug 948265 - Connect the filter graphs of chained SVG filters. r=roc
2014-02-28 16:40:00 -05:00
Jeff Muizelaar
a8a32a3bfd
Bug 974160. Robustify reftest. r=cam
...
This currently seems to fail on b2g aws. I assume because the timeout fires
before the function can run and we end up with two exclamation marks.
--HG--
extra : rebase_source : 7a4d5371c893b4f714df12deca664703a4bc94ac
2014-02-21 13:27:49 -05:00
Robert Longson
23dc88b424
Bug 971285 - Fix intermittent failure in smil/anim-path-d-01.svg. r=dholbert
2014-02-15 14:08:54 +00:00
Robert Longson
3373decc39
Fix and enable reftest for Bug 964200
2014-02-10 18:48:05 +00:00
Robert Longson
3da1b52f83
Backout Bug 964200 part 3c
2014-02-08 21:02:30 +00:00
Robert Longson
284df90a20
Bug 964200 (Part 3c fix reftest) - Implement Filter Effects Module feDropShadow filter. r=mstange
2014-02-08 20:25:14 +00:00
Robert Longson
429e5866b8
Bug 964200 (Part 3b activate) - Implement Filter Effects Module feDropShadow filter. r=mstange
2014-02-08 20:16:22 +00:00
Robert Longson
8b21c82f7c
Bug 964200 (Part 3a moz2d) - Implement Filter Effects Module feDropShadow filter. r=mstange
...
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-08 16:49:46 +00:00
Phil Ringnalda
d8055d939b
Backed out 2 changesets (bug 964200) for build bustage
...
CLOSED TREE
Backed out changeset 7dbe53176a38 (bug 964200)
Backed out changeset 19993e76f4a0 (bug 964200)
2014-02-05 09:19:08 -08:00
Robert Longson
649aa6ceee
Bug 964200 (Part 3 main) - Implement Filter Effects Module feDropShadow filter. r=mstange
...
--HG--
rename : content/svg/content/src/SVGFEGaussianBlurElement.cpp => content/svg/content/src/SVGFEDropShadowElement.cpp
rename : content/svg/content/src/SVGFEGaussianBlurElement.h => content/svg/content/src/SVGFEDropShadowElement.h
rename : dom/webidl/SVGFEGaussianBlurElement.webidl => dom/webidl/SVGFEDropShadowElement.webidl
2014-02-05 16:46:47 +00:00
Geoff Brown
20ee26c199
Bug 936226 - Mark canvas-drawImage-scale-2a.html as passing on Android x86; r=dminor
2014-01-28 06:47:38 -07:00
Matt Woodrow
61e8facd78
Bug 965030 - Pass the correct positioned frame to PushAbsoluteContainingBlock. r=roc
2014-01-30 18:40:23 +13:00
Robert Longson
d20697fa25
Bug 826114 - Support Filter Effects specification feColorMatrix saturate type range. r=mstange
2014-01-20 12:42:47 +00:00
Robert Longson
4376a803ea
Bug 951268 - Test.
2014-01-17 11:06:13 +01:00
Dan Minor
5e2bbb48f2
Bug 957720 - Update reftest manifests for pandaboards; r=gbrown
2014-01-14 06:27:23 -05:00
Robert Longson
a39e9c490a
Bug 889235 - Make text-shadow work on SVG text. r=cam
2014-01-13 12:21:42 +00:00
James Kolb
1fb04c7d2a
Bug 603488 reftest changes r=roc
...
--HG--
extra : rebase_source : a6ed0580445788c6e604f055aa4bb1eb7b096a0c
2014-01-13 13:29:49 +13:00
Robert Longson
cbdcef08d7
Bug 938555 - Test for SVG Elements not being rendered after manipulating transform. r=jwatt
2014-01-09 10:21:21 +00:00
Daniel Holbert
31815a4f08
Bug 952857: Fix some typos in reftests that cause JavaScript errors in output. (test-only, no review)
2013-12-22 13:00:28 -08:00
Brian Birtles
93cc05a0ff
Bug 946540 part 2 - Reftest for motion paths with inflection points outside (0,1); r=longsonr
2013-12-19 08:52:37 +09:00
Jonathan Watt
2a85c0d764
Bug 944704, part 5 - Reftest for stroke-dasharray on circle. r=Bas
2013-12-14 11:09:36 +00:00
Jonathan Watt
c11f4f2126
Bug 944704 follow-up to mark zoomed-svg-with-viewBox-01.svg very slightly fuzzy on windows. r=orange
2013-12-13 13:43:58 +00:00
Jonathan Watt
1084f6fc6e
Bug 944704 follow-up to mark zoomed-svg-with-viewBox-01.svg very slightly fuzzy on windows. r=orange
2013-12-13 13:41:46 +00:00
Jonathan Watt
28074a3adf
Bug 944704, part 3 - Fix stroke dashing for SVG ellipses so that the dashing starts from the correct point and progresses in the correct direction. r=Bas
2013-12-13 12:14:37 +00:00
Brian Birtles
dc0d4cd8d9
Bug 948245 part 2 - Allow the min attribute to extend the active duration; r=dholbert
...
The min attribute on an animation element can extend the active duration making
it longer than the "repeat duration" (the amount of the time the animation runs
including all repeats). For the remaining time after the repeat duration has
completed until the end of the active duration the animation should apply its
fill behavior.
Previously this was not implemented and min could not extend the active
duration. Allowing this effectively introduces an additional kind of state where
we are both within the active interval but not animating. In this case we
set the animation function (referred to as the "client" for historical reasons)
to inactive so that effectively the timing model is active but the animation
model is inactive.
(In the future we will come up with something a little easier to understand when
we rework this in terms of Web Animations components.)
2013-12-13 13:41:52 +09:00
Brian Birtles
d55cb9fc75
Bug 946529 - Fix parsing of transform lists that use scientific notation; r=longsonr
...
Fixes a regression where numbers of the form 1e2 (without any sign after the
'e') were rejected when parsing SVG transform lists. Adds reftest and mochitests
for this and similar cases.
2013-12-06 08:03:08 +09:00
Markus Stange
4edf1de762
Bug 924103 - Tweak SVG filter reftests. r=roc
2013-11-27 12:26:18 +01:00
Robert Longson
6edacb6a3f
Bug 942451 - preserveApectRatio changes on SVG images do not cause a repaint. r=jwatt
2013-11-24 19:50:45 +00:00
Robert Longson
b978599ff0
Bug 939942 - Reflow when bounds changes due to stroke creation/removal. r=jwatt
2013-11-23 13:32:21 +00:00
Jonathan Watt
703351ec54
Bug 889736, part 6 - Stop setting the svg.text.css-frames.enabled pref. r=heycam
2013-11-18 14:29:53 +00:00
Bas Schouten
a5f5cb6bc9
Bug 937994 - Part 2: Mark some tests fuzzy, and change the discontinuity side of joins they expect. r=dholbert
2013-11-18 01:29:05 +00:00
Cameron McCormack
63f9a46e31
Fix title text in test; no bug. (DONTBUILD)
2013-11-17 19:46:12 +11:00
Robert Longson
c89588bebf
Bug 938569 - Path fails to render, with comma between move command and implied line command. r=dholbert
2013-11-16 09:51:39 +00:00
Seth Fowler
f1daf2ae0e
Bug 933057 (Part 2) - Add tests for scaling explicitly sized svg:image elements in inline SVGs. r=dholbert
2013-11-08 15:14:58 -08:00
Robert Longson
16bce1034a
Test for bug 935994 r=jwatt,bas
2013-11-08 10:49:55 +00:00
Robert Longson
2662326c9c
Bug 935902 - Fix access to filter standard attributes for gaussian blur and component transfer. r=jwatt
2013-11-08 09:28:42 +00:00
Ed Morley
32cb96fcc0
Bug 703806 - Mark as-image/img-blobURI-2.html as random for too many intermittent failures
2013-10-28 17:45:33 +00:00
Seth Fowler
1728f0da97
Bug 920621 (Part 2) - Tests for zoom with the svg:image element. r=dholbert
...
--HG--
rename : layout/reftests/svg/pass.svg => layout/reftests/svg/image/lime-no-dimensions.svg
2013-10-02 19:04:33 -07:00
Dan Minor
a2e77150b6
Bug 921021 - Update reftest manifests for pandaboards; r=jmaher
2013-09-30 07:49:04 -04:00
Matt Woodrow
77af187390
Bug 921233 - Enabled azure for main-thread drawing on OSX. r=jrmuizel
2013-09-30 12:17:35 +13:00
Robert Longson
893f57c3ac
Bug 919900 - Mark reftest fuzzy on windows 7
2013-09-26 15:29:09 +01:00
Robert Longson
af668a49c4
Bug 919900 - Mark reftest fuzzy on windows 7
2013-09-26 15:22:13 +01:00
Martijn Wargers
72247bbaec
Bug 917056 - Make zoomed-svg-with-viewBox-01.svg use reftest-zoom. r=longsonr
2013-09-18 01:05:03 +02:00
Rik Cabanier
cf484321c1
Bug 917943 - Fix color-burn and color-dodge blend modes for Direct2D. r=Bas
2013-09-19 14:48:30 -04:00
Cameron McCormack
f5495def59
Bug 874507 - Make clip-path, filter, mask and opacity work on <marker> elements. r=longsonr
2013-09-16 15:06:29 +10:00
Rik Cabanier
987491e0af
Bug 902525 - Part 4: first set of testfiles for SVG blending r=roc
2013-09-16 13:21:00 +10:00
Brad Lassey
6b1d4a6cbb
bug 887819 - Investigate using the tiled layers backend, turn on tiles for b2g r=gal,benwa
...
--HG--
extra : rebase_source : c288e8145fd4409b0231f1c83eed0ba8ce60c136
2013-09-11 13:52:16 -04:00
Daniel Holbert
595d414a0a
Bug 911451: Refactor nsStringBuffer-to-nsString code into a helper-method, and invoke it instead of nsCheapString in one other place. r=dbaron
...
--HG--
rename : layout/reftests/svg/smil/mapped-attr-long-url-1.svg => layout/reftests/svg/smil/mapped-attr-long-url-2.svg
2013-09-10 10:03:28 -07:00
Corey Ford
076154ae0a
Bug 886646 - Part 7: Reftests for sticky positioning. r=dbaron
2013-09-06 09:35:16 -04:00
Daniel Holbert
69791d09fe
Bug 904158 - When creating a string for the SMIL-animated value of a mapped SVG attribute, use NS_strlen to get the StringBuffer's logical length, instead of using nsCheapString and the allocated length. r=dbaron
2013-08-29 11:39:56 -04:00