summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/ActorsParent.cpp
Commit message (Collapse)AuthorAgeLines
* Issue #1263 - Part 1: Remove DiskSpaceWatcherwolfbeast2019-11-08-56/+0
|
* [IndexedDB] Call SendFailureResult if the actor has been destroyed.wolfbeast2019-05-25-20/+26
| | | | | | | | | | Normally we wouldn't need to send any notifications if the actor was already destroyed, but it can be a VersionChangeOp which needs to notify its parent operation (OpenDatabaseOp) about the failure. So SendFailureResult needs to be called even when the actor was destroyed. Normal operations redundantly check if the actor was destroyed in SendSuccessResult and SendFailureResult, therefore it's ok to call it in all cases here.
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-140/+3
|
* Apply CheckedInt to infoLength for preventing it from overflowing in the future.wolfbeast2018-11-02-13/+10
| | | | | | | | CheckedInt propagates the mIsValid in each add operation so that it avoids needing a bunch of code for the overflow check in each add operation. Additionally, it avoids mismatching parameters between the computing result and the additional overflow check. This patch uses CheckedInt to take advantage of those implicit features of it.
* Remove IndexedDB for content pref.wolfbeast2018-09-29-12/+0
| | | | Tag Issue #765
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07-22/+13
| | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320.
* Remove SPS profiler.wolfbeast2018-05-24-12/+0
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove MOZ_WIDGET_GONK [1/2]wolfbeast2018-05-12-1/+1
| | | | Tag #288
* Remove MOZ_B2G leftovers and some dead B2G-only components.wolfbeast2018-05-12-24/+0
|
* Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB.wolfbeast2018-05-04-14/+0
|
* Fix a rare crash with asm.js caching.wolfbeast2018-02-09-21/+75
|
* Fix ReadCompressedIndexDataValuesFromBlob().wolfbeast2018-02-08-2/+10
|
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+29795