DOM/Workers-Storage: Difference between revisions

From MozillaWiki
< DOM
Jump to navigation Jump to search
(Added Subhamoy)
(Updated components names according to https://bugzilla.mozilla.org/show_bug.cgi?id=1594717)
Line 18: Line 18:


Components:
Components:
* Quota Manager
* DOM: File
* Local Storage
* DOM: Push Notifications
* IndexedDB
* DOM: Service Workers
* Workers
* DOM: Workers
* Service Workers
* DOM: Web Payments
* DOM: Web Payments
* Storage: Cache API
* Storage: IndexedDB
* Storage: localStorage & sessionStorage
* Storage: Quota Manager
* Storage: StorageManager


=== Projects: ===  
=== Projects: ===  
Line 43: Line 47:
  "o1":"anywordssubstr",
  "o1":"anywordssubstr",
  "v1":"good-first-bug",
  "v1":"good-first-bug",
  "component":  ["DOM: IndexedDB","DOM: Quota Manager","DOM: Service Workers","DOM: Workers","DOM: Web Payments"],
  "component":  ["DOM: File","DOM: Push Notifications","DOM: Service Workers","DOM: Workers","DOM: Web Payments","Storage: Cache API","Storage: IndexedDB","Storage: localStorage & sessionStorage","Storage: Quota Manager","Storage: StorageManager"],
  "include_fields":"id,summary,status,resolution, priority",
  "include_fields":"id,summary,status,resolution, priority",
  "status":["NEW","REOPENED","ASSIGNED"]
  "status":["NEW","REOPENED","ASSIGNED"]

Revision as of 11:35, 11 November 2019

DOM: Workers and Storage

Team Members:

  • Jan Varga
  • Andrew Sutherland
  • Perry Jiang
  • Eden Chuang
  • Tom Tung
  • Yaron Tausky
  • Simon Giesecke
  • Jens Stutte
  • Subhamoy Sengupta

Mission:

Support the creation and development of important APIs for the web around workers, service workers and storage.

Components:

  • DOM: File
  • DOM: Push Notifications
  • DOM: Service Workers
  • DOM: Workers
  • DOM: Web Payments
  • Storage: Cache API
  • Storage: IndexedDB
  • Storage: localStorage & sessionStorage
  • Storage: Quota Manager
  • Storage: StorageManager

Projects:

Projects can be found here: https://wiki.mozilla.org/DOM/Workers-Storage/projects

Good First Bug:

Want to help? Great! We're an open source project. Below is a list of some good first bugs for you to pick up. Learn more here.

Full Query
ID Summary Status Resolution Priority
1661212 Improve DOM Cache tests by adding a few getter function to reuse the code NEW P5
1672646 Merge IndexCountRequestOp::DoDatabaseWork and ObjectStoreCountRequestOp::DoDatabaseWork NEW --
1817416 Move the handling of the gShutdown flag out of the QM instance's code to the static entry functions. NEW --
1823421 `NotFoundError: Node was not found` when trying to access a non-readable file with the FileReader API NEW P5
1950816 Testcase generating/storing N empty strings in sessionstorage is 4x slower for N=500K NEW --

5 Total; 5 Open (100%); 0 Resolved (0%); 0 Verified (0%);


subpages of DOM/Workers-Storage