Open
Bug 699614
Opened 14 years ago
Updated 3 years ago
Unpack permissions.sqlite from omni.jar when profile is created
Categories
(Core :: Networking: Cookies, defect, P5)
Core
Networking: Cookies
Tracking
()
NEW
People
(Reporter: vladan, Unassigned)
References
Details
(Keywords: perf, Whiteboard: [necko-would-take])
Attachments
(1 file)
3.58 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 permissions.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, the DB is created from scratch as before.
Comment 1•14 years ago
|
||
Cool, as long as the schema is set right it looks fine. Does this produce any warnings on a debug build?
Reporter | ||
Updated•14 years ago
|
Attachment #571806 -
Attachment is patch: true
Reporter | ||
Updated•14 years ago
|
Reporter | ||
Updated•14 years ago
|
Assignee: nobody → vdjeric
Reporter | ||
Updated•14 years ago
|
Attachment #571806 -
Flags: review?(dwitte)
Reporter | ||
Updated•13 years ago
|
Attachment #571806 -
Flags: review?(dwitte)
Updated•10 years ago
|
Whiteboard: [necko-would-take]
Reporter | ||
Updated•9 years ago
|
Assignee: vladan.bugzilla → nobody
Comment 2•8 years ago
|
||
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P5
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•