Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | [IndexedDB] Ensure that strong references to newly created cursors are | Simon Giesecke | 2020-04-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) | wolfbeast | 2019-07-19 | -1/+6 |
| | ||||
* | Get RefPtr to transaction before using it. (DiD) | wolfbeast | 2019-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.0 | Matt A. Tobin | 2018-02-02 | -0/+3588 |