David Zbarsky
|
1b34aa1a8e
|
Bug 827172: Move SVGPathElement to mozilla::dom r=bz
--HG--
rename : content/svg/content/src/nsSVGPathElement.cpp => content/svg/content/src/SVGPathElement.cpp
rename : content/svg/content/src/nsSVGPathElement.h => content/svg/content/src/SVGPathElement.h
|
2013-01-12 17:22:31 -05:00 |
|
Robert Longson
|
6d76cd33e9
|
Bug 828246 - Prevent stroke from drawing, on SVG text with a stroke-width of 0. r=dholbert
|
2013-01-11 22:08:37 +00:00 |
|
Ms2ger
|
023389df36
|
Bug 825749 - Convert SVG gradient elements to WebIDL; r=bz
--HG--
rename : content/svg/content/src/nsSVGGradientElement.cpp => content/svg/content/src/SVGGradientElement.cpp
rename : content/svg/content/src/nsSVGGradientElement.h => content/svg/content/src/SVGGradientElement.h
|
2013-01-11 09:43:01 +01:00 |
|
David Zbarsky
|
9893a04134
|
Bug 825147: Convert SVGAElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGAElement.cpp => content/svg/content/src/SVGAElement.cpp
rename : content/svg/content/src/nsSVGAElement.h => content/svg/content/src/SVGAElement.h
|
2013-01-10 00:30:13 -05:00 |
|
David Zbarsky
|
94935ac489
|
Bug 827119: Convert SVGSVGElement to WebIDL r=bz
|
2013-01-09 18:02:47 -05:00 |
|
David Zbarsky
|
f95b0f0bde
|
Bug 827119: Move SVGSVGElement to mozilla::dom r=bz
--HG--
rename : content/svg/content/src/nsSVGSVGElement.cpp => content/svg/content/src/SVGSVGElement.cpp
rename : content/svg/content/src/nsSVGSVGElement.h => content/svg/content/src/SVGSVGElement.h
|
2013-01-09 18:02:45 -05:00 |
|
Jonathan Watt
|
e2220cf6e6
|
Bug 820506 - Problem selecting image node in SVG when used with clip-path in certain condition. r=roc.
--HG--
extra : rebase_source : 874ed2a13f51dc5381909502f030cb4ca6c2a41e
|
2013-01-04 11:48:12 +00:00 |
|
David Zbarsky
|
5f2db29ba0
|
Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr
|
2013-01-07 22:22:41 -05:00 |
|
David Zbarsky
|
6ce48d9fe8
|
Bug 825834 - Move SVGViewElement to mozilla:::dom r=bz
--HG--
rename : content/svg/content/src/nsSVGViewElement.cpp => content/svg/content/src/SVGViewElement.cpp
rename : content/svg/content/src/nsSVGViewElement.h => content/svg/content/src/SVGViewElement.h
|
2013-01-07 22:22:41 -05:00 |
|
Edwin Flores
|
dd8f473d13
|
Bug 798839 - Fix scaling of SVG glyphs inheriting outer object pattern under zooming r=roc
|
2013-01-08 11:03:44 +13:00 |
|
David Zbarsky
|
98c08afb8a
|
Bug 825732: Convert SVGTextPathElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGTextPathElement.cpp => content/svg/content/src/SVGTextPathElement.cpp
rename : content/svg/content/src/nsSVGTextPathElement.h => content/svg/content/src/SVGTextPathElement.h
|
2013-01-06 09:14:43 -05:00 |
|
David Zbarsky
|
d5bbec5a00
|
Bug 825732: Convert SVGTextContentElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGTextContentElement.cpp => content/svg/content/src/SVGTextContentElement.cpp
rename : content/svg/content/src/nsSVGTextContentElement.h => content/svg/content/src/SVGTextContentElement.h
|
2013-01-06 09:14:43 -05:00 |
|
David Zbarsky
|
a4d42791f2
|
Bug 825147: Convert SVGImageElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGImageElement.cpp => content/svg/content/src/SVGImageElement.cpp
rename : content/svg/content/src/nsSVGImageElement.h => content/svg/content/src/SVGImageElement.h
|
2013-01-06 04:32:01 -05:00 |
|
David Zbarsky
|
b76525e46c
|
Bug 825147: Convert SVGForeignObjectElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGForeignObjectElement.cpp => content/svg/content/src/SVGForeignObjectElement.cpp
|
2013-01-06 01:25:55 -05:00 |
|
David Zbarsky
|
084eb12886
|
Bug 825147: Convert SVGSwitchElement to WebIDL r=bz
--HG--
rename : content/svg/content/src/nsSVGSwitchElement.cpp => content/svg/content/src/SVGSwitchElement.cpp
rename : content/svg/content/src/nsSVGSwitchElement.h => content/svg/content/src/SVGSwitchElement.h
|
2013-01-06 01:25:54 -05:00 |
|
David Zbarsky
|
937861a33d
|
Bug 824229 Part 6: Move SVGGraphicsElement to mozilla::dom r=bz,longsonr
--HG--
rename : content/svg/content/src/nsSVGGraphicElement.cpp => content/svg/content/src/SVGGraphicsElement.cpp
rename : content/svg/content/src/nsSVGGraphicElement.h => content/svg/content/src/SVGGraphicsElement.h
|
2013-01-03 01:17:03 -05:00 |
|
Alexander Surkov
|
dd1fd2be91
|
Bug 822983 - Map SVG graphic elements to accessibility API, r=tbsaunde, longsonr
|
2013-01-04 13:26:00 +09:00 |
|
Masatoshi Kimura
|
ecc812a3c0
|
Bug 824247 - Part 3: Disable FAIL_ON_WARNINGS on not-yet-warning-free directories on MSVC. r=ted
|
2013-01-03 00:56:38 +09:00 |
|
David Zbarsky
|
e6f03c243d
|
Bug 817442 Part 10: Remove nsIDOMSVGPoint r=bz
|
2012-12-22 23:54:25 -05:00 |
|
Jonathan Kew
|
d2a0241a52
|
Bug 823964 - Wrong bounds for scaled images. r=longsonr
|
2012-12-22 10:07:00 +00:00 |
|
Jonathan Watt
|
1816c977f0
|
Bug 806432 - When creating the offscreen surface into which group opacity, mask or non-trivial-clipPath are painted, use the non-transformed visual overflow rect. r=roc.
|
2012-12-21 21:40:06 +00:00 |
|
Jonathan Watt
|
8be15ef58a
|
Crashtest for bug 813420 - "ASSERTION: Must not call under nsISVGChildFrame::ReflowSVG" with nested <svg> and dynamic marker. (Now WORKSFORME.)
|
2012-12-21 19:43:05 +00:00 |
|
Jonathan Watt
|
005f8ca51f
|
Bug 767535 - "ASSERTION: How did we getting here, then?"
|
2012-12-21 19:13:48 +00:00 |
|
Jonathan Watt
|
925331c5f9
|
Bug 808318 - "ASSERTION: Children must have same reference frame" with SVG display lists disabled for painting.
|
2012-12-21 18:23:32 +00:00 |
|
Jonathan Watt
|
f003635ccc
|
Bug 788831 - "ASSERTION: If display lists are enabled, only painting of non-display SVG should take this code path". r=longsonr.
--HG--
extra : rebase_source : 3625a395a7ef74fc566cb3ee58914be0e3da81d7
|
2012-12-21 10:00:39 +00:00 |
|
Cameron McCormack
|
3a091090a1
|
Bug 793617 - Implement mask-type property. r=dbaron,longsonr
|
2012-12-21 11:15:22 +11:00 |
|
Robert Longson
|
52f85e577b
|
Bug 791675 - Scaled shapes fail to draw sometimes r=jwatt.
|
2012-12-20 13:49:54 +00:00 |
|
Jonathan Watt
|
eb582bd91e
|
Bug 813531 - Part 2: Stop reconstructing the entire SVG frame tree after the initial reflow of nsSVGOuterSVGFrame frames that have a viewBox. r=roc.
|
2012-12-18 02:25:16 +00:00 |
|
Jonathan Watt
|
44d8c1ad82
|
Bug 813531 - Part 1: Fix pre-existing bugs by making sure we update the overflow areas of nsSVGOuterSVGFrame children when reflowing after a previous reflow that occurred when the viewport was zero-sized. r=roc.
|
2012-12-18 02:21:09 +00:00 |
|
Jonathan Watt
|
799b453bd2
|
Bug 802628 - Part 2, Fix broken invalidation in ReflowSVG implementations. r=mattwoodrow.
|
2012-11-28 10:34:58 +00:00 |
|
Jonathan Watt
|
1e1e657295
|
Bug 802628 - Part 1, Kill nsSVGUtils::InvalidateAndScheduleReflowSVG. r=mattwoodrow.
|
2012-11-28 09:42:13 +00:00 |
|
Mats Palmgren
|
bd00f261fb
|
Bug 820230 - Move PaintSVGGlyph and GetSVGGlyphExtents from nsContentUtils to nsSVGUtils. r=roc
|
2012-12-12 00:15:07 +01:00 |
|
Ed Morley
|
5bd5750ce0
|
Backout 2044222a3f1d (bug 820230) for build failures on a CLOSED TREE
|
2012-12-11 16:24:11 +00:00 |
|
Mats Palmgren
|
8fdbfba792
|
Bug 820230 - Move PaintSVGGlyph and GetSVGGlyphExtents from nsContentUtils to nsSVGUtils. r=roc
|
2012-12-11 16:45:51 +01:00 |
|
Robert Longson
|
42ca8cfcb3
|
Bug 817439 r=dholbert
|
2012-12-05 10:59:26 +00:00 |
|
Edwin Flores
|
3309351061
|
Bug 789390 - Fix crash when using -moz-objectStroke paint value with transitions r=dbaron
|
2012-09-24 00:10:00 +12:00 |
|
Mats Palmgren
|
11281fb75a
|
Bug 814677 - Replace XP_IS_SPACE with dom::IsSpaceCharacter and add form-feed to match DOM spec. r=bz
|
2012-11-30 17:04:11 +01:00 |
|
Jonathan Watt
|
bcdf5dedde
|
Add warning comments to SVG frame container classes. No bug. DONTBUILD.
--HG--
extra : rebase_source : 7bca01b0786f2ef262f774f570ab37492c29ca47
|
2012-11-22 16:23:57 +00:00 |
|
Matt Woodrow
|
c583d29257
|
Bug 796847 - Make AdjustInvalidAreaForSVGEffects correctly adjust for the coordinate space of the input rect. r=dholbert
|
2012-11-28 17:06:07 +13:00 |
|
Robert Longson
|
777b085c92
|
Bug 812161 r=jwatt
|
2012-11-16 18:03:45 +00:00 |
|
Robert Longson
|
2334142d4e
|
Bug 805024 r=dholbert
|
2012-11-16 17:59:52 +00:00 |
|
Jonathan Watt
|
a4ad87faa4
|
Testcase for Bug 780764 - "ASSERTION: null nsSVGPathGeometry frame" and crash.
--HG--
extra : rebase_source : 5b9b5224ded867b622613a41c535f8e335cfa549
|
2012-11-15 11:25:13 -08:00 |
|
Jonathan Watt
|
65ef515bc9
|
Testcase for Bug 780764 - "ASSERTION: null nsSVGPathGeometry frame" and crash.
|
2012-11-15 10:04:27 -08:00 |
|
Jonathan Watt
|
6666317575
|
Testcase for Bug 778492 - SVG element too far outside viewBox crashes Firefox.
|
2012-11-15 10:04:00 -08:00 |
|
Jonathan Watt
|
acdd0373a9
|
Testcase for Bug 768087 - "ASSERTION: aFrame should be first continuation" in nsSVGEffects::GetFilterProperty.
|
2012-11-15 10:04:00 -08:00 |
|
Boris Zbarsky
|
fa61227956
|
Bug 811449 part 8. Get rid of nsGenericElement. r=peterv
|
2012-11-14 14:10:08 -08:00 |
|
Ehsan Akhgari
|
b2e16c1b41
|
Merge mozilla-central into mozilla-inbound
|
2012-11-07 17:24:27 -05:00 |
|
Ryan VanderMeulen
|
7838a03d31
|
Merge the last PGO-green inbound changeset to m-c.
|
2012-11-06 21:02:09 -05:00 |
|
Daniel Holbert
|
7f7d8bfbc4
|
Bug 784061: add crashtest for this WORKSFORME bug. r=longsonr
|
2012-11-02 15:23:18 -07:00 |
|
Daniel Holbert
|
ecaf5041ae
|
Bug 612736: add crashtests for this WORKSFORME bug. r=longsonr
|
2012-11-02 15:23:16 -07:00 |
|