gecko-dev/layout/svg
cku 21a1b43445 Bug 1352096 - Part 2. Remove Layer::mSourceURI. r=heycam
Now, remove Layer::mSourceURI, there are several benefit of doing this:
1. Reduce the size of nsStyleImage::Layer.
2. By storing style image and url information in nsStyleImage, we can remove
many verbose comments. That is becasue there is no need to explain why we use
mSourceURI here, or why we use nsStyleImage there anymore.
3. Since all inforamtion is stored in on place, nsStyleImage, we can setup image
request or URLs by one single Gecko_SetUrlImageValue call.

MozReview-Commit-ID: 7aTQobddTB1

--HG--
extra : rebase_source : 247e3b66c727a9116c58d3d6ff3ae0f7a58f2338
2017-03-31 01:50:21 +08:00
..
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
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 Bug 1243610 - Refactor UpdateOverflow to separate out local overflow from that contributed by descendants. r=dbaron 2016-05-04 12:27:43 +12:00
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 Bug 1243610 - Refactor UpdateOverflow to separate out local overflow from that contributed by descendants. r=dbaron 2016-05-04 12:27:43 +12:00
SVGFEUnstyledLeafFrame.cpp Bug 1243610 - Refactor UpdateOverflow to separate out local overflow from that contributed by descendants. r=dbaron 2016-05-04 12:27:43 +12:00
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 Bug 1243610 - Refactor UpdateOverflow to separate out local overflow from that contributed by descendants. r=dbaron 2016-05-04 12:27:43 +12: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 Bug 1258510 - Part 2. Use the return value of nsLayoutUtils::DrawSingleImage & DrawSingleUnscaledImage. r=mstange 2016-07-14 12:47:06 +08:00
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
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
nsSVGGenericContainerFrame.cpp
nsSVGGenericContainerFrame.h Bug 1264837 Part 22 - Remove nsSVGGenericContainerFrameBase. r=dholbert 2016-04-18 15:11:10 +08: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 Bug 1263789 - Stop nsSVGMaskFrameNEON.h from polluting the global namespace. r=dholbert 2016-03-29 00:37:15 +01:00
nsSVGMaskFrameNEON.h Bug 1263789 - Stop nsSVGMaskFrameNEON.h from polluting the global namespace. r=dholbert 2016-03-29 00:37:15 +01:00
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 Bug 1264837 Part 37 - Remove nsSVGStopFrameBase. r=dholbert 2016-04-18 15:42:05 +08:00
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 Bug 843579 - Unprefix -moz-any-link. r=bz 2016-07-19 23:13:13 -04:00