summaryrefslogtreecommitdiffstats
path: root/layout/svg/nsSVGUtils.cpp
Commit message (Collapse)AuthorAgeLines
* Attach FrameProperties to each frame instead of using a shared hashtablewin7-72019-06-26-3/+2
| | | | Dispense the shared hashtable and instead attach the frame property list directly to nsIFrame.
* Add nullcheck in nsSVGUtils::PaintFrameWithEffectswolfbeast2019-04-06-3/+6
| | | | | | Some SVGs define a mask but an invalid mask frame. Check to make sure we have a `maskFrame` that isn't null before trying to use it. This resolves #1034
* Revert "add a nullptr check in nsSVGUtils::PaintFrameWithEffects"wolfbeast2019-04-06-1/+1
| | | | This reverts commit 00baf283622b47ad7926c6e62364854d3dfbc00a.
* add a nullptr check in nsSVGUtils::PaintFrameWithEffectsyami2019-04-03-1/+1
|
* issue #908 - implement missing parts of CSS maskyami2019-02-02-20/+1
|
* Bug 1443092 - Avoid calling SVGAnimatedEnumeration::AnimVal() from ↵Botond Ballo2018-04-19-2/+1
| | | | | | | | | | nsSVGUtils::GetBBox(). r=jwatt, a=RyanVM AnimVal() is a DOM getter, and it flushes animations, which we don't want in GetBBox() which is called from display list building cide and FrameLayerBuilder. MozReview-Commit-ID: DWgm7wAV7C0
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1829