summaryrefslogtreecommitdiffstats
path: root/memory/mozalloc
Commit message (Collapse)AuthorAgeLines
* Use |noexcept| instead of an exception-specification in mozalloc.htrav902018-03-04-0/+6
| | | | We are using |throw(std::bad_alloc)|, but dynamic exception specifications have been deprecated in C++11. The C++11 equivalent is |noexcept(false)|. This causes build warning spam when using newer compilers such as GCC 7.x.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+1215