summaryrefslogtreecommitdiffstats
path: root/gfx/layers/composite
Commit message (Collapse)AuthorAgeLines
* Avoid potentially unsafe snprintf usage in FPSCounter.wolfbeast2018-02-08-6/+21
| | | | | | snprintf returns the number of bytes it would have written when it runs out of space. This patch makes sure we properly handle this unlikely event in FPSCounter. This patch also makes sure we don't print out the contents of an uninitialized buffer.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+12747