Closed
Bug 766375
Opened 13 years ago
Closed 13 years ago
Move idb databases to /data/local
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: gwagner, Assigned: gwagner)
References
Details
Attachments
(1 file)
1009 bytes,
patch
|
fabrice
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•13 years ago
|
||
Assignee: nobody → anygregor
Assignee | ||
Updated•13 years ago
|
Attachment #634643 -
Flags: review?(fabrice)
Comment 2•13 years ago
|
||
Comment on attachment 634643 [details] [diff] [review]
patch
Review of attachment 634643 [details] [diff] [review]:
-----------------------------------------------------------------
This means that indexedDB data already in the current *.default/ profile will be lost. We could fix that in gaia's makefile by moving *default/indexedDB to /data/local/indexedDB if /data/local/indexedDB doesn't exist.
Attachment #634643 -
Flags: review?(fabrice) → review+
Assignee | ||
Comment 3•13 years ago
|
||
(In reply to Fabrice Desré [:fabrice] from comment #2)
> Comment on attachment 634643 [details] [diff] [review]
> patch
>
> Review of attachment 634643 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> This means that indexedDB data already in the current *.default/ profile
> will be lost. We could fix that in gaia's makefile by moving
> *default/indexedDB to /data/local/indexedDB if /data/local/indexedDB doesn't
> exist.
I don't think it's that easy because that will be a gecko change we have to sync this with the first flash with this patch. After a gecko flash with this patch, all databases are created automatically. We would have to test and copy during flashing gecko right?
Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•