DOM/Workers-Storage: Difference between revisions
< DOM
Jump to navigation
Jump to search
(Update bugzilla query.) |
(Add more robust bug queries) |
||
| Line 67: | Line 67: | ||
"include_fields":"id,summary,status,resolution,priority", | "include_fields":"id,summary,status,resolution,priority", | ||
"status":["RESOLVED"] | "status":["RESOLVED"] | ||
} | |||
</bugzilla> | |||
===== Misc ===== | |||
Assigned: | |||
<bugzilla> | |||
{ | |||
"f2": "assigned_to", | |||
"o2": "notequals", | |||
"v2": "nobody@mozilla.org", | |||
"priority": ["P1","P2"], | |||
"component": ["DOM: IndexedDB","DOM: Quota Manager","DOM: Service Workers","DOM: Workers"], | |||
"resolution": "---", | |||
"include_fields": "id, priority, summary, assigned_to", | |||
"order": "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"], | |||
"resolution": "---", | |||
"include_fields": "id, priority, summary, assigned_to", | |||
"order": "priority,id" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
Revision as of 01:54, 9 May 2018
DOM: Workers and Storage
Team Members:
- Marion Daly
- Jan Varga
- Ben Kelly
- Andrew Sutherland
Mission:
Support the creation and development of important APIs for the web around workers, service workers and storage.
Projects:
e10s Service Workers
Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1231208
Open Critical Bug
2 Total; 2 Open (100%); 0 Resolved (0%); 0 Verified (0%);
RESOLVED Critical Bug
19 Total; 0 Open (0%); 19 Resolved (100%); 0 Verified (0%);
Local Storage NG
Meta bug: https://bugzilla.mozilla.org/show_bug.cgi?id=1286798
Open Critical Bug
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
RESOLVED Critical Bug
| ID | Summary | Status | Resolution | Priority |
|---|---|---|---|---|
| 1402254 | Add client::type in nsIQuotaManagerService::clearStoragesFromPrincipal | RESOLVED | FIXED | P2 |
| 1405270 | LocalStorage: Rework sync preloading using a nested event queue | RESOLVED | WONTFIX | P2 |
| 1444414 | Remove all CPOWs from storage inspector tests | RESOLVED | FIXED | P2 |
| 1446037 | Remove CPOWs from browser_storage_dynamic_windows.js and simplify the test | RESOLVED | FIXED | P2 |
| 1446310 | Remove CPOWs from browser_storage_updates.js | RESOLVED | FIXED | P2 |
5 Total; 0 Open (0%); 5 Resolved (100%); 0 Verified (0%);
Misc
Assigned:
21 Total; 21 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Unassigned:
43 Total; 43 Open (100%); 0 Resolved (0%); 0 Verified (0%);