..
crashtests
Bug 1333482 part 5 - [css-ui] Enable '-moz-appearance' support for some tests. r=dholbert
2017-03-23 22:11:23 -07:00
tests
Bug 1333164 - fix invalid references to mochitest stylesheet, r=erahm
2017-01-24 14:24:04 +00:00
AutoReferenceChainGuard.h
Bug 1349388, part 5 - Assert in AutoReferenceChainGuard's ctor that we didn't fail to break a loop. r=longsonr
2017-02-17 14:20:32 +00:00
moz.build
Bug 1058040, part 10 - Allow SVGImageContext to store an SVGContextPaint and have VectorImage propagate it. r=dholbert
2017-01-11 01:48:29 +00:00
nsCSSClipPathInstance.cpp
Bug 1326409 Part 4 - Extract a function to compute polygon vertices. r=dholbert
2017-03-13 12:03:40 +08:00
nsCSSClipPathInstance.h
Bug 1336905 - Part 1. Remove StyleShapeSource's template argument. r=heycam,TYLin
2017-02-21 23:26:17 +08:00
nsCSSFilterInstance.cpp
Bug 1307740 - Properly handle filter input tainting with CSS filters and multiple filters. r=jwatt
2016-10-19 11:32:02 -04:00
nsCSSFilterInstance.h
Bug 1307740 - Properly handle filter input tainting with CSS filters and multiple filters. r=jwatt
2016-10-19 11:32:02 -04:00
nsFilterInstance.cpp
Bug 1345853 - Part 1. Pass DrawResult from nsSVGPatternFrame::PaintPattern back to nsDisplaySVGGeometry::Paint. r=mstange,tnikkel
2017-03-21 10:12:23 +08:00
nsFilterInstance.h
Bug 1287492 - Part 3. (Main) Shrink mTargetBBoxInFilterSpace r=mstange
2017-02-09 23:17:43 +08:00
nsISVGSVGFrame.h
Bug 1349244 - Rename nsISVGChildFrame to nsSVGDisplayableFrame to reduce confusion. r=longsonr
2017-02-09 18:24:31 +00:00
nsSVGAFrame.cpp
Bug 1349244 - Rename nsISVGChildFrame to nsSVGDisplayableFrame to reduce confusion. r=longsonr
2017-02-09 18:24:31 +00:00
nsSVGClipPathFrame.cpp
Bug 1349388, part 4 - Allow a single instance of AutoReferenceLimiter to guard against both reference loops and long reference chains. r=longsonr
2017-02-17 13:15:18 +00:00
nsSVGClipPathFrame.h
Bug 1349388, part 4 - Allow a single instance of AutoReferenceLimiter to guard against both reference loops and long reference chains. r=longsonr
2017-02-17 13:15:18 +00:00
nsSVGContainerFrame.cpp
Bug 877661 - Part 2. Pass decode flag from outer-svg/ svg-container paint call to nsSVGUtils::PaintFrameWithEffects. r=tnikkel
2017-03-27 11:28:54 +08:00
nsSVGContainerFrame.h
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGDisplayableFrame.h
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGEffects.cpp
Bug 1352096 - Part 2. Remove Layer::mSourceURI. r=heycam
2017-03-31 01:50:21 +08:00
nsSVGEffects.h
Bug 1345052 - Remove EffectProperties::MightHaveNoneSVGMask. r=heycam
2017-03-07 17:01:31 +08:00
nsSVGFilterFrame.cpp
Bug 1349477, part 1 - Use AutoReferenceChainGuard in nsSVGFilterFrame. r=longsonr
2017-02-21 09:37:09 +00:00
nsSVGFilterFrame.h
Bug 1349477, part 1 - Use AutoReferenceChainGuard in nsSVGFilterFrame. r=longsonr
2017-02-21 09:37:09 +00:00
nsSVGFilterInstance.cpp
Bug 1349244 - Rename nsISVGChildFrame to nsSVGDisplayableFrame to reduce confusion. r=longsonr
2017-02-09 18:24:31 +00:00
nsSVGFilterInstance.h
Bug 1339728 - Part 2. Change return value type of nsSVGFilterInstance::ComputeBounds. r=mstange
2017-02-14 10:32:10 +08:00
nsSVGFilterPaintCallback.h
nsSVGForeignObjectFrame.cpp
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGForeignObjectFrame.h
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGGenericContainerFrame.cpp
nsSVGGenericContainerFrame.h
nsSVGGFrame.cpp
Bug 1349244 - Rename nsISVGChildFrame to nsSVGDisplayableFrame to reduce confusion. r=longsonr
2017-02-09 18:24:31 +00:00
nsSVGGFrame.h
Bug 1349244 - Rename nsISVGChildFrame to nsSVGDisplayableFrame to reduce confusion. r=longsonr
2017-02-09 18:24:31 +00:00
nsSVGGradientFrame.cpp
Bug 1345853 - Part 4. Pass sync decode flag down to nsSVGPatternFrame::PaintPattern. r=tnikkel
2017-03-25 03:19:18 +08:00
nsSVGGradientFrame.h
Bug 1345853 - Part 4. Pass sync decode flag down to nsSVGPatternFrame::PaintPattern. r=tnikkel
2017-03-25 03:19:18 +08:00
nsSVGImageFrame.cpp
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGInnerSVGFrame.cpp
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGInnerSVGFrame.h
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGIntegrationUtils.cpp
Bug 877661 - Part 1. Pass decode flag down to GetMaskForMaskedFrame. r=tnikkel
2017-03-27 11:10:48 +08:00
nsSVGIntegrationUtils.h
Bug 877661 - Part 1. Pass decode flag down to GetMaskForMaskedFrame. r=tnikkel
2017-03-27 11:10:48 +08:00
nsSVGMarkerFrame.cpp
Bug 1346124 - Pass sync decode flag down to nsSVGMarkerFrame::PaintMark. r=tnikkel
2017-03-27 12:33:53 +08:00
nsSVGMarkerFrame.h
Bug 1346124 - Pass sync decode flag down to nsSVGMarkerFrame::PaintMark. r=tnikkel
2017-03-27 12:33:53 +08:00
nsSVGMaskFrame.cpp
Bug 877661 - Part 1. Pass decode flag down to GetMaskForMaskedFrame. r=tnikkel
2017-03-27 11:10:48 +08:00
nsSVGMaskFrame.h
Bug 877661 - Part 1. Pass decode flag down to GetMaskForMaskedFrame. r=tnikkel
2017-03-27 11:10:48 +08:00
nsSVGMaskFrameNEON.cpp
nsSVGMaskFrameNEON.h
nsSVGOuterSVGFrame.cpp
Bug 828240, part 2 - Create only one nsDisplayTransform for outer-<svg> children-only transforms. r=longsonr
2017-03-15 16:59:34 +00:00
nsSVGOuterSVGFrame.h
Bug 828240, part 2 - Create only one nsDisplayTransform for outer-<svg> children-only transforms. r=longsonr
2017-03-15 16:59:34 +00:00
nsSVGPaintServerFrame.h
Bug 1345853 - Part 4. Pass sync decode flag down to nsSVGPatternFrame::PaintPattern. r=tnikkel
2017-03-25 03:19:18 +08:00
nsSVGPatternFrame.cpp
Bug 1345853 - Part 4. Pass sync decode flag down to nsSVGPatternFrame::PaintPattern. r=tnikkel
2017-03-25 03:19:18 +08:00
nsSVGPatternFrame.h
Bug 1345853 - Part 4. Pass sync decode flag down to nsSVGPatternFrame::PaintPattern. r=tnikkel
2017-03-25 03:19:18 +08:00
nsSVGStopFrame.cpp
nsSVGSwitchFrame.cpp
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
nsSVGUseFrame.cpp
Bug 1349244 - Rename nsISVGChildFrame to nsSVGDisplayableFrame to reduce confusion. r=longsonr
2017-02-09 18:24:31 +00:00
nsSVGUtils.cpp
Bug 877661 - Part 1. Pass decode flag down to GetMaskForMaskedFrame. r=tnikkel
2017-03-27 11:10:48 +08:00
nsSVGUtils.h
Bug 1345853 - Part 4. Pass sync decode flag down to nsSVGPatternFrame::PaintPattern. r=tnikkel
2017-03-25 03:19:18 +08:00
svg.css
SVGContextPaint.cpp
Bug 1345853 - Part 4. Pass sync decode flag down to nsSVGPatternFrame::PaintPattern. r=tnikkel
2017-03-25 03:19:18 +08:00
SVGContextPaint.h
Merge inbound to m-c a=merge
2017-03-28 13:30:56 -07:00
SVGFEContainerFrame.cpp
SVGFEImageFrame.cpp
Bug 1346501. Don't mark every image as visible when a frame is created for it. r=mats
2017-03-22 00:32:48 -05:00
SVGFELeafFrame.cpp
SVGFEUnstyledLeafFrame.cpp
SVGGeometryFrame.cpp
Bug 1346124 - Pass sync decode flag down to nsSVGMarkerFrame::PaintMark. r=tnikkel
2017-03-27 12:33:53 +08:00
SVGGeometryFrame.h
Bug 1346124 - Pass sync decode flag down to nsSVGMarkerFrame::PaintMark. r=tnikkel
2017-03-27 12:33:53 +08:00
SVGImageContext.cpp
Bug 1058040, part 18 - Minimize the cost of context paint when it is not available. r=dholbert
2017-03-06 13:49:21 +00:00
SVGImageContext.h
Bug 1058040, part 18 - Minimize the cost of context paint when it is not available. r=dholbert
2017-03-06 13:49:21 +00:00
SVGTextFrame.cpp
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
SVGTextFrame.h
Bug 1345853 - Part 3. Pass sync docode flag down to nsSVGDisplayableFrame::PaintSVG. r=tnikkel
2017-03-24 16:49:37 +08:00
SVGViewFrame.cpp