Security/Tor Uplift/Tracking: Difference between revisions

Disable some bugzilla queries to speed up the page loading.
m (→‎Testing Bugs: fixing filter)
(Disable some bugzilla queries to speed up the page loading.)
 
(12 intermediate revisions by 4 users not shown)
Line 1: Line 1:
== Tor Uplift ==
== 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].
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].  The Tor Browser design document is [https://www.torproject.org/projects/torbrowser/design/index.html.en here].


=== Active Bugs ===
=== Active Bugs ===
Line 7: Line 7:
<bugzilla>
<bugzilla>
   {
   {
     "include_fields": "id, whiteboard, summary, status, assigned_to,resolution",
     "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to",
     "f1":"status_whiteboard",
     "f1":"status_whiteboard",
    "f2":"status_whiteboard",
     "query_format":"advanced",
     "query_format":"advanced",
     "o1":"substring",
     "o1":"substring",
     "v1":"[TOR]",
     "v1":"[tor",
     "order": "assigned_to,bug_id",
     "order": "assigned_to,bug_id",
     "status":["ASSIGNED","REOPENED","UNCONFIRMED"],
     "status":["ASSIGNED","REOPENED","UNCONFIRMED"],
Line 18: Line 17:
     "emailassigned_to1":"1",
     "emailassigned_to1":"1",
     "email1":"nobody@mozilla.org",
     "email1":"nobody@mozilla.org",
"keywords_type":"nowords",
    "keywords_type":"nowords",
"keywords":"meta"
    "keywords":"meta"
   }
   }
</bugzilla>
</bugzilla>
Line 28: Line 27:
<bugzilla>
<bugzilla>
   {
   {
     "include_fields": "id, whiteboard, summary, status, assigned_to,resolution",
     "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to",
     "f1":"status_whiteboard",
     "f1":"status_whiteboard",
    "f2":"status_whiteboard",
     "query_format":"advanced",
     "query_format":"advanced",
     "o1":"substring",
     "o1":"substring",
     "v1":"[TOR]",
     "v1":"[tor",
     "order": "assigned_to,bug_id",
     "order": "assigned_to,bug_id",
     "status":["NEW"],
     "status":["NEW"],
Line 39: Line 37:
     "emailassigned_to1":"1",
     "emailassigned_to1":"1",
     "email1":"nobody@mozilla.org",
     "email1":"nobody@mozilla.org",
"keywords_type":"nowords",
    "keywords_type":"nowords",
"keywords":"meta"
    "keywords":"meta"
 
   }
   }
</bugzilla>
</bugzilla>


=== Backlog (all unowned) ===
=== Backlog (all unowned) ===
Bugs looking for an owner.
Bugs looking for an owner. <br>
 
<disabled-bugzilla>
<bugzilla>
   {
   {
     "include_fields": "id, whiteboard, summary, status, assigned_to,resolution",
     "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to",
     "f1":"status_whiteboard",
     "f1":"status_whiteboard",
     "f2":"status_whiteboard",
     "f2":"status_whiteboard",
Line 56: Line 52:
     "o1":"substring",
     "o1":"substring",
     "v1":"[TOR]",
     "v1":"[TOR]",
     "o3":"notsubstring",
     "o2":"notsubstring",
     "v3":"[OA-testing]",
     "v2":"[OA-testing]",
     "order": "bug_id",
     "order": "bug_id",
     "status":["__open__"],
     "status":["__open__"],
"assigned_to":"nobody@mozilla.org",
    "assigned_to":"nobody@mozilla.org",
"keywords_type":"nowords",
    "keywords_type":"nowords",
"keywords":"meta"
    "keywords":"meta"
 
   }
   }
</bugzilla>
</disabled-bugzilla>




=== Testing Bugs ===
=== Testing Bugs ===
Origin Testing bugs are tagged with [oa-testing]
Origin Testing bugs are tagged with [tor-testing]
<bugzilla>
<bugzilla>
   {
   {
     "include_fields": "id, whiteboard, summary, status, assigned_to,resolution",
     "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to",
     "f1":"status_whiteboard",
     "f1":"status_whiteboard",
     "query_format":"advanced",
     "query_format":"advanced",
     "o1":"substring",
     "o1":"substring",
     "v1":"[tor-testing]",
     "v1":"[tor-testing]",
     "order": "assigned_to,bug_id",
     "order": "bug_id",
     "status":["NEW","ASSIGNED","REOPENED","UNCONFIRMED"],
     "status":["__open__"],
     "emailtype1":"notsubstring",
     "assigned_to":"nobody@mozilla.org",
    "emailassigned_to1":"1",
    "keywords_type":"nowords",
    "email1":"nobody@mozilla.org",
    "keywords":"meta"
"keywords_type":"nowords",
"keywords":"meta"
 
   }
   }
</bugzilla>
</bugzilla>
Line 94: Line 86:
     {
     {
         "id":["1260929"],
         "id":["1260929"],
         "include_fields": "id, whiteboard, summary, status, assigned_to,resolution"
         "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to"
     }
     }
</bugzilla>
</bugzilla>
=== Completed Bugs ===
Patches that have been successfully uplifted (or [tor] tickets otherwise fixed) <br>
<disabled-bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to",
    "f1":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[tor",
    "order": "assigned_to,bug_id",
    "status":["RESOLVED"],
    "keywords_type":"nowords",
    "keywords":"meta",
    "resolution":["fixed", "duplicate"]
  }
</disabled-bugzilla>
Confirmed users
620

edits