gecko-dev/layout/svg
Daniel Holbert ff09c9db34 Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio
This patch:
- Gives SVGFELeafFrame.cpp and SVGFEUnstyledLeafFrame.cpp the correct
  namespace-prefixing in some static_cast operation, and changes the capturing
  variable to be "auto*" to avoid repeating the long typename.
- Gives nsSVGContainerFrame.cpp, nsSVGIntegrationUtils.cpp, and
  nsSVGSwitchFrame.cpp a "using namespace mozilla::dom" decl, so that their
  multiple unprefixed SVGElement* usages become valid.
- Gives nsFilterInstance.h a forward-decl for WrFiltersHolder (which it uses in
  function declarations)
- Gives nsFilterInstance.cpp an include for nsSVGIntegrationUtils.h to provide
  the WrFiltersHolder type (which it uses).
- Gives nsSVGPatternFrame.h mozilla-namespace prefixes before all its
  SVGAniated* type usages, to make them valid.

Depends on D50166

Differential Revision: https://phabricator.services.mozilla.com/D50167

--HG--
extra : moz-landing-system : lando
2019-10-23 08:16:45 +00:00
..
crashtests Bug 1521640 - Update android crashtest assertion ranges; r=geckoview-reviewers,snorp 2019-10-15 19:40:24 +00:00
tests Bug 1574137. Re-enable layout/svg/tests/test_filter_crossorigin.html for Fission. r=gbrown 2019-09-23 18:15:58 +00:00
AutoReferenceChainGuard.h Bug 1557793 part 3. Change the signatures of various nsContentUtils localization methods to play nicer with the new stringbundle API. r=smaug 2019-06-08 21:26:12 +00:00
moz.build
nsCSSClipPathInstance.cpp Bug 1552636 - Remove eStyleImageType_URL. r=TYLin 2019-05-22 11:34:23 +00:00
nsCSSClipPathInstance.h
nsCSSFilterInstance.cpp Bug 1552878 - Use cbindgen for filters. r=jwatt 2019-05-29 21:22:07 +02:00
nsCSSFilterInstance.h Bug 1552878 - Use cbindgen for filters. r=jwatt 2019-05-29 21:22:07 +02:00
nsFilterInstance.cpp Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
nsFilterInstance.h Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
nsISVGSVGFrame.h
nsSVGAFrame.cpp
nsSVGClipPathFrame.cpp Bug 1539702. Improve CreateClippedDrawTarget API r=jwatt,rhunt 2019-06-21 09:51:00 +00:00
nsSVGClipPathFrame.h Bug 1539702. Improve CreateClippedDrawTarget API r=jwatt,rhunt 2019-06-21 09:51:00 +00:00
nsSVGContainerFrame.cpp Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
nsSVGContainerFrame.h Bug 1566945 - Add a parameter to nsContainerFrame::InsertFrames for aPrevFrame's line box. r=dholbert 2019-07-17 23:34:45 +00:00
nsSVGDisplayableFrame.h
nsSVGFilterFrame.cpp
nsSVGFilterFrame.h
nsSVGFilterInstance.cpp Bug 1569648 - Remove a bogus assertion. r=dholbert 2019-08-14 16:41:20 +00:00
nsSVGFilterInstance.h Bug 1552878 - Use cbindgen for filters. r=jwatt 2019-05-29 21:22:07 +02:00
nsSVGFilterPaintCallback.h
nsSVGForeignObjectFrame.cpp Bug 1571250 - Convert flags passed to ReflowChild, FinishReflowChild, SyncFrameViewAfterReflow and from GetXULLayoutFlags / GetLayoutFlags into an enum class. r=TYLin 2019-08-08 19:48:19 +00:00
nsSVGForeignObjectFrame.h Bug 1383650 - Remove some redundant attribute observing logic r=longsonr 2019-05-25 11:17:49 +00:00
nsSVGGenericContainerFrame.cpp
nsSVGGenericContainerFrame.h
nsSVGGFrame.cpp
nsSVGGFrame.h
nsSVGGradientFrame.cpp Bug 1563315 - Use cbindgen for fill and stroke r=boris 2019-07-06 08:31:02 +00:00
nsSVGGradientFrame.h Bug 1563315 - Use cbindgen for fill and stroke r=boris 2019-07-06 08:31:02 +00:00
nsSVGImageFrame.cpp Bug 1557637 - Correct resolve <image> size when specified size is auto and intrinsic size is missing r=longsonr 2019-06-08 00:33:36 +00:00
nsSVGImageFrame.h Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-07-06 08:18:28 +00:00
nsSVGInnerSVGFrame.cpp
nsSVGInnerSVGFrame.h
nsSVGIntegrationUtils.cpp Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
nsSVGIntegrationUtils.h Bug 1578777 - Move UsesSVGEffectsNotSupportedInCompositor() to nsSVGIntegrationUtils. r=tnikkel 2019-09-17 00:06:28 +00:00
nsSVGMarkerFrame.cpp
nsSVGMarkerFrame.h
nsSVGMaskFrame.cpp Bug 1539702. Improve CreateClippedDrawTarget API r=jwatt,rhunt 2019-06-21 09:51:00 +00:00
nsSVGMaskFrame.h Bug 1539702. Improve CreateClippedDrawTarget API r=jwatt,rhunt 2019-06-21 09:51:00 +00:00
nsSVGOuterSVGFrame.cpp Bug 1582528. Restrict visual and dirty rect when building the display list for svg contents that cannot overflow. r=mstange 2019-09-20 02:05:35 +00:00
nsSVGOuterSVGFrame.h
nsSVGPaintServerFrame.h Bug 1563315 - Use cbindgen for fill and stroke r=boris 2019-07-06 08:31:02 +00:00
nsSVGPatternFrame.cpp Bug 1563315 - Use cbindgen for fill and stroke r=boris 2019-07-06 08:31:02 +00:00
nsSVGPatternFrame.h Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
nsSVGStopFrame.cpp Bug 1555030 - Add NS_FRAME_SVG_LAYOUT into SVGViewFrame and nsSVGStopFrame. r=dholbert,longsonr 2019-05-29 23:50:55 +00:00
nsSVGSwitchFrame.cpp Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
nsSVGSymbolFrame.cpp
nsSVGSymbolFrame.h
nsSVGUseFrame.cpp
nsSVGUseFrame.h
nsSVGUtils.cpp Bug 1519636 - Reformat recent changes to the Google coding style r=Ehsan 2019-10-06 18:29:55 +00:00
nsSVGUtils.h Bug 1573364 - Convert svg.new-getBBox.enabled to a static pref. r=heycam 2019-08-13 04:55:09 +00:00
nsSVGViewportFrame.cpp
nsSVGViewportFrame.h
svg.css Bug 1581399 - Remove useless rule in svg.css. r=longsonr 2019-09-15 17:39:12 +00:00
SVGContextPaint.cpp Bug 1573364 - Convert svg.context-properties.content.enabled to a static pref. r=heycam 2019-08-13 04:58:06 +00:00
SVGContextPaint.h Bug 1563315 - Use cbindgen for fill and stroke r=boris 2019-07-06 08:31:02 +00:00
SVGFEContainerFrame.cpp
SVGFEImageFrame.cpp
SVGFELeafFrame.cpp Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
SVGFEUnstyledLeafFrame.cpp Bug 1590639 part 5: Fix non-unified build issues in layout/svg. r=emilio 2019-10-23 08:16:45 +00:00
SVGGeometryFrame.cpp Bug 1576372 - Check the validity of the DrawTarget before rendering SVG content into it. r=aosmond 2019-08-28 13:16:58 +00:00
SVGGeometryFrame.h
SVGImageContext.cpp Bug 1563315 - Use cbindgen for fill and stroke r=boris 2019-07-06 08:31:02 +00:00
SVGImageContext.h
SVGObserverUtils.cpp Bug 1510785 - Only build XBL related code when MOZ_XBL is defined. r=bzbarsky 2019-10-08 23:52:14 +00:00
SVGObserverUtils.h Bug 1546334 - Use referrerInfo in style system. r=heycam 2019-07-16 11:43:56 +00:00
SVGTextFrame.cpp Bug 1575608 - Avoid manual paint-order glue code. r=boris 2019-08-21 19:47:53 +00:00
SVGTextFrame.h Bug 1578098 - move DOM classes to DOM namespace and eliminate using namespace mozilla r=dholbert 2019-09-21 14:38:56 +00:00
SVGViewFrame.cpp Bug 1555030 - Add NS_FRAME_SVG_LAYOUT into SVGViewFrame and nsSVGStopFrame. r=dholbert,longsonr 2019-05-29 23:50:55 +00:00