summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB
Commit message (Collapse)AuthorAgeLines
* Telemetry: Remove stubs and related codeadeshkp2019-01-12-142/+4
|
* 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.
* Fix a longstanding IndexedDB correctness issue.wolfbeast2018-11-02-8/+69
| | | | Standards Compliance fix, port of Bug 1492737
* Remove IndexedDB for content pref.wolfbeast2018-09-29-30/+0
| | | | Tag Issue #765
* Refactor structured clone JSAPI to prevent mismatched scopes.wolfbeast2018-06-07-28/+30
| | | | Roll-up of bugs 1442722, 1455071, 1433642, 1456604 and 1458320.
* Remove SPS profiler.wolfbeast2018-05-24-24/+3
| | | | | - Conditionals and code blocks. (MOZ_ENABLE_PROFILER_SPS) - Stub out several profiler-only functions.
* Remove other gonk widget conditionals and unused files.wolfbeast2018-05-13-2/+1
| | | | Tag #288.
* 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-36/+0
|
* Issue #325 Part 7: Remove non-Intl legacy code paths from IndexedDB.wolfbeast2018-05-04-58/+1
|
* moebius#30 and #37: ForgetAboutSite.jsm - promise - serialize vs. parallel + ↵janekptacijarabaci2018-04-24-3/+4
| | | | | | | a comment https://github.com/MoonchildProductions/moebius/pull/30 https://github.com/MoonchildProductions/moebius/pull/37
* 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/+85077