Security/Tor Uplift/Tracking: Difference between revisions
< Security | Tor Uplift
Jump to navigation
Jump to search
(Created page with "== Tor Uplift == To uplift all of the Tor Browser patches to mainline Firefox. The general approach is to add preferences for anything that breaks the web and set them to def...") |
(adding more bugzilla bug lists.) |
||
Line 12: | Line 12: | ||
"query_format":"advanced", | "query_format":"advanced", | ||
"o1":"substring", | "o1":"substring", | ||
"v1":"[ | "v1":"[TOR]", | ||
"order": "assigned_to,bug_id", | "order": "assigned_to,bug_id", | ||
"status":["ASSIGNED","REOPENED","UNCONFIRMED"], | "status":["ASSIGNED","REOPENED","UNCONFIRMED"], | ||
Line 20: | Line 20: | ||
"keywords_type":"nowords", | "keywords_type":"nowords", | ||
"keywords":"meta" | "keywords":"meta" | ||
} | |||
</bugzilla> | |||
=== Assigned, but not started === | |||
These bugs have an owner, but their status is 'NEW' indicating that they are not being worked on yet. | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"substring", | |||
"v1":"[TOR]", | |||
"order": "assigned_to,bug_id", | |||
"status":["NEW"], | |||
"emailtype1":"notsubstring", | |||
"emailassigned_to1":"1", | |||
"email1":"nobody@mozilla.org", | |||
"keywords_type":"nowords", | |||
"keywords":"meta" | |||
} | |||
</bugzilla> | |||
=== Backlog (all unowned) === | |||
Bugs looking for an owner. | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"substring", | |||
"v1":"[TOR]", | |||
"order": "bug_id", | |||
"status":["__open__"], | |||
"assigned_to":"nobody@mozilla.org", | |||
"keywords_type":"nowords", | |||
"keywords":"meta" | |||
} | |||
</bugzilla> | |||
=== Testing Bugs === | |||
Origin Testing bugs are tagged with [oa-testing] | |||
<bugzilla> | |||
{ | |||
"include_fields": "id, whiteboard, summary, status, assigned_to,resolution", | |||
"f1":"status_whiteboard", | |||
"f2":"status_whiteboard", | |||
"query_format":"advanced", | |||
"o1":"substring", | |||
"v1":"[OA-testing]", | |||
"o2":"substring", | |||
"v2":"[TOR]", | |||
"order": "assigned_to,bug_id", | |||
"status":["NEW","ASSIGNED","REOPENED","UNCONFIRMED"], | |||
"emailtype1":"notsubstring", | |||
"emailassigned_to1":"1", | |||
"email1":"nobody@mozilla.org", | |||
"keywords_type":"nowords", | |||
"keywords":"meta" | |||
} | } | ||
</bugzilla> | </bugzilla> |
Revision as of 19:35, 2 May 2016
Tor Uplift
To uplift all of the Tor Browser patches to mainline Firefox. The general approach is to add preferences for anything that breaks the web and set them to default "off" so that the behavior of default Firefox does not change. All bugs are tagged with [tor].
Active Bugs
Bugs which are assigned and being worked on.
ID | Whiteboard | Summary | Status | Assigned to | Resolution |
---|---|---|---|---|---|
1314443 | [tor][fingerprinting][tor-mobile][fp-triaged] | Audit the existing disable WebRTC preferences and ensure they work as advertised | ASSIGNED | Tom Ritter [:tjr] |
1 Total; 1 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Assigned, but not started
These bugs have an owner, but their status is 'NEW' indicating that they are not being worked on yet.
ID | Whiteboard | Summary | Status | Assigned to | Resolution |
---|---|---|---|---|---|
1338006 | [OA][tor] | Perform OriginAttributes Review of WebRTC | NEW | Tom Ritter [:tjr] | |
1612422 | [tor] | Create a MinGW reproducible build job | NEW | Tom Ritter [:tjr] |
2 Total; 2 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Backlog (all unowned)
Bugs looking for an owner.
53 Total; 53 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Testing Bugs
Origin Testing bugs are tagged with [oa-testing]
No results.
0 Total; 0 Open (0%); 0 Resolved (0%); 0 Verified (0%);