summaryrefslogtreecommitdiffstats
path: root/gfx/layers/composite
Commit message (Collapse)AuthorAgeLines
* Remove SPS profiler.wolfbeast2018-05-24-23/+1
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Bug 1388020. r=nical, a=RyanVMAndrew Osmond2018-04-19-2/+1
|
* Bug 1388020. r=nical, a=RyanVMAndrew Osmond2018-03-14-15/+60
|
* 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