summaryrefslogtreecommitdiffstats
path: root/mfbt/tests
Commit message (Collapse)AuthorAgeLines
* MoonchildProductions#1251 - Part 7: All the posix_m* memory-related stuff, ↵athenian2002019-10-21-0/+4
| | | | | | | | | | gathered together. https://bugzilla.mozilla.org/show_bug.cgi?id=1158445 https://bugzilla.mozilla.org/show_bug.cgi?id=963983 https://bugzilla.mozilla.org/show_bug.cgi?id=1542758 Solaris madvise and malign don't perfectly map to their POSIX counterparts, and some Linux versions (especially Android) don't define the POSIX counterparts at all, so options are limited. Ideally posix_madvise and posix_malign should be the safer and more portable options for all platforms.
* Add mozilla::Spantrav902018-10-06-0/+2099
|
* Fix a warning with GCC 8: unnecessary parentheses in declaration of 'type name'trav902018-08-10-2/+2
|
* Bug 1462912 - Fixed BufferList::Extract to handle the case where the call ↵Alex Gaynor2018-06-29-0/+12
| | | | consumes the entirety of the BufferList. r=froydnj, a=RyanVM
* Bug 1456189 - Simplify BufferList::Extract to make the lifetimes clearer. ↵Alex Gaynor2018-06-29-3/+30
| | | | r=froydnj, a=RyanVM
* Bug 1452619 - Implement mozilla::IsAsciiAlpha. r=froydnj, a=lizzardJeff Walden2018-04-29-0/+107
|
* Fix off-by-one in Vector::insert.wolfbeast2018-02-05-0/+52
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+12388