DOM/Workers-Storage: Difference between revisions

From MozillaWiki
< DOM
Jump to navigation Jump to search
(Add section for good first bug)
(→‎Projects:: update projects section to its own page.)
Line 26: Line 26:
=== Projects: ===  
=== Projects: ===  


===== e10s Service Workers =====
Projects can be found here: https://wiki.mozilla.org/DOM/Workers-Storage/projects
 
Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1231208
 
Multi-process e10s refactor for service workers. This is an important project not only to future proof our service worker work but also to align it with overall e10s work.
 
'''Open Critical Bug'''
<bugzilla>
{
"f1":"blocked",
"o1":"equals",
"v1":"1231208",
"priority": ["P1","P2"],
"include_fields":"id,summary,status,resolution, priority",
"status":["NEW","REOPENED"]
}
</bugzilla>
 
'''RESOLVED Critical Bug'''
<bugzilla>
{
"f1":"blocked",
"o1":"equals",
"v1":"1231208",
"priority": ["P1","P2"],
"include_fields":"id,summary,status,resolution, priority",
"status":["RESOLVED"]
}
</bugzilla>
 
===== Local Storage NG =====
 
Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1286798
 
Per origin local storage.
 
'''Open Critical Bug'''
<bugzilla>
{
"f1":"blocked",
"o1":"equals",
"v1":"1286798",
"priority": ["P1","P2"],
"include_fields":"id,summary,status,resolution,priority",
"status":["NEW","REOPENED"]
}
</bugzilla>
 
'''RESOLVED Critical Bug'''
<bugzilla>
{
"f1":"blocked",
"o1":"equals",
"v1":"1286798",
"priority": ["P1","P2"],
"include_fields":"id,summary,status,resolution,priority",
"status":["RESOLVED"]
}
</bugzilla>
 
===== Misc =====
Assigned Crit:
<bugzilla>
{
  "f2": "assigned_to",
  "o2": "notequals",
  "v2": "nobody@mozilla.org",
  "priority": ["P1"],
  "component":  ["DOM: IndexedDB","DOM: Quota Manager","DOM: Service Workers","DOM: Workers","DOM: Web Payments"],
  "resolution": "---",
  "include_fields":"assigned_to,id,summary,status,resolution,priority",
  "order": "assigned_to,priority,id"
}
</bugzilla>
 
Assigned:
<bugzilla>
{
  "f2": "assigned_to",
  "o2": "notequals",
  "v2": "nobody@mozilla.org",
  "priority": ["P2","P3"],
  "component":  ["DOM: IndexedDB","DOM: Quota Manager","DOM: Service Workers","DOM: Workers","DOM: Web Payments"],
  "resolution": "---",
  "include_fields":"assigned_to,id,summary,status,resolution,priority",
  "order": "assigned_to,priority,id"
}
</bugzilla>
 
Unassigned:
 
<bugzilla>
{
  "f2": "assigned_to",
  "o2": "equals",
  "v2": "nobody@mozilla.org",
  "priority": ["P1","P2"],
  "component":  ["DOM: IndexedDB","DOM: Quota Manager","DOM: Service Workers","DOM: Workers","DOM: Web Payments"],
  "resolution": "---",
  "include_fields":"assigned_to,id,summary,status,resolution,priority",
  "order": "priority,id"
}
</bugzilla>


=== Good First Bug: ===  
=== Good First Bug: ===  

Revision as of 09:30, 14 August 2018

DOM: Workers and Storage

Team Members:

  • Marion Daly
  • Jan Varga
  • Andrew Sutherland
  • Blake Kaplan
  • Perry Jiang
  • Eden Chuang
  • Tom Tung
  • Yaron Tausky

Mission:

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

Components:

  • Quota Manager
  • Local Storage
  • IndexedDB
  • Workers
  • Service Workers
  • DOM: Web Payments

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.

No results.

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


subpages of DOM/Workers-Storage