Revert QM_OR_ELSE_WARN to ordinary orElse in places where NS_ERROR_FILE_ALREADY_EXISTS/NS_ERROR_FILE_NOT_FOUND/NS_ERROR_FILE_TARGET_DOES_NOT_EXIST needs to be just ignored
Categories
(Core :: Storage: Quota Manager, defect, P1)
Tracking
()
People
(Reporter: janv, Assigned: janv)
References
(Regression)
Details
(Keywords: regression)
Attachments
(9 files, 2 obsolete files)
Bug 1701346 - QM: Revert QM_OR_ELSE_WARN to ordinary orElse in EnsureDirectory; r=asuth,#dom-storage
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review | |
48 bytes,
text/x-phabricator-request
|
Details | Review |
Assignee | ||
Comment 1•4 years ago
|
||
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Depends on D109987
Assignee | ||
Comment 3•4 years ago
|
||
Depends on D109991
Comment 5•4 years ago
|
||
bugherder |
Comment 7•4 years ago
|
||
bugherder |
Assignee | ||
Comment 8•4 years ago
|
||
Assignee | ||
Comment 9•4 years ago
|
||
Depends on D113066
Assignee | ||
Comment 10•4 years ago
|
||
Depends on D113067
Assignee | ||
Comment 11•4 years ago
|
||
Depends on D113068
Comment 12•4 years ago
|
||
Comment 13•4 years ago
|
||
bugherder |
Assignee | ||
Comment 14•4 years ago
|
||
Assignee | ||
Comment 15•4 years ago
|
||
Depends on D113526
Comment 16•4 years ago
|
||
Comment 17•4 years ago
|
||
bugherder |
Assignee | ||
Comment 18•4 years ago
|
||
Assignee | ||
Comment 19•4 years ago
|
||
This is more consistent with other cases where we either use QM_OR_ELSE_WARN or
QM_OR_ELSE_NOTE. We will later change some uses of QM_OR_ELSE_LOG to
QM_OR_ELSE_LOG_IF. The switch from custom OrElseIf to Result::orElseIf will be
easier when we don't use OrElseIf directly.
Depends on D114936
Comment 20•4 years ago
|
||
Comment on attachment 9221726 [details]
Bug 1701346 - Add QM_OR_ELSE_LOG and QM_OR_ELSE_LOG_IF macros; r=#dom-storage
Revision D114936 was moved to bug 1711181. Setting attachment 9221726 [details] to obsolete.
Comment 21•4 years ago
|
||
Comment on attachment 9221758 [details]
Bug 1701346 - Change uses of ordinary orElse to QM_OR_ELSE_LOG; r=#dom-storage
Revision D115055 was moved to bug 1711181. Setting attachment 9221758 [details] to obsolete.
Assignee | ||
Updated•4 years ago
|
Updated•4 years ago
|
Assignee | ||
Comment 22•4 years ago
|
||
There are still some QM_OR_ELSE_WARN that can spam the reports. However, there's now a new approach for it in bug 1711181, so this bug has been closed.
Updated•4 years ago
|
Updated•4 years ago
|
Description
•