Closed
Bug 887195
Opened 11 years ago
Closed 11 years ago
Get rid of nsIFile main thread I/O in passwordmgr/storage-mozStorage.js
Categories
(Toolkit :: Password Manager, defect)
Toolkit
Password Manager
Tracking
()
RESOLVED
DUPLICATE
of bug 853549
People
(Reporter: Yoric, Unassigned)
Details
(Keywords: main-thread-io)
Spinoff from bug 838889
Updated•11 years ago
|
Comment 2•11 years ago
|
||
(Oops, midair, but maybe this is useful:)
How does this differ from bug 853549? Is this just about file.exists() calls?
The only such call here is in _removeOldSignonsFiles(). This function (and the whole legacy import thing) can go away (and I think an earlier patch in 853549 did so). It's migrating the pre- Firefox 3.0 format, and that's not really relevant now.
In the meantime, the impact here is limited since it's only run once (basically first time login manager is initialized in a new profile).
You need to log in
before you can comment on or make changes to this bug.
Description
•