Firefox/Projects/IndexedDB: Difference between revisions
Jump to navigation
Jump to search
Comrade693 (talk | contribs) (→Timeline / Milestones: Add time to SQL schema) |
Comrade693 (talk | contribs) (Refactor page to better reflect reality.) |
||
| Line 1: | Line 1: | ||
__NOTOC__Implement the [http://dev.w3.org/2006/webapi/ | __NOTOC__Implement the [http://dev.w3.org/2006/webapi/IndexedDB/ W3C Indexed Database API] in Mozilla. The code is being committed to a [http://hg.mozilla.org/users/sdwilsh_shawnwilsher.com/IndexedDB/ user repository]. | ||
Project Lead: sdwilsh | Project Lead: sdwilsh | ||
| Line 5: | Line 5: | ||
* {{bug|IndexedDB}} - Overall tracking bug | * {{bug|IndexedDB}} - Overall tracking bug | ||
* {{bug|async-IndexedDB}} - Asynchronous bits of the API | * {{bug|async-IndexedDB}} - Asynchronous bits of the API | ||
Other useful pages: | |||
* [[Firefox/Projects/IndexedDB/SQL_Schema|SQLite DB Schema for Storage]] | |||
== Status == | == Status == | ||
* <onlyinclude>IN FLIGHT. Work is underway | * <onlyinclude>IN FLIGHT. Work is underway.</onlyinclude> | ||
== Goals == | == Goals == | ||
| Line 15: | Line 18: | ||
== Timeline / Milestones == | == Timeline / Milestones == | ||
== Requirements == | == Requirements == | ||
Revision as of 23:27, 24 May 2010
Implement the W3C Indexed Database API in Mozilla. The code is being committed to a user repository.
Project Lead: sdwilsh Bugs:
- bug IndexedDB - Overall tracking bug
- bug async-IndexedDB - Asynchronous bits of the API
Other useful pages:
Status
- IN FLIGHT. Work is underway.
Goals
Implement a prototype of the Indexed Database spec.
Non-Goals
Timeline / Milestones
Requirements
Dependencies
Testing
Will likely setup a project branch to run the vast number of unit tests this is going to need.