Security/Tor Uplift/Tracking: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
(Add the condition resolution is duplicate.)
(Disable some bugzilla queries to speed up the page loading.)
 
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 92: Line 91:


=== 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 107: Line 105:
     "resolution":["fixed", "duplicate"]
     "resolution":["fixed", "duplicate"]
   }
   }
</bugzilla>
</disabled-bugzilla>

Latest revision as of 03:10, 24 November 2017

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]. The Tor Browser design document is here.

Active Bugs

Bugs which are assigned and being worked on.

Full Query
ID Whiteboard Summary Status Resolution Priority Assigned to
1799153 [tor 41454] No focus is set after opening preferences and scrolling with openPreferences ASSIGNED P2 :Gijs (he/him)
1963068 [tor 43693] Newwin protection is broken by Mutter's auto-resize ASSIGNED P3 Pier Angelo Vendrame
1314443 [tor][fingerprinting][tor-mobile][fp-triaged] Audit the existing disable WebRTC preferences and ensure they work as advertised ASSIGNED P3 Tom Ritter [:tjr]

3 Total; 3 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.

Full Query
ID Whiteboard Summary Status Resolution Priority Assigned to
1594455 [tor 32220] Change the letterboxing background to match the theme, and reposition the content NEW P3 Giorgio Maone [:ma1]
1475811 [tor 26353][tor 31075][dfpi-ok] Entering URLs in address bar violates FPI NEW P5 Pier Angelo Vendrame
1339100 [tor 21445], investigation, triaged Firefox does not open correctly from read-only filesystem (FileUtils.getFile() failure when checking for bundled blocklist) NEW P3 Robert Helmer [:rhelmer]
1338006 [OA][tor] Perform OriginAttributes Review of WebRTC NEW P3 Tom Ritter [:tjr]
1393901 [tor 41459] --enable-webrtc does not build under MinGW NEW P5 Tom Ritter [:tjr]
1612422 [tor] Create a MinGW reproducible build job NEW -- Tom Ritter [:tjr]

6 Total; 6 Open (100%); 0 Resolved (0%); 0 Verified (0%);


Backlog (all unowned)

Bugs looking for an owner.
<disabled-bugzilla>

 {
    "include_fields": "id, whiteboard, summary, status, resolution, priority, assigned_to",
   "f1":"status_whiteboard",
   "f2":"status_whiteboard",
   "query_format":"advanced",
   "o1":"substring",
   "v1":"[TOR]",
   "o2":"notsubstring",
   "v2":"[OA-testing]",
   "order": "bug_id",
   "status":["__open__"],
   "assigned_to":"nobody@mozilla.org",
   "keywords_type":"nowords",
   "keywords":"meta"
 }

</disabled-bugzilla>


Testing Bugs

Origin Testing bugs are tagged with [tor-testing]

Full Query
ID Whiteboard Summary Status Resolution Priority Assigned to
1264152 btpp-active[OA-testing][tor-testing][domsecurity-backlog1] Create a tag for OriginAttribute mochitests NEW P3
1314449 [necko-would-take][tor-testing][meta] Create testing framework for proxy-bypass tests for Firefox NEW P5
1314793 [tor-mobile][tor-testing] Creating Testing Framework for Proxy Bypasses for Firefox Android REOPENED P5
1337868 [OA-testing][tor-testing][domsecurity-backlog1] Add Origin Attribute connection isolation tests for HTTP2, TLS, and WebSockets NEW P3
1365623 [necko-would-take][tor-testing] Create a proxy bypass test for SourceMap NEW P5

5 Total; 5 Open (100%); 0 Resolved (0%); 0 Verified (0%);


Meta Bugs

This list is here for completeness.

Full Query
ID Whiteboard Summary Status Resolution Priority Assigned to
1260929 [tor], [domsecurity-meta] [META] Tor Patch Uplifting NEW P3

1 Total; 1 Open (100%); 0 Resolved (0%); 0 Verified (0%);


Completed Bugs

Patches that have been successfully uplifted (or [tor] tickets otherwise fixed)
<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>