75
edits
(add sub pages.) |
(add basic queries) |
||
| Line 4: | Line 4: | ||
* Local Storage Next Generation | * Local Storage Next Generation | ||
* War on Storage Initialization Failures https://wiki.mozilla.org/DOM/Workers-Storage/projects/WSIF | * War on Storage Initialization Failures https://wiki.mozilla.org/DOM/Workers-Storage/projects/WSIF | ||
===== e10s Service Workers ===== | |||
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> | |||
== subpages of {{FULLPAGENAME}} == | == subpages of {{FULLPAGENAME}} == | ||
{{Special:PrefixIndex/{{FULLPAGENAME}}/}} | {{Special:PrefixIndex/{{FULLPAGENAME}}/}} | ||
edits