mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-09 21:00:42 +02:00
As far as I've been able to find digging through source code and adding logging on try - everything at least intends to do its writeAtomic calls before xpcom-will-shutdown. So we may as well make that more explicit. This won't make OS.File writes air tight. We could still add writes after this point and they will simply fail. However, that was still possible before this change anyway. Depends on D71190 Differential Revision: https://phabricator.services.mozilla.com/D74743 |
||
|---|---|---|
| .. | ||
| moz.build | ||
| osfile_async_front.jsm | ||
| osfile_async_worker.js | ||
| osfile_native.jsm | ||
| osfile_shared_allthreads.jsm | ||
| osfile_shared_front.jsm | ||
| osfile_unix_allthreads.jsm | ||
| osfile_unix_back.jsm | ||
| osfile_unix_front.jsm | ||
| osfile_win_allthreads.jsm | ||
| osfile_win_back.jsm | ||
| osfile_win_front.jsm | ||
| ospath.jsm | ||
| ospath_unix.jsm | ||
| ospath_win.jsm | ||