Files
tubestation/toolkit/modules
Nick Alexander 5d61a90a0b Bug 1782990 - JSONFile: Include sanitized basename of file in shutdown blocker. r=barret,credential-management-reviewers,sgalich
This also cleanses `.json.lz4`, which is used by at least one
compressed file.

The easiest way to test this manually is to set Gecko preference
`toolkit.asyncshutdown.log=true`, quit the browser, and witness log
lines like:
```
DEBUG: Adding blocker JSON store: writing data for 'logins' for phase IOUtils: waiting for profileBeforeChange IO to complete
...
DEBUG: Completed blocker JSON store: writing data for 'logins' for phase IOUtils: waiting for profileBeforeChange IO to complete
```

Differential Revision: https://phabricator.services.mozilla.com/D162891
2022-11-30 02:29:17 +00:00
..