Confirmed users
439
edits
Ethantseng (talk | contribs) (Correct the description.) |
(→Meta Bugs: don't output resolution for open meta bugs) |
||
| (7 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 31: | Line 31: | ||
"query_format":"advanced", | "query_format":"advanced", | ||
"o1":"substring", | "o1":"substring", | ||
"v1":"[ | "v1":"[tor", | ||
"order": "assigned_to,bug_id", | "order": "assigned_to,bug_id", | ||
"status":["NEW"], | "status":["NEW"], | ||
| Line 43: | Line 43: | ||
=== 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, resolution, priority, assigned_to", | "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to", | ||
| Line 61: | Line 60: | ||
"keywords":"meta" | "keywords":"meta" | ||
} | } | ||
</bugzilla> | </disabled-bugzilla> | ||
| Line 86: | Line 85: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
" | "status": ["UNCONFIRMED", "NEW", "ASSIGNED", "REOPENED"], | ||
"include_fields": "id, whiteboard, summary, status | "whiteboard":"[tor]", | ||
"keywords": "meta", | |||
"include_fields": "id, whiteboard, summary, status, priority, assigned_to" | |||
} | } | ||
</bugzilla> | </bugzilla> | ||
=== Completed Bugs === | === Completed Bugs === | ||
Patches that have been successfully uplifted (or [tor] tickets otherwise fixed) | Patches that have been successfully uplifted (or [tor] tickets otherwise fixed) <br> | ||
<disabled-bugzilla> | |||
<bugzilla> | |||
{ | { | ||
"include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to", | "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to", | ||
| Line 105: | Line 105: | ||
"keywords_type":"nowords", | "keywords_type":"nowords", | ||
"keywords":"meta", | "keywords":"meta", | ||
"resolution":"fixed" | "resolution":["fixed", "duplicate"] | ||
} | } | ||
</bugzilla> | </disabled-bugzilla> | ||