..
crashtests
Bug 1209525 - Protect GetGeometryBounds from a singular non-scaling-stroke transform. r=longsonr
2015-09-30 08:05:00 +02:00
resources /content
…
tests
…
SVGFEContainerFrame.cpp
…
SVGFEImageFrame.cpp
…
SVGFELeafFrame.cpp
…
SVGFEUnstyledLeafFrame.cpp
…
SVGImageContext.h
…
SVGTextFrame.cpp
Bug 1208283 (part 1) - Change gfxPattern's single-arg constructor to take a gfx::Color& instead of a gfxRGBA&. r=jwatt.
2015-09-24 17:50:46 -07:00
SVGTextFrame.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
SVGViewFrame.cpp
…
moz.build
Bug 1198334 (part 1) - Replace the opt-in FAIL_ON_WARNINGS with the opt-out ALLOW_COMPILER_WARNINGS. r=glandium.
2015-08-27 20:44:53 -07:00
nsCSSFilterInstance.cpp
Bug 1153845 - For CSS filters, make the primitive subregions big enough to contain the whole pre-filter visual overflow rect. r=roc
2015-05-28 15:51:58 -04:00
nsCSSFilterInstance.h
Bug 1153845 - For CSS filters, make the primitive subregions big enough to contain the whole pre-filter visual overflow rect. r=roc
2015-05-28 15:51:58 -04:00
nsFilterInstance.cpp
Bug 1207741 - Remove gfxIntSize. r=nical.
2015-09-23 11:49:05 -07:00
nsFilterInstance.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
nsISVGChildFrame.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
nsISVGSVGFrame.h
…
nsSVGAFrame.cpp
…
nsSVGClipPathFrame.cpp
…
nsSVGClipPathFrame.h
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
2015-09-12 16:53:33 -04:00
nsSVGContainerFrame.cpp
…
nsSVGContainerFrame.h
…
nsSVGEffects.cpp
Bug 1184842. Pass aOldValue to all mutation observers. r=peterv
2015-07-25 18:01:19 +12:00
nsSVGEffects.h
Bug 1181323 - Move nsSVGRenderingObserver's isupports/refcounting decl to subclasses, since one subclass (nsSVGFilterReference) already has its own redundant copy of the decl. r=dholbert
2015-07-09 20:32:00 +02:00
nsSVGFilterFrame.cpp
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
2015-09-12 16:53:33 -04:00
nsSVGFilterFrame.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
nsSVGFilterInstance.cpp
…
nsSVGFilterInstance.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
nsSVGFilterPaintCallback.h
…
nsSVGForeignObjectFrame.cpp
…
nsSVGForeignObjectFrame.h
…
nsSVGGFrame.cpp
…
nsSVGGFrame.h
…
nsSVGGenericContainerFrame.cpp
…
nsSVGGenericContainerFrame.h
…
nsSVGGradientFrame.cpp
Bug 1208365 (part 3) - Change gfxPattern::mExtend from a GraphicsExtend to a gfx::ExtendMode. r=bas.
2015-09-25 00:58:23 -07:00
nsSVGGradientFrame.h
Bug 1208365 (part 3) - Change gfxPattern::mExtend from a GraphicsExtend to a gfx::ExtendMode. r=bas.
2015-09-25 00:58:23 -07:00
nsSVGImageFrame.cpp
Bug 1208345 - Remove gfxContext::GraphicsOperator. r=jwatt.
2015-09-24 22:38:58 -07:00
nsSVGInnerSVGFrame.cpp
…
nsSVGInnerSVGFrame.h
…
nsSVGIntegrationUtils.cpp
Bug 1205087 - Make nsSVGIntegrationUtils paint frame continuations manually since combining them meant that our reference frame wasn't an ancestor of all painted frames. r=roc
2015-09-24 18:26:34 -04:00
nsSVGIntegrationUtils.h
Bug 1207741 - Remove gfxIntSize. r=nical.
2015-09-23 11:49:05 -07:00
nsSVGMarkerFrame.cpp
…
nsSVGMarkerFrame.h
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
2015-09-12 16:53:33 -04:00
nsSVGMaskFrame.cpp
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
2015-06-17 10:00:52 -04:00
nsSVGMaskFrame.h
Bug 1201190 - Part 3: Mark every consumer of GUARD_OBJECT as MOZ_RAII, r=ehsan
2015-09-12 16:53:33 -04:00
nsSVGMaskFrameNEON.cpp
…
nsSVGMaskFrameNEON.h
…
nsSVGOuterSVGFrame.cpp
Bug 1162418 - Try to find a suitable non-zero dimension to use when containing block's inline-size depends on an SVG element which is specified as a percentage of its container. r=jwatt
2015-08-31 16:22:20 +01:00
nsSVGOuterSVGFrame.h
…
nsSVGPaintServerFrame.cpp
…
nsSVGPaintServerFrame.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
nsSVGPathGeometryFrame.cpp
Bug 1209525 - Protect GetGeometryBounds from a singular non-scaling-stroke transform. r=longsonr
2015-09-30 08:05:00 +02:00
nsSVGPathGeometryFrame.h
Bug 1182996 - Fix and add missing namespace comments. rs=ehsan
2015-07-13 08:25:42 -07:00
nsSVGPatternFrame.cpp
Bug 1208365 (part 3) - Change gfxPattern::mExtend from a GraphicsExtend to a gfx::ExtendMode. r=bas.
2015-09-25 00:58:23 -07:00
nsSVGPatternFrame.h
Bug 1161627 - part 2 - machine-convert TemporaryRef<T> to already_AddRefed<T>; r=ehsan
2015-06-17 10:00:52 -04:00
nsSVGStopFrame.cpp
…
nsSVGSwitchFrame.cpp
…
nsSVGUseFrame.cpp
…
nsSVGUtils.cpp
Bug 1207741 - Remove gfxIntSize. r=nical.
2015-09-23 11:49:05 -07:00
nsSVGUtils.h
Bug 1207741 - Remove gfxIntSize. r=nical.
2015-09-23 11:49:05 -07:00
svg.css
Bug 923193, part 4 - Implement support for the 'transform-origin' property in SVG. r=heycam
2015-05-24 22:40:37 +01:00