WhatwgStorage Whiteboard

From MozillaWiki
Revision as of 20:35, 12 April 2006 by Shaver (talk | contribs)
Jump to navigation Jump to search

Neil to impl core storage system, jst to impl security/access/scoping. vlad to advise, shaver to cheerlead.

  • What subset?
    • no DOM object or JS object auto-serialization
    • jst to propose the removal of key enumeration to whatwg list (security reasons)
  • sessionStorage using in-memory hash or just another table?
    • vlad: no on-disk storage for security reasons?
    • shaver: what about session saver? (what does it do for session cookies?)
    • spec suggests persistence of session data in this case: 4.9.3
  • globalStorage using mozStorage, simple table
    • look at what history guys did for fast domain-based lookup?