Closed
Bug 1750526
Opened 3 years ago
Closed 3 years ago
Give IPC_FAIL_NO_REASON a reason and check it well
Categories
(Core :: Storage: Quota Manager, task)
Core
Storage: Quota Manager
Tracking
()
RESOLVED
FIXED
People
(Reporter: jstutte, Assigned: hsingh)
Details
Attachments
(1 file)
IPC_FAIL_NO_REASON should not be used and transformed into IPC_FAIL with reason.
In doing so, we should also verify if the reason really merits an IPC_FAIL given the possible fatal consequences for the calling actor.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → hsingh
Status: NEW → ASSIGNED
| Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Keywords: leave-open
Pushed by jjalkanen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7f05341b548f
Replaced all calls to IPC_FAIL_NO_REASON to IPC_FAIL in dom quota module. r=jari,dom-storage-reviewers
Comment 3•3 years ago
|
||
| bugherder | ||
| Assignee | ||
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•