Open
Bug 699613
Opened 13 years ago
Updated 2 years ago
Unpack webappsstore.sqlite and chromeappsstore.sqlite from omni.jar when profile is created
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
NEW
People
(Reporter: vladan, Unassigned)
References
Details
(Keywords: perf)
Attachments
(1 file)
2.17 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 the webappstore and chromeappsstore DBs from omni.jar when the database doesn't exist. The extracted DBs contain the DB schema but no rows. If extraction fails for whatever reason, the DB is created from scratch as before.
Reporter | ||
Updated•13 years ago
|
Attachment #571804 -
Attachment is patch: true
Reporter | ||
Updated•13 years ago
|
Reporter | ||
Updated•13 years ago
|
Assignee: nobody → vdjeric
Reporter | ||
Updated•13 years ago
|
Attachment #571804 -
Flags: review?(dom_bug_listener)
Reporter | ||
Updated•12 years ago
|
Attachment #571804 -
Flags: review?(dom_bug_listener)
Reporter | ||
Updated•9 years ago
|
Assignee: vladan.bugzilla → nobody
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•