Closed
Bug 1678030
Opened 5 years ago
Closed 5 years ago
Reduce code duplication around mozIStorageStatement
Categories
(Core :: Storage: Quota Manager, task)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
| Tracking | Status | |
|---|---|---|
| firefox85 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
References
Details
Attachments
(7 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Depends on D97460
| Assignee | ||
Comment 3•5 years ago
|
||
Depends on D97461
| Assignee | ||
Comment 4•5 years ago
|
||
Depends on D97462
| Assignee | ||
Comment 5•5 years ago
|
||
Depends on D97463
| Assignee | ||
Comment 6•5 years ago
|
||
Depends on D97464
| Assignee | ||
Comment 7•5 years ago
|
||
Depends on D97465
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2ed5e139d784
Move CreateAndExecuteSingleStepStatement to QuotaCommon and use in all quota clients. r=dom-workers-and-storage-reviewers,janv
https://hg.mozilla.org/integration/autoland/rev/2fb182664097
Support multiple variants of hasResult expectations in CreateAndExecuteSingleStepStatement. r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/dc0c88b81dc2
Generalize CreateAndExecuteSingleStepStatement to accept an optional bind functor. r=dom-workers-and-storage-reviewers,ttung
| Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Comment 9•5 years ago
|
||
| bugherder | ||
Comment 10•5 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/659b97e784bf
Introduce LazyStatement class. r=dom-workers-and-storage-reviewers,ttung
Comment 11•5 years ago
|
||
| bugherder | ||
Comment 12•5 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b5dbd1090f2e
Introduce LazyStatement::BorrowAndExecuteSingleStep function. r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/48a9523329f2
Add DatabaseConnection::BorrowAndExecuteSingleStepStatement function. r=dom-workers-and-storage-reviewers,ttung
Comment 13•5 years ago
|
||
| bugherder | ||
Comment 14•5 years ago
|
||
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0287f5604a69
Move CollectWhileHasResult to QuotaCommon and use in other quota clients. r=dom-workers-and-storage-reviewers,ttung
Comment 15•5 years ago
|
||
| bugherder | ||
Updated•5 years ago
|
status-firefox85:
--- → fixed
Comment 16•5 years ago
|
||
The leave-open keyword was set, but I think this bug can be closed now right?
Flags: needinfo?(sgiesecke)
| Assignee | ||
Comment 17•5 years ago
|
||
(In reply to Mathew Hodson from comment #16)
The leave-open keyword was set, but I think this bug can be closed now right?
Right, thanks for catching that!
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(sgiesecke)
Resolution: --- → FIXED
| Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
You need to log in
before you can comment on or make changes to this bug.
Description
•