summaryrefslogtreecommitdiffstats
path: root/storage
Commit message (Collapse)AuthorAgeLines
* Issue #1053 - Remove android support from storage/mozStorageConnection.cppMatt A. Tobin2020-02-22-5/+1
|
* Issue #1342 - Remove support for system sqlitewolfbeast2020-01-31-5/+1
|
* No issue - Always use jemalloc allocator for storage memory whenwolfbeast2020-01-23-8/+1
| | | | MOZ_MEMORY is defined (which is defined by enabling jemalloc in config)
* Remove all C++ telemetry autotimerswolfbeast2018-09-04-3/+0
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03-12/+0
| | | | | This creates a number of stubs and leaves some surrounding code that may be irrelevant (eg. recorded time stamps, status variables). Stub resolution/removal should be a follow-up to this.
* Remove SPS profiler.wolfbeast2018-05-24-12/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove the Dark Matter Detector (DMD) Memeory debugger component.wolfbeast2018-05-23-52/+0
| | | | This resolves #376.
* Remove support for system jemalloc.wolfbeast2018-04-26-2/+1
|
* Cleanup async mozStorage callback management.wolfbeast2018-02-08-140/+88
| | | | Also avoid raw pointers in mozStorageAsyncStatementExecution.cpp.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+25047