DOM/Workers-Storage/board: Difference between revisions
< DOM | Workers-Storage
Jump to navigation
Jump to search
(Create the world's most basic kanban board) |
(Create basic priority board for e10s SW project) |
||
| Line 1: | Line 1: | ||
E10S Service Worker Bugs: | |||
'''Must Have:''' | |||
<bugzilla> | |||
{ | |||
"f1":"status_whiteboard", | |||
"o1":"equals", | |||
"v1":"SW-MUST", | |||
"include_fields":"id,summary,status,resolution, priority", | |||
"status":["NEW","REOPENED"] | |||
} | |||
</bugzilla> | |||
'''Nice To have:''' | |||
<bugzilla> | |||
{ | |||
"f1":"status_whiteboard", | |||
"o1":"equals", | |||
"v1":"SW-NICE", | |||
"include_fields":"id,summary,status,resolution, priority", | |||
"status":["NEW","REOPENED"] | |||
} | |||
</bugzilla> | |||
'''Cleanup:''' | |||
<bugzilla> | |||
{ | |||
"f1":"status_whiteboard", | |||
"o1":"equals", | |||
"v1":"SW-CLEANUP", | |||
"include_fields":"id,summary,status,resolution, priority", | |||
"status":["NEW","REOPENED"] | |||
} | |||
</bugzilla> | |||
'''Backlog:''' | |||
<bugzilla> | |||
{ | |||
"f1":"status_whiteboard", | |||
"o1":"equals", | |||
"v1":"SW-BACKLOG", | |||
"include_fields":"id,summary,status,resolution, priority", | |||
"status":["NEW","REOPENED"] | |||
} | |||
</bugzilla> | |||
Revision as of 02:50, 25 June 2018
E10S Service Worker Bugs:
Must Have:
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Nice To have:
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);
Cleanup:
3 Total; 3 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Backlog:
| ID | Summary | Status | Resolution | Priority |
|---|---|---|---|---|
| 1314658 | Update the security check in NeckoParent::GetValidatedAppInfo | NEW | P3 | |
| 1360255 | Add a test for loading a service-worker managed document in a new process | NEW | P3 |
2 Total; 2 Open (100%); 0 Resolved (0%); 0 Verified (0%);