Closed
Bug 1662087
Opened 5 years ago
Closed 5 years ago
IDB: Replace explicit error handling involving `mozilla::Result::isErr` with IDB_TRY/IDB_TRY_VAR
Categories
(Core :: Storage: IndexedDB, task, P2)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
82 Branch
Tracking | Status | |
---|---|---|
firefox82 | --- | fixed |
People
(Reporter: janv, Assigned: janv)
Details
Attachments
(5 files)
No description provided.
Assignee | ||
Comment 1•5 years ago
|
||
Depends on D88807
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D88824
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D88829
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D88830
Assignee | ||
Comment 5•5 years ago
|
||
Depends on D88831
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/e99f30957ab9
Replace explicit error handling involving `mozilla::Result::isErr` with IDB_TRY/IDB_TRY_VAR in IndexedDatabaseManager.cpp; r=dom-workers-and-storage-reviewers,sg
https://hg.mozilla.org/integration/autoland/rev/b6aa92db5f4f
Replace explicit error handling involving `mozilla::Result::isErr` with IDB_TRY/IDB_TRY_VAR in IDBDatabase.cpp; r=dom-workers-and-storage-reviewers,sg,ttung
https://hg.mozilla.org/integration/autoland/rev/b086e279697d
Replace explicit error handling involving `mozilla::Result::isErr` with IDB_TRY/IDB_TRY_VAR in IDBObjectStore.cpp; r=dom-workers-and-storage-reviewers,sg
https://hg.mozilla.org/integration/autoland/rev/48c55bfd0250
Replace explicit error handling involving `mozilla::Result::isErr` with IDB_TRY/IDB_TRY_VAR in ActorsChild.cpp; r=dom-workers-and-storage-reviewers,sg
Comment 7•5 years ago
|
||
bugherder |
Assignee | ||
Updated•5 years ago
|
Keywords: leave-open
Pushed by jvarga@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1aeb7707569f
Replace explicit error handling involving `mozilla::Result::isErr` with IDB_TRY/IDB_TRY_VAR in ActorsParent.cpp; r=dom-workers-and-storage-reviewers,sg
Comment 9•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox82:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 82 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•