Closed
Bug 1648432
Opened 5 years ago
Closed 5 years ago
Simplify some indexedDB code
Categories
(Core :: Storage: IndexedDB, task)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: sg, Assigned: sg)
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 D81295
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D81296
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D81297
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D81298
Assignee | ||
Comment 6•5 years ago
|
||
Depends on D81299
Assignee | ||
Comment 7•5 years ago
|
||
Depends on D81300
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Updated•5 years ago
|
Attachment #9159630 -
Attachment description: Bug 1648432 - Clean up DatabaseOperationBase::GetUniqueIndexTableForObjectStore. r=#dom-workers-and-storage → Bug 1648432 - Inline DatabaseOperationBase::GetUniqueIndexTableForObjectStore and simplify it. r=#dom-workers-and-storage
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Updated•5 years ago
|
Attachment #9159629 -
Attachment description: Bug 1648432 - Stop returning nsresult from DeleteFilesRunnable::DoDatabaseWork. r=#dom-workers-and-storage → Bug 1648432 - Stop returning nsresult from DeleteFilesRunnable::DoDatabaseWork and ::Open. r=#dom-workers-and-storage
Pushed by sgiesecke@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/739d3ad0bba8
Simplify code using LookupOrAdd(FromFactory). r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/0537b6c7fa90
Simplify code using std::any_of. r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/231fcd150b82
Simplify AllocPBackgroundIDBTransactionParent using TransformIntoNewArrayAbortOnErr. r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/fe03d766e261
Make use of Result::propagateErr. r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/0376dad97214
Stop returning nsresult from DeleteFilesRunnable::DoDatabaseWork and ::Open. r=dom-workers-and-storage-reviewers,janv
https://hg.mozilla.org/integration/autoland/rev/baefc9e517ce
Inline DatabaseOperationBase::GetUniqueIndexTableForObjectStore and simplify it. r=dom-workers-and-storage-reviewers,ttung
https://hg.mozilla.org/integration/autoland/rev/6e4cc09b21be
Stop returning nsresult from CursorOpBaseHelperBase<CursorType>::PopulateExtraResponses. r=dom-workers-and-storage-reviewers,ttung
Comment 9•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/739d3ad0bba8
https://hg.mozilla.org/mozilla-central/rev/0537b6c7fa90
https://hg.mozilla.org/mozilla-central/rev/231fcd150b82
https://hg.mozilla.org/mozilla-central/rev/fe03d766e261
https://hg.mozilla.org/mozilla-central/rev/0376dad97214
https://hg.mozilla.org/mozilla-central/rev/baefc9e517ce
https://hg.mozilla.org/mozilla-central/rev/6e4cc09b21be
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•