summaryrefslogtreecommitdiffstats
path: root/dom/indexedDB/ActorsChild.cpp
Commit message (Collapse)AuthorAgeLines
* [IndexedDB] Ensure that strong references to newly created cursors areSimon Giesecke2020-02-14-2/+4
| | | | | | | kept until the DOM Binding is created. This fixes random crashes on websites that use IndexedDB cursors. See also BZ bug 1599420
* Get RefPtr for IDBOpenDBRequest before using it. (DiD)wolfbeast2019-07-19-1/+6
|
* Get RefPtr to transaction before using it. (DiD)wolfbeast2019-02-07-1/+3
| | | | | Avoid potential use-after-free by getting a RefPtr to a transaction before calling content code that could cause its de-allocation.
* Add m-esr52 at 52.6.0Matt A. Tobin2018-02-02-0/+3588