summaryrefslogtreecommitdiffstats
path: root/layout/svg/nsSVGUtils.cpp
Commit message (Collapse)AuthorAgeLines
* 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