Add nsAutoTraceFailure stack class for exact tracing of failures
Categories
(Core :: XPCOM, task, P3)
Tracking
()
People
(Reporter: janv, Assigned: janv)
References
Details
Attachments
(5 obsolete files)
nsAutoTraceFailure should serve as a concrete helper for tracing nsresult errors.
| Assignee | ||
Comment 1•2 years ago
|
||
Depends on D192937
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Currently, Windows ERROR_FILE_CORRUPT is mapped to NS_ERROR_FILE_FS_CORRUPTED in our codebase. This mapping is utilized in various checks, including directory entry iteration. This commit refactors the error mapping to distinguish between NS_ERROR_FILE_FS_CORRUPTED and NS_ERROR_FILE_CORRUPTED specifically for cases such as iterating over directory entries. This change is aimed at providing more precise handling of file system corruption issues, improving the accuracy of error reactions during directory operations.
Comment 4•2 years ago
|
||
Comment on attachment 9369469 [details]
Bug 1863492 - Refactor error mapping for Windows ERROR_FILE_CORRUPT r=#dom-storage,jstutte
Revision D196869 was moved to bug 1870868. Setting attachment 9369469 [details] to obsolete.
Comment 5•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
Updated•2 years ago
|
Updated•2 years ago
|
| Assignee | ||
Updated•2 years ago
|
Updated•1 year ago
|
Updated•1 year ago
|
| Assignee | ||
Comment 7•1 year ago
|
||
This was just an experiment
Updated•1 year ago
|
Description
•