WebAPI/Storage2013: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 7: Line 7:
* we're very close to this, bent about to start reviews
* we're very close to this, bent about to start reviews


# plug in localStorage to temporary storage
== plug in localStorage to temporary storage ==
* Honza is working on re-write of localStorage
* Honza is working on re-write of localStorage
* appcache rewrite also coming up from Honza
* appcache rewrite also coming up from Honza
* lower priority
* lower priority


# moving data from temporary to permanent storage (database migration)
== moving data from temporary to permanent storage (database migration) ==
* ex. Gmail "go offline"
* ex. Gmail "go offline"
* ex. Amazon cloud reader
* ex. Amazon cloud reader


# "simpleStorage" (~async localStorage)
== "simpleStorage" (~async localStorage) ==
* need very simple API
* need very simple API
* high value, low amount of work
* high value, low amount of work
Line 26: Line 26:
* something that uses IDB and/or localStorage?
* something that uses IDB and/or localStorage?


# general appcache problems
== general appcache problems ==
* spec is terrible (poorly written)
* spec is terrible (poorly written)
* Mounir will help drive spec side of fixing this
* Mounir will help drive spec side of fixing this
Line 33: Line 33:
* in London, improve proposal and present to others
* in London, improve proposal and present to others


# Quota API
== Quota API ==
* similar to what Google has
* similar to what Google has
** that's connected with FileSystem API which means we'll have to just have something similar but not exactly the same
** that's connected with FileSystem API which means we'll have to just have something similar but not exactly the same
Line 39: Line 39:
* "how much am I currently using?" (both permanent and temporary)
* "how much am I currently using?" (both permanent and temporary)


# FileSystem API
== FileSystem API ==
* like DeviceStorage API?
* like DeviceStorage API?
* sandboxed file system (implemented as a library on top of IDB)
* sandboxed file system (implemented as a library on top of IDB)
Line 47: Line 47:
* try to bring in Microsoft views (Apple closer to our view than to Google's)
* try to bring in Microsoft views (Apple closer to our view than to Google's)


# IndexedDB in Workers
== IndexedDB in Workers ==
* Maybe need Workers-As-Service (TM-sicking) support in B2G before this is useful?
* Maybe need Workers-As-Service (TM-sicking) support in B2G before this is useful?
* Code should start getting into review queues
* Code should start getting into review queues
Line 53: Line 53:
* schedule needs to be determined at London work week
* schedule needs to be determined at London work week


# Priorities
== Priorities ==
* Simple storage, P1
* Simple storage, P1
* FileSystem API, P2
* FileSystem API, P2
Confirmed users
58

edits

Navigation menu