Jonathan Watt
|
01f9a1b0c2
|
Bug 620034 - "ABORT: DOM wrapper's list length is out of sync" [@ mozilla::DOMSVGNumberList::Length]. r=longsonr, a=blocking.
|
2011-01-03 09:26:28 +00:00 |
|
Jonathan Watt
|
0e404435bc
|
Bug 610594 - "ABORT: F.6.6.3 should prevent this. Will sqrt(-num)!". r=longsonr, a=blocking
|
2011-01-03 09:26:28 +00:00 |
|
Cameron McCormack
|
cc2415b164
|
Bug 620295 - Give SVGAElement objects an href property in JS r=jwatt a=roc
|
2010-12-22 16:30:38 +13:00 |
|
Brian Birtles
|
2b13cacbcd
|
Bug 615872 Part 2 - SVG SMIL: Remove local resamples from timed elements; r=dholbert; a=roc
|
2010-12-23 14:48:31 +09:00 |
|
Brian Birtles
|
845e17fc42
|
Bug 615872 Part 1 - SVG SMIL: Remove unneeded mTimedDocumentRoot member from nsSVGAnimationElement; r=dholbert; a=roc
|
2010-12-23 14:48:30 +09:00 |
|
Ms2ger
|
3cfc490bc7
|
Bug 620358 - Fix uninitialized variable warning in SVGAnimated{PathSeg|Point}List::SetBaseValueString; r=jwatt a=roc
|
2010-12-21 15:03:01 -08:00 |
|
timeless@mozdev.org
|
784dd164c7
|
Bug 620169 [@ SVGAnimatedLengthList::SetBaseValueString] uses domWrapper forgetting it might be null. r=dholbert, a=roc.
|
2010-12-20 11:13:17 +00:00 |
|
Robert Longson
|
95f8c3df9b
|
Bug 619968 - feGaussianBlur should render as identity if stdDeviation=0 r=jwatt,a=roc
|
2010-12-18 13:14:09 +00:00 |
|
Robert Longson
|
2ae2507399
|
Bug 619630 - Support no comma or whitespace between negative 2nd point in polyline r=jwatt,a=roc
|
2010-12-18 20:12:13 +00:00 |
|
Jonathan Watt
|
57e831d9ce
|
Bug 614522 - SVGPathData::GetMarkerPositioningData reads uninitialised stack allocated memory.
--HG--
extra : rebase_source : 085e371fc3dd565258eb5e5f604e080604c9d7eb
|
2010-12-14 12:48:28 -08:00 |
|
Jonathan Watt
|
42fd83c9cd
|
Bug 602207 - <animateMotion><mpath> uses path's "transform" attribute on <path> elements, which it shouldn't
--HG--
extra : rebase_source : 9c8d0cb8d4c349cacf4b6c1f0db2b74695e74ff0
|
2010-12-09 16:42:59 +00:00 |
|
Jonathan Watt
|
a9cdd991d8
|
Bug 617634 - SVGPathData::GetMarkerPositioningData checks for PATHSEG_CURVETO_QUADRATIC_ABS instead of PATHSEG_CURVETO_QUADRATIC_SMOOTH_ABS. r=longsonr, a=blocking
--HG--
extra : rebase_source : ff2195531164a553a099f3a0ff907022db13f322
|
2010-12-08 20:12:12 +00:00 |
|
Daniel Holbert
|
cad078735a
|
Bug 272288 Patch 4: Mark <svg:image> as supported feature. r=longsonr a=roc
|
2010-12-19 16:45:29 -08:00 |
|
Daniel Holbert
|
ebf2a2f077
|
Bug 272288 Patch 2: Store override preserveAspectRatio values in property table on image document's root node, when painting <svg> image element. r=roc a=roc
--HG--
rename : layout/reftests/svg/image/blueRect10x10.svg => layout/reftests/svg/image/blueRect10x10-viewBox.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-01.svg => layout/reftests/svg/image/image-preserveAspectRatio-01-raster.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-01.svg => layout/reftests/svg/image/image-preserveAspectRatio-01-svg.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02.svg => layout/reftests/svg/image/image-preserveAspectRatio-02-raster.svg
rename : layout/reftests/svg/image/image-preserveAspectRatio-02.svg => layout/reftests/svg/image/image-preserveAspectRatio-02-svg.svg
|
2010-12-19 16:45:29 -08:00 |
|
Daniel Holbert
|
9dce61ff01
|
Bug 272288 Patch 1: Fix nsSVGImageFrame to handle SVG images. r=roc a=roc
|
2010-12-19 16:45:29 -08:00 |
|
Daniel Holbert
|
24a0292ab0
|
Bug 619516 Patch 3: Rename files nsSVGPreserveAspectRatio.* to SVGAnimatedPreserveAspectRatio. r=jwatt a=roc
--HG--
rename : content/svg/content/src/nsSVGPreserveAspectRatio.cpp => content/svg/content/src/SVGAnimatedPreserveAspectRatio.cpp
rename : content/svg/content/src/nsSVGPreserveAspectRatio.h => content/svg/content/src/SVGAnimatedPreserveAspectRatio.h
|
2010-12-19 16:45:29 -08:00 |
|
Daniel Holbert
|
725fb5d939
|
Bug 619516 Patch 2: Update clients of nsSVGPreserveAspectRatio with new class name. r=jwatt a=roc
|
2010-12-19 16:45:29 -08:00 |
|
Daniel Holbert
|
61a096d4a4
|
Bug 619516 Patch 1: Rename nsSVGPreserveAspectRatio and its inner class to SVGAnimatedPreserveAspectRatio / SVGPreserveAspectRatio. r=jwatt a=roc
|
2010-12-19 16:45:29 -08:00 |
|
Robert Longson
|
618ecff833
|
Bug 617448 - remove svg.enabled as the browser now uses SVG and fails to start if it's disabled r+a=roc
|
2010-12-08 21:25:06 +00:00 |
|
Jonathan Watt
|
0265b48597
|
Bug 522308 - Add support for SMIL animation of the <polygon> and <polyline> element's 'points' attributes. r=longsonr,dholbert,roc a=roc
--HG--
extra : rebase_source : b5958bf2635db311c94191b4683d4b3f24d0232f
|
2010-12-08 12:15:53 +00:00 |
|
timeless@mozdev.org
|
2e15d9fa67
|
Bug 577905 mark DEBUG only variables as ifdef DEBUG in svg
r=dholbert a=roc
--HG--
extra : rebase_source : 1ff1359b298ffc5f273f3d0448e0e676d0d95069
|
2010-07-11 15:30:35 +03:00 |
|
Boris Zbarsky
|
90ea2dcdc2
|
Bug 614723. Don't get our acceptLangs unless we plan to use it. r=jwatt a=roc
--HG--
extra : rebase_source : 3f04cb498d6bf86e07ba82c393b4958d27e64449
|
2010-11-24 21:13:59 -05:00 |
|
Robert Longson
|
106fe8daf7
|
Bug 615666 - SMIL animation does not work with percent units for "offset" attr on <stop> elements. r=jwatt a=roc
--HG--
extra : rebase_source : 9907e24c397c5e7971256c3f0164255420585824
|
2010-12-05 20:33:31 +00:00 |
|
Jonathan Watt
|
abbcf32622
|
Bug 580796 - "ASSERTION: Returning unknown unit type" regression from bug 515116. r=longsonr a=roc
--HG--
extra : rebase_source : 5aa4913dab0572bbbf7aed3a961348c69fcb0542
|
2010-12-05 20:28:08 +00:00 |
|
Robert Longson
|
0e3a1489d4
|
Bug 615658 - SMIL animation of some filter attributes don't invalidate correctly. r=jwatt, a=roc.
--HG--
extra : rebase_source : 85b4bbde3697272e5f4f3352b993f46a49a845d6
|
2010-12-05 11:37:45 +00:00 |
|
Jonathan Watt
|
8f42ed666f
|
Bug 589556. Make SVGMotionSMILPathUtils::PathGenerator use SVGLength, not nsSVGLength2. r=longsonr, a=roc.
--HG--
extra : rebase_source : 24c00ed89d741dd5445db600df3151e4ebe39215
|
2010-12-04 12:26:45 +00:00 |
|
Oleg Romashin
|
3874b00931
|
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. part1 r=roc a=apporval2.0
|
2010-11-24 11:35:21 +02:00 |
|
Jonathan Watt
|
aef4dd636f
|
Bug 589439. De-COMtaminate SVG number lists and support for SMIL animation of SVG number lists. a=roc r=roc,longsonr,dholbert.
--HG--
extra : rebase_source : eabed292053e9f63e025dc44b9f5a6c2017f626a
|
2010-12-03 16:40:23 +00:00 |
|
Boris Zbarsky
|
ce4d032cff
|
Bug 608914 part 2. Get rid of some temporary strings now that we can AppendFloat to an nsAString. r=dbaron
|
2010-11-30 13:18:15 -05:00 |
|
Dave Townsend
|
7a0e0a5cd9
|
Backing out bug 614058, bug 609272, bug 478445, bug 499628, bug 605296, bug 608914 and bug 614724 due to potentially causing bug 615736 CLOSED TREE. a=backout
|
2010-12-01 11:01:56 -08:00 |
|
Daniel Holbert
|
365b12fb3a
|
(no bug) comment fix in SVG code: s/rational/rationale/. a=comments-only
|
2010-11-30 21:27:30 -08:00 |
|
Boris Zbarsky
|
325022b283
|
Bug 608914 part 2. Get rid of some temporary strings now that we can AppendFloat to an nsAString. r=dbaron
|
2010-11-30 13:18:15 -05:00 |
|
Justin Lebar
|
43b18d2b18
|
Backed out changeset a5ec817740f0. a=orange
|
2010-11-29 09:08:24 -08:00 |
|
Oleg Romashin
|
233ef8a80c
|
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. r=roc a=approval2.0
|
2010-11-24 11:35:21 +02:00 |
|
Dave Townsend
|
1244f0ae62
|
Backing out changeset 8fff1c186b30 from bug 607653 due to reftest failures on OSX. a=bustage
|
2010-11-24 16:19:41 -08:00 |
|
Oleg Romashin
|
a8abb4a458
|
Bug 607653 - avoid temporary fbos/textures on transformed layers, when possible. r=roc a=approval2.0
|
2010-11-24 11:35:21 +02:00 |
|
Brian Birtles
|
bb15eae39f
|
Bug 531550 - SVG SMIL: Fix assertion with indefinite duration by-animateTransform; r=dholbert; a=blocking-final
|
2010-11-24 08:31:17 +09:00 |
|
Henri Sivonen
|
be74c70467
|
Bug 606729 - Make sure a script with the src attribute is treated as an external script even if the value of the attribute is not a valid URL. r=jonas, a=blocking2.0-final.
|
2010-10-27 10:03:10 +03:00 |
|
Brian Birtles
|
b698e78544
|
Bug 606399 - SVG SMIL: Animating rect rx or ry only should animate corresponding attribute; r=roc; a=roc
|
2010-11-17 08:24:11 +09:00 |
|
Daniel Holbert
|
cca5a43b65
|
Bug 610796 followup: Fix non-libxul build issue from main patch, by using a virtual function call to a helper method. (Revert this changeset once we drop support for non-libxul builds). r=roc a=blocking-final+
|
2010-11-16 15:19:21 -08:00 |
|
Jonathan Watt
|
32b749f30e
|
Note tests that are not actually being run. a=npob.
|
2010-11-11 20:40:07 +00:00 |
|
Jonathan Watt
|
400e224219
|
Bug 611138. Replacing a segment with a second segment with a different number of arguments puts the wrapper and internal list out of sync. r=dholbert, a=blocking.
|
2010-11-11 20:40:07 +00:00 |
|
Henri Sivonen
|
0e5c39fc7b
|
Bug 599588 - Make scripts created by createContextualFragment() executable. r=jonas, a=blocking2.0-final.
--HG--
extra : rebase_source : cfe476ed6ac2b1ee4cc243034659290d1226bd42
|
2010-11-01 11:50:01 +01:00 |
|
Robert Longson
|
330faa5ecf
|
Bug 610466 - feDiffuseLighting with filterRes larger than filter region causes filter not to work r+a=roc
|
2010-11-10 08:53:53 +00:00 |
|
Brian Birtles
|
36130da895
|
Bug 608549 - SVG SMIL: Range check values passed to begin/endElement; r=dholbert; a=blocking-2.0
|
2010-11-10 08:22:19 +09:00 |
|
Brian Birtles
|
c6097b97f5
|
Bug 605345 - SVG SMIL: Fix time container pause state handling to avoid negative container times; r=dholbert; a=blocking-2.0
|
2010-11-10 08:22:02 +09:00 |
|
Brian Birtles
|
fb1f182b4c
|
Bug 603917 - Part 2 - SVG SMIL: Fix notification of animated transforms; r=dholbert; a=blocking-2.0
|
2010-11-10 08:21:29 +09:00 |
|
Jonathan Watt
|
18d9313895
|
Bug 522306. Add support for SMIL animation of the <path> element's 'd' attribute. r=roc, r=longsonr, r=dholbert, a=roc.
|
2010-11-08 15:07:00 +00:00 |
|
Robert Longson
|
785fa4398d
|
Bug 608653 - lacuna pattern width/height should be zero r+a=roc
|
2010-11-03 22:35:00 +00:00 |
|
Robert Longson
|
5f4593ff3d
|
Bug 603584 - feDisplacementMap does not always create output in correct colour space r+a=roc
|
2010-10-26 09:23:41 +01:00 |
|