Security/Contextual Identity Project/Tracking: Difference between revisions

→‎Testing Bugs: removed tor-testing only flag
No edit summary
(→‎Testing Bugs: removed tor-testing only flag)
 
(78 intermediate revisions by 4 users not shown)
Line 1: Line 1:
=== Contextual Identity / Containers Bugs===
== Origin Attributes ==
To implement containers for the Contextual Identity, we are adding a new Origin Attribute called "usercontext". However security checks in gecko sometimes use the URL or other properties instead of a proper Origin check. So the first step then is to fix up all the places in Gecko where we should be using an Origin. These bugs are tagged with a whiteboard tag of [oa* (i.e. [oa], [oa-testing] etc).
 
=== Active Bugs ===
Bugs which are assigned and being worked on.
 
<bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, assigned_to,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[OA]",
    "order": "assigned_to,bug_id",
    "status":["ASSIGNED","REOPENED","UNCONFIRMED"],
    "emailtype1":"notsubstring",
    "emailassigned_to1":"1",
    "email1":"nobody@mozilla.org",
"keywords_type":"nowords",
"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,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[OA]",
    "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,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[OA]",
    "order": "bug_id",
    "status":["__open__"],
"assigned_to":"nobody@mozilla.org",
"keywords_type":"nowords",
"keywords":"meta"
 
  }
</bugzilla>
 
== Containers Specific Bugs ==
All bugs for the Contextual Identity projects which are NOT part of origin attributes fix-ups. These bugs are tagged in the whiteboard with [userContextId].
 
=== Active Containers Bugs ===
Bugs which are assigned and being worked on.
<bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, assigned_to,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "f3":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[userContextId]",
    "o3":"notsubstring",
    "v3":"[OA",
    "order": "assigned_to,bug_id",
    "status":["ASSIGNED","REOPENED","UNCONFIRMED"],
    "emailtype1":"notsubstring",
    "emailassigned_to1":"1",
    "email1":"nobody@mozilla.org",
"keywords_type":"nowords",
"keywords":"meta"
 
  }
</bugzilla>
 
=== Assigned, but not started, container bugs ===
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,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "f3":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[userContextId]",
    "o3":"notsubstring",
    "v3":"[OA",
    "order": "assigned_to,bug_id",
    "status":["NEW"],
    "emailtype1":"notsubstring",
    "emailassigned_to1":"1",
    "email1":"nobody@mozilla.org",
"keywords_type":"nowords",
"keywords":"meta"
 
  }
</bugzilla>
 
=== Backlog P1 (all unowned) container bugs ===
Bugs looking for an owner.
<bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, assigned_to,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "f3":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[userContextId]",
    "o3":"notsubstring",
    "v3":"[OA",
    "order": "bug_id",
    "status":["__open__"],
    "priority": "P1",
"assigned_to":"nobody@mozilla.org",
"keywords_type":"nowords",
"keywords":"meta"
 
  }
</bugzilla>
 
=== Backlog P2 (all unowned) container bugs - Nightly 50 and 51===
Bugs looking for an owner.
<bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, assigned_to,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "f3":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[userContextId]",
    "o3":"notsubstring",
    "v3":"[OA",
    "order": "bug_id",
    "status":["__open__"],
    "priority": "P2",
"assigned_to":"nobody@mozilla.org",
"keywords_type":"nowords",
"keywords":"meta"
 
  }
</bugzilla>
 
=== Backlog P3 (all unowned) container bugs - Future Work ===


<bugzilla>
<bugzilla>
   {
   {
     "include_fields": "id, priority, summary, status, assigned_to,resolution",
     "include_fields": "id, whiteboard, summary, status, assigned_to,priority,cf_fx_iteration",
    "f1":"status_whiteboard",
    "f2":"status_whiteboard",
    "f3":"status_whiteboard",
    "query_format":"advanced",
    "o1":"substring",
    "v1":"[userContextId]",
    "o3":"notsubstring",
    "v3":"[OA",
     "order": "bug_id",
     "order": "bug_id",
"status":["__open__"],
    "status":["__open__"],
"blocks":"1191418"
    "priority": "P3",
"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,priority,cf_fx_iteration",
    "query_format":"advanced",
    "status_whiteboard_type":"anywordssubstr",
    "status_whiteboard":"[oa-testing",
    "order": "assigned_to,bug_id",
    "status":["NEW","ASSIGNED","REOPENED","UNCONFIRMED"],
"keywords_type":"nowords",
"keywords":"meta"
 
   }
   }
</bugzilla>
</bugzilla>
https://bugzilla.mozilla.org/buglist.cgi?query_based_on=usercontextid%20and%20oa&status_whiteboard_type=anywordssubstr&query_format=advanced&status_whiteboard=[TOR%2C[oa-testing&known_name=usercontextid%20and%20oa
=== Uplift49 Bugs ===
Bugs to be requested to uplift to 49.
<bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, assigned_to,priority,cf_fx_iteration",
    "query_format":"advanced",
    "status_whiteboard_type":"anywordssubstr",
    "status_whiteboard":"[uplift49+]",
    "order": "assigned_to,bug_id",
   
"keywords_type":"nowords",
"keywords":"meta"
  }
canmove, Confirmed users
285

edits