Security/Tor Uplift/Tracking: Difference between revisions

Jump to navigation Jump to search
adding more bugzilla bug lists.
(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":"[tor]",
     "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>
canmove, Confirmed users
225

edits

Navigation menu