Closed
Bug 1685111
Opened 4 years ago
Closed 4 years ago
Reuse cached statement implementation from IndexedDB
Categories
(Core :: Storage: localStorage & sessionStorage, task)
Core
Storage: localStorage & sessionStorage
Tracking
()
RESOLVED
FIXED
87 Branch
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
(deleted),
text/x-phabricator-request
|
Details | |
Bug 1685111 - Use CachingDatabaseConnection in localstorage's Connection. r=#dom-workers-and-storage
(deleted),
text/x-phabricator-request
|
Details |
The localstorage implementation contains a clone of the original IndexedDB cached SQL statement mechanism in the state before recent improvements (BorrowedStatement, use of Result and QM_TRY). This should reuse the implementation from IndexedDB, possibly moving that to dom/quota.
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → sgiesecke
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•4 years ago
|
||
Depends on D100889
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D100922
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d2ec9b57865d
Extract CachingDatabaseConnection base class from indexedDB's DatabaseConnection. r=dom-workers-and-storage-reviewers,asuth
https://hg.mozilla.org/integration/autoland/rev/f4a484c6dff0
Use CachingDatabaseConnection in localstorage's Connection. r=dom-workers-and-storage-reviewers,asuth
Comment 4•4 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/d2ec9b57865d
https://hg.mozilla.org/mozilla-central/rev/f4a484c6dff0
Status: ASSIGNED → RESOLVED
Closed: 4 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•