Closed
Bug 699619
Opened 13 years ago
Closed 3 years ago
Unpack signons.sqlite from omni.jar when profile is created
Categories
(Toolkit :: Password Manager, defect, P5)
Toolkit
Password Manager
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vladan, Unassigned)
References
Details
(Keywords: perf)
Attachments
(1 file)
2.51 KB,
patch
|
Details | Diff | Splinter Review |
To improve first run performance, we will be unpacking pre-created SQLite databases from omni.jar on profile initialization (see bug 691268).
This change extracts signons.sqlite from omni.jar when the database doesn't exist. The extracted DB contains the DB schema but no rows. If extraction fails for whatever reason, an error is logged and the DB is created from scratch as before.
Reporter | ||
Updated•13 years ago
|
Attachment #571812 -
Attachment is patch: true
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Attachment #571812 -
Flags: review?(dolske)
Comment 1•13 years ago
|
||
Comment on attachment 571812 [details] [diff] [review]
Code for unpacking the DB when profile is created
Clearing until bigger issues (blocking bug) is sorted out.
Attachment #571812 -
Flags: review?(dolske)
Comment 2•12 years ago
|
||
Vladan, it is my understanding that we decided to pick another strategy. Should this bug be closed?
Flags: needinfo?(vdjeric)
Reporter | ||
Comment 3•12 years ago
|
||
Flags: needinfo?(vdjeric)
Reporter | ||
Updated•9 years ago
|
Assignee: vladan.bugzilla → nobody
Updated•9 years ago
|
Priority: -- → P5
Comment 4•3 years ago
|
||
We don't have signons.sqlite anymore
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•