Hi
all,
Several
years have passed since the creation of IndexedDB module. In the
meantime, other DOM Storage APIs have evolved, implementations
have gotten more complex, and experts in these areas have
specialized. It therefore makes sense to have more fine-grained
modules.
I would like to propose adding three new core modules: Quota
Manager, localStorage & sessionStorage, and Bucket File System,
and updating existing modules: DOM File, and Web Workers.
New core modules:
Name: Quota Manager
Description:
Centralized quota tracked storage management and implementation of StorageManager.
Owner(s):
Jan Varga
Peer(s):
Andrew Sutherland, Jens Manuel Stutte
Includes: dom/quota, dom/simpledb
Bugzilla Components: Core :: Storage: Quota manager,
Core :: Storage: StorageManager
Name: localStorage & sessionStorage
Description:
Implementation of localStorage & sessionStorage exposed only on window objects as “localStorage” and “sessionStorage”.
Owner(s):
Jan Varga
Peer(s):
Andrew Sutherland, Andreas Farre
Includes:
dom/localstorage, dom/storage
Bugzilla Components:
Core :: Storage: localStorage & sessionStorage
Name: Bucket File System
Description:
Implementation of Bucket File System.
Owner(s):
Randell Jesup
Peer(s):
Jan Varga, Jari Jalkanen
Includes:
dom/fs
Bugzilla Components:
Core :: Storage: Bucket File System
Updates in existing core modules:
Name: DOM File
Owner(s):
Andrew Sutherland (taking over from Andrea
Marchesini
)
Peer(s):
Nika Layzell, Olli
Pettay (adding
Nika Layzell)
Owner(s) Emeritus: Andrea Marchesini
Name: Web Workers
Includes: dom/serviceworkers, dom/workers, dom/cache (adding
dom/cache - Cache API)
Thanks,
Jan