Security/Contextual Identity Project/Tracking: Difference between revisions

From MozillaWiki
Jump to navigation Jump to search
m (title change)
m (moved testing section to the bottom)
Line 72: Line 72:
</bugzilla>
</bugzilla>


=== Testing Bugs ===
Origin Testing bugs are tagged with [oa-testing]
<bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, assigned_to,priority",
    "query_format":"advanced",
    "status_whiteboard_type":"anywordssubstr",
    "status_whiteboard":"[tor-testing,[oa-testing",
    "order": "assigned_to,bug_id",
    "status":["NEW","ASSIGNED","REOPENED","UNCONFIRMED"],
"keywords_type":"nowords",
"keywords":"meta"
  }
</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


== Containers Specific Bugs ==
== Containers Specific Bugs ==
Line 164: Line 146:
     "status":["__open__"],
     "status":["__open__"],
"assigned_to":"nobody@mozilla.org",
"assigned_to":"nobody@mozilla.org",
=== Testing Bugs ===
Origin Testing bugs are tagged with [oa-testing]
<bugzilla>
  {
    "include_fields": "id, whiteboard, summary, status, assigned_to,priority",
    "query_format":"advanced",
    "status_whiteboard_type":"anywordssubstr",
    "status_whiteboard":"[tor-testing,[oa-testing",
    "order": "assigned_to,bug_id",
    "status":["NEW","ASSIGNED","REOPENED","UNCONFIRMED"],
"keywords_type":"nowords",
"keywords":"meta"
  }
</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
"keywords_type":"nowords",
"keywords_type":"nowords",
"keywords":"meta"
"keywords":"meta"

Revision as of 17:44, 12 May 2016

Origin Attributes - all P1s for Nightly 49

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.

No results.

0 Total; 0 Open (0%); 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.

No results.

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


Backlog (all unowned)

Bugs looking for an owner.

Full Query
ID Whiteboard Summary Status Assigned to Priority
1273058 [userContextId][OA] mContentViewer should be null when setting origin attributes on docshell NEW P3
1283320 [userContextId][domsecurity-backlog2][OA] Make History aware of userContextId NEW P3
1284985 [userContextId][domsecurity-backlog3][OA] cookies being loaded from about:newtab should use a privatebrowsing mode value >1 in the OriginAttributes instead of a temp userContextId NEW P3
1300706 [OA][domsecurity-backlog1] firstPartyDomain shouldn't be propagated to mozbrowser frame NEW P3
1319184 [OA] remove the IsInPrivateBrowsing boolean from the GetFavicon related code in DocShell NEW P3
1321646 [OA] Figure out why the nsDocShell::CopyFavicon assert fails and fix it NEW P3
1329572 [OA][domsecurity-backlog3] Consider making origin attributes become a XPCOM object NEW P3

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


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.

Full Query
ID Whiteboard Summary Status Assigned to Priority
1331595 [userContextId] The new tab button's container menu should allow middle/accel-click to create new related tabs with the desired container ASSIGNED Kestrel P3

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


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.

Full Query
ID Whiteboard Summary Status Assigned to Priority
1320378 [userContextId][domsecurity-backlog] warning users when removing containers that aren't currently being used NEW Danny Colin [:sdk] P3

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


Backlog (all unowned) container bugs

Bugs looking for an owner.

Bugzilla query error

Query options must be valid JSON.1

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

"keywords_type":"nowords", "keywords":"meta"

 }

</bugzilla>