Commit Graph

7 Commits

Author SHA1 Message Date
Nicholas Nethercote
56b5e2f437 Bug 1268754 - Tweak some MFBT return values. r=Ms2ger.
This patch:

- Adds MOZ_MUST_USE to AllocPolicy::checkSimulatedOOM().

- Adds MOZ_MUST_USE to LZ4::decompress() (both variants) and fixes their
  comments.

- Changes the return type of SplayTree::insert() from bool to void, because it
  always returns true and its callers don't check the return value.

- Changes the return type of SplayTree::finishInsertion() from T* to void,
  because it makes things clearer -- it was just returning the aNew argument.

- Adds MOZ_MUST_USE to a Vector::growTo() (both variants).
2016-04-29 13:14:34 +10:00
Nathan Froyd
9d0ade920f Bug 1143014 - fix header sort order in mfbt/; r=Ms2ger 2015-03-13 11:53:02 -04:00
Nicholas Nethercote
e286b23cb3 Bug 1036789 - Convert the third quarter of MFBT to Gecko style. r=Ms2ger. 2014-07-10 19:10:17 -07:00
Nicholas Nethercote
3f9a355d7e Bug 1014377 - Convert the first quarter of MFBT to Gecko style. r=froydnj. 2014-05-29 22:40:33 -07:00
Luke Wagner
1a0b0ef75b Bug 960367 - OdinMonkey: compress source stored in in cache file (r=sstangl) 2014-01-17 17:34:33 -06:00
Jacek Caban
01d58d4522 Bug 946127 - Don't mark inline function as dllimport. r=Waldo 2013-12-05 10:55:52 +01:00
Till Schneidereit
f7e45dc7bf Bug 888658 - Add LZ4 compression to mfbt. r=jwalden,vlad 2013-10-18 20:25:30 +02:00