summaryrefslogtreecommitdiff
path: root/storage
Commit message (Collapse)AuthorAge
* Issue #2343 - replace MOZ_FALLTHROUGH with [[fallthrough]]Moonchild2023-11-11
| | | | Basically a S&R. Removed the macro and adjusts IDL codegen accordingly.
* Issue #1656 - Remove more vim control lines.Moonchild2023-05-05
| | | | | | | Vim control lines were re-introduced or not entirely cleaned up. This nukes them again. Removing from modules, netwerk, security, storage, testing, toolkit, and a few scattered misc files. More to come.
* Issue #1382 - Annotate crash with database name when storage connection not ↵FranklinDM2023-02-20
| | | | | | | closed Reported on https://bugzilla.mozilla.org/show_bug.cgi?id=1384036 This was fixed with an unrelated issue: https://bugzilla.mozilla.org/show_bug.cgi?id=1372823
* Issue #21 - Remove Telemetry plumbing and fix build.Moonchild2022-04-02
| | | | | Note this won't give working applications. Requires FE changes and additional js module changes (next part).
* Issue #1053 - Remove /dom/system/android and dependent modules,Moonchild2022-04-01
| | | | as well as robocop.
* Revert "Issue #21 - Remove TelemertyVFS"Moonchild2021-05-14
| | | | | | | | This: - reverts commit 83ecae9ff7ee1469da1675435dbcf26d094aa1c6 - adds a failure check to Connection::GetQuotaObjects This resolves #1768.
* Issue #1656 - Part 6: Clean up the build filesMoonchild2020-09-23
|
* Issue #1656 - Part 3: Nuke more vim config lines in the tree.Moonchild2020-09-23
| | | | Another S&R run with some smarter matching.
* Issue #21 - Remove TelemertyVFSGaming4JC2020-05-06
| | | | This reverts m-c Bug 668378 and completely removes Telemetry SQLite IO. As a bonus this fixes a potential crash in newer SQLite versions without the need for updating this useless telemetry shim.
* Issue #1053 - Remove android support from storage/mozStorageConnection.cppMatt A. Tobin2020-02-22
|
* Issue #1342 - Remove support for system sqlitewolfbeast2020-01-31
|
* No issue - Always use jemalloc allocator for storage memory whenwolfbeast2020-01-23
| | | | MOZ_MEMORY is defined (which is defined by enabling jemalloc in config)
* Remove all C++ telemetry autotimerswolfbeast2018-09-04
|
* Remove all C++ Telemetry Accumulation calls.wolfbeast2018-09-03
| | | | | 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
| | | | | - 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
| | | | This resolves #376.
* Remove support for system jemalloc.wolfbeast2018-04-26
|
* Cleanup async mozStorage callback management.wolfbeast2018-02-08
| | | | Also avoid raw pointers in mozStorageAsyncStatementExecution.cpp.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02