David Flanagan
unread,Apr 1, 2013, 7:40:44 PM4/1/13You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Mª ANGELES OTEO MARTINEZ, Ben Turner, Fabrice Desre, Anthony Chung, Vivien Nicolas, FRANCISCO JORDANO, Benjamin Francis, Andrew Sutherland, dev-...@lists.mozilla.org
On 4/1/13 2:01 PM, David Flanagan wrote:
> I've filed bug 856798 to cover all apps that use either of my mediadb
> or async_storage libraries.
>
This has been fixed. But it looks like browser, calendar and homescreen
all still need the storage permission, too. Cc'ing Ben, Andrew, and Vivien.
David
The following apps now have the storage permission:
$ grep -l '"storage"' *apps/*/manifest.webapp
apps/camera/manifest.webapp
apps/clock/manifest.webapp
apps/communications/manifest.webapp
apps/costcontrol/manifest.webapp
apps/email/manifest.webapp
apps/fm/manifest.webapp
apps/gallery/manifest.webapp
apps/music/manifest.webapp
apps/settings/manifest.webapp
apps/sms/manifest.webapp
apps/system/manifest.webapp
apps/video/manifest.webapp
test_apps/test-container/manifest.webapp
test_external_apps/mochitest/manifest.webapp
Apps using indexedDB:
$ grep -l indexedDB *apps/*/js/*.js
apps/browser/js/places.js
apps/calendar/js/db.js
apps/calendar/js/mozalarm_shim.js
apps/camera/js/camera.js
apps/clock/js/alarm.js
apps/clock/js/alarmsdb.js
apps/homescreen/js/state.js
apps/system/js/window_manager.js
test_apps/image-uploader/js/credentials_db.js