Closed
Bug 1267587
Opened 9 years ago
Closed 9 years ago
Homescreen uses localStorage
Categories
(Firefox OS Graveyard :: Gaia::Homescreen, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cwiiis, Assigned: cwiiis)
References
Details
Attachments
(1 file)
Homescreen uses localStorage for some data that it requires during startup. In the transition branch, homescreen runs as a chrome app, so localStorage is unavailable. We should switch to the shared asyncStorage helper.
Comment 1•9 years ago
|
||
Assignee | ||
Comment 2•9 years ago
|
||
Comment on attachment 8745288 [details] [review]
[gaia] Cwiiis:homescreen-removelocalstorage > mozilla-b2g:kanikani
Replace localStorage with asyncStorage.
Attachment #8745288 -
Flags: review?(apastor)
Assignee | ||
Comment 3•9 years ago
|
||
After this change, the homescreen starts up and works fine, but datastore isn't available, so there are no apps/sites/pages.
Blocks: 1261028
Comment 4•9 years ago
|
||
Comment on attachment 8745288 [details] [review]
[gaia] Cwiiis:homescreen-removelocalstorage > mozilla-b2g:kanikani
Left a comment for removing mozApps references as well, but feel free to do it in a different bug if you want. Thanks!
Attachment #8745288 -
Flags: review?(apastor) → review+
Assignee | ||
Comment 5•9 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•