canmove, Confirmed users
1,577
edits
No edit summary |
No edit summary |
||
| Line 22: | Line 22: | ||
|Feature implementation plan=Must-have bugs: | |Feature implementation plan=Must-have bugs: | ||
* HTML5 App Cache: [https://bugzilla.mozilla.org/show_bug.cgi?id=683794 We do not fire the onupdateready event] | * HTML5 App Cache: [https://bugzilla.mozilla.org/show_bug.cgi?id=683794 We do not fire the onupdateready event] - needs investigation & a test | ||
* IndexedDB: Set Version API will change | * IndexedDB: Set Version API will change | ||
* IndexedDB: [https://bugzilla.mozilla.org/show_bug.cgi?id=661877 Enable storing files] See also: [Features/Platform/LargeFilesForIndexedDB feature page for this bug] | * [https://bugzilla.mozilla.org/show_bug.cgi?id=625071 IndexedDB: Can't delete a database] - do this with Set Version | ||
* IndexedDB: [https://bugzilla.mozilla.org/show_bug.cgi?id=661877 Enable storing files] See also: [Features/Platform/LargeFilesForIndexedDB feature page for this bug] - Jan is working on this | |||
Waiting on specs from Jonas & Robert: | |||
* Need an API for querying permission to make a Database | |||
* Need an API for revoking permission to make a Database (shared computer use case.) | |||
Nice-to-have bugs: | Nice-to-have bugs: | ||
* IndexedDB: Can only create simple key types | * IndexedDB: Can only create simple key types | ||
* IndexedDB: [https://bugzilla.mozilla.org/show_bug.cgi?id=686477 Can only create indexes on the root object] | * IndexedDB: [https://bugzilla.mozilla.org/show_bug.cgi?id=686477 Can only create indexes on the root object] | ||
* API to trigger asking for the data storage permission dialog (HTML5 App Cache) or stop asking | |||
* API to trigger asking for the data storage permission dialog | |||
* There's no easy way to know if you're getting the offline/cached version of a file or the one off the network. (Nice to have for testing.) | * There's no easy way to know if you're getting the offline/cached version of a file or the one off the network. (Nice to have for testing.) | ||
}} | }} | ||