gecko/layout/svg
2013-01-15 13:22:03 +01:00
..
crashtests 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
resources/content Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
tests
Makefile.in 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
nsISVGChildFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsISVGGlyphFragmentNode.h Bug 825732: Convert SVGTextContentElement to WebIDL r=bz 2013-01-06 09:14:43 -05:00
nsISVGSVGFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGAFrame.cpp Bug 825147: Convert SVGAElement to WebIDL r=bz 2013-01-10 00:30:13 -05:00
nsSVGClipPathFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGClipPathFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGContainerFrame.cpp Bug 802628 - Part 2, Fix broken invalidation in ReflowSVG implementations. r=mattwoodrow. 2012-11-28 10:34:58 +00:00
nsSVGContainerFrame.h Add warning comments to SVG frame container classes. No bug. DONTBUILD. 2012-11-22 16:23:57 +00:00
nsSVGEffects.cpp Bug 802628 - Part 1, Kill nsSVGUtils::InvalidateAndScheduleReflowSVG. r=mattwoodrow. 2012-11-28 09:42:13 +00:00
nsSVGEffects.h Bug 809328 - Stop using nsChangeHint_UpdateEffects in nsSVGRenderingObserver::DoUpdate overrides. r=roc. 2012-11-07 13:54:55 +00:00
nsSVGFilterFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGFilterFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGFilterInstance.cpp Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGFilterInstance.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGFilterPaintCallback.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGForeignObjectFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGForeignObjectFrame.h Bug 539356 - Part 9d - Make SVG support the new invalidation model. r=jwatt 2012-08-29 17:39:33 +12:00
nsSVGGenericContainerFrame.cpp Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGGenericContainerFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGGeometryFrame.cpp Bug 827172: Move SVGPathElement to mozilla::dom r=bz 2013-01-12 17:22:31 -05:00
nsSVGGeometryFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGGFrame.cpp Bug 824229 Part 6: Move SVGGraphicsElement to mozilla::dom r=bz,longsonr 2013-01-03 01:17:03 -05:00
nsSVGGFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGGlyphFrame.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
nsSVGGlyphFrame.h Bug 825732: Convert SVGTextContentElement to WebIDL r=bz 2013-01-06 09:14:43 -05:00
nsSVGGradientFrame.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
nsSVGGradientFrame.h Bug 825749 - Convert SVG gradient elements to WebIDL; r=bz 2013-01-11 09:43:01 +01:00
nsSVGImageFrame.cpp Bug 827119: Move SVGSVGElement to mozilla::dom r=bz 2013-01-09 18:02:45 -05:00
nsSVGInnerSVGFrame.cpp Bug 827119: Convert SVGSVGElement to WebIDL r=bz 2013-01-09 18:02:47 -05:00
nsSVGInnerSVGFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGIntegrationUtils.cpp Bug 820506 - Problem selecting image node in SVG when used with clip-path in certain condition. r=roc. 2013-01-04 11:48:12 +00:00
nsSVGIntegrationUtils.h Bug 796847 - Make AdjustInvalidAreaForSVGEffects correctly adjust for the coordinate space of the input rect. r=dholbert 2012-11-28 17:06:07 +13:00
nsSVGMarkerFrame.cpp Bug 827119: Move SVGSVGElement to mozilla::dom r=bz 2013-01-09 18:02:45 -05:00
nsSVGMarkerFrame.h Bug 827119: Move SVGSVGElement to mozilla::dom r=bz 2013-01-09 18:02:45 -05:00
nsSVGMaskFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGMaskFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGOuterSVGFrame.cpp Bug 827119: Convert SVGSVGElement to WebIDL r=bz 2013-01-09 18:02:47 -05:00
nsSVGOuterSVGFrame.h Bug 539356 - Add an option for frames to invalid just a rect instead of the frame bounds. r=roc 2012-08-29 17:48:45 +12:00
nsSVGPaintServerFrame.cpp Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGPaintServerFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGPathGeometryFrame.cpp Bug 828805 - Implement SVG paint-order property. r=bz,roc 2013-01-13 10:27:53 +11:00
nsSVGPathGeometryFrame.h Bug 828805 - Implement SVG paint-order property. r=bz,roc 2013-01-13 10:27:53 +11:00
nsSVGPatternFrame.cpp Bug 827119: Move SVGSVGElement to mozilla::dom r=bz 2013-01-09 18:02:45 -05:00
nsSVGPatternFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGStopFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGSwitchFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGTextContainerFrame.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
nsSVGTextContainerFrame.h Bug 825732: Convert SVGTextContentElement to WebIDL r=bz 2013-01-06 09:14:43 -05:00
nsSVGTextFrame.cpp Bug 827172: Move SVGPathElement to mozilla::dom r=bz 2013-01-12 17:22:31 -05:00
nsSVGTextFrame.h Bug 825732: Convert SVGTextContentElement to WebIDL r=bz 2013-01-06 09:14:43 -05:00
nsSVGTextPathFrame.cpp Bug 827172: Move SVGPathElement to mozilla::dom r=bz 2013-01-12 17:22:31 -05:00
nsSVGTextPathFrame.h Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
nsSVGTSpanFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGTSpanFrame.h Bug 825732: Convert SVGTextContentElement to WebIDL r=bz 2013-01-06 09:14:43 -05:00
nsSVGUseFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
nsSVGUtils.cpp Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
nsSVGUtils.h Bug 786533 - Replace NS_MIN/NS_MAX with std::min/std::max and #include <algorithm> where needed. r=ehsan 2013-01-15 13:22:03 +01:00
svg.css Bug 655877 - Part 23b: Add UA style sheet rules to map xml:space='preserve' to white-space:-moz-pre-discard-newlines on SVG text elements. r=jwatt 2012-10-04 07:32:35 +10:00
SVGFEContainerFrame.cpp Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
SVGFEImageFrame.cpp Bug 827197 - Remove some uses of nsIDOMSVGElement subclasses r=longsonr 2013-01-07 22:22:41 -05:00
SVGFELeafFrame.cpp Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
SVGFEUnstyledLeafFrame.cpp Bug 596753: Flatten layout/svg/base/src into layout/svg. r=dholbert 2012-09-24 23:01:21 +02:00
SVGViewFrame.cpp Bug 827119: Move SVGSVGElement to mozilla::dom r=bz 2013-01-09 18:02:45 -05:00