canmove, Confirmed users, Bureaucrats and Sysops emeriti
5,401
edits
| Line 29: | Line 29: | ||
===Improve browser storage capabilities.=== | ===Improve browser storage capabilities.=== | ||
*Developers seeking to avoid the permission prompt associated with persistent storage hit limitations of temporary storage as currently implemented in browsers. | *Developers seeking to avoid the [ https://storage.spec.whatwg.org/#dom-storagemanager-requestpersistent permission prompt] associated with persistent storage hit limitations of temporary storage as currently implemented in browsers. | ||
*Improve temporary quota limits to take into account factors like frecency. | *Improve temporary quota limits to take into account factors like [https://en.wikipedia.org/wiki/Frecency frecency]. | ||
*Provide more information on quota usage and allowance [1]. | *Provide more information on quota usage and allowance [https://storage.spec.whatwg.org/#dom-storagemanager-estimate 1]. | ||
*Propose, standardize and implement finer-granularity units of evictable storage [1]. | *Propose, standardize and implement finer-granularity units of evictable storage [https://storage.spec.whatwg.org/#boxes 1]. | ||
*Allow cross-origin storage usage [1]. | *Allow cross-origin storage usage [https://bugzilla.mozilla.org/show_bug.cgi?id=1147821 1]. | ||
*Developers that need persistent storage guarantees hit limitations of persistent storage as currently implemented in browsers. | *Developers that need persistent storage guarantees hit limitations of persistent storage as currently implemented in browsers. | ||
**Standardize persistent storage so that other browsers implement [1]. | **Standardize persistent storage so that other browsers implement [https://storage.spec.whatwg.org/ 1]. | ||
**Reduce UI friction associated with the persistent permission prompt [1]. | **Reduce UI friction associated with the persistent permission prompt [http://people.mozilla.org/~mverdi/projects/fullscreen/ 1]. | ||
**Improve storage management/eviction UI for browser users. | **Improve storage management/eviction UI for browser users. | ||
===Improve browser graphics capabilities.=== | ===Improve browser graphics capabilities.=== | ||
*Ship WebGL2 [1]. | *Ship WebGL2 [1]. | ||