Confirmed users
933
edits
(Link to about:logins page more) |
(→Architecture: Link to Glossary) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 13: | Line 13: | ||
** [https://searchfox.org/mozilla-central/source/toolkit/components/passwordmgr/ toolkit/components/passwordmgr/] | ** [https://searchfox.org/mozilla-central/source/toolkit/components/passwordmgr/ toolkit/components/passwordmgr/] | ||
* Mailing List: [https://mail.mozilla.org/listinfo/passwords-dev passwords-dev] | * Mailing List: [https://mail.mozilla.org/listinfo/passwords-dev passwords-dev] | ||
* | * Chat: [https://matrix.to/#/!rULHhrUvckJYfNKouF:mozilla.org?via=mozilla.org&via=t2bot.io #lockwise-desktop] | ||
* [https://docs.google.com/document/d/1l2-I4YsufNEv7kCiHQDvs3FCXM1A11GKstLnlJbX_gs/edit | * QA documentation: | ||
** [https://docs.google.com/document/d/1l2-I4YsufNEv7kCiHQDvs3FCXM1A11GKstLnlJbX_gs/edit General Password Manager] | |||
** [https://docs.google.com/document/d/1NTqXN2OgqBALMlPZhKJpz6xML434Zw9Riapt-VqyB5I/edit?usp=sharing Login CSV Export] | |||
== Priority Bugs == | |||
(Not including [[Toolkit:Password_Manager/about:logins|about:logins]] bugs) | |||
=== P1 === | |||
<!-- | |||
var str = ""; | |||
for (let [k,v] of new URLSearchParams(window.location.search)) { | |||
str += `"${k}": "${v}",\n`; | |||
} | |||
--> | |||
<bugzilla> | |||
{ | |||
"priority": "P1", | |||
"v4": "[passwords:", | |||
"f1": "keywords", | |||
"o3": "substring", | |||
"list_id": "15004848", | |||
"v3": "Password Manager", | |||
"o1": "nowords", | |||
"j2": "OR", | |||
"resolution": "---", | |||
"f4": "status_whiteboard", | |||
"f3": "component", | |||
"f2": "OP", | |||
"o4": "substring", | |||
"f5": "CP", | |||
"v1": "meta", | |||
"include_fields": "id, summary, severity, assigned_to, keywords, whiteboard", | |||
"order": "assigned_to" | |||
} | |||
</bugzilla> | |||
=== P2 === | |||
<bugzilla> | |||
{ | |||
"priority": "P2", | |||
"v4": "[passwords:", | |||
"f1": "keywords", | |||
"o3": "substring", | |||
"list_id": "15004848", | |||
"v3": "Password Manager", | |||
"o1": "nowords", | |||
"j2": "OR", | |||
"resolution": "---", | |||
"f4": "status_whiteboard", | |||
"f3": "component", | |||
"f2": "OP", | |||
"o4": "substring", | |||
"f5": "CP", | |||
"v1": "meta", | |||
"include_fields": "id, summary, severity, assigned_to, keywords, whiteboard", | |||
"order": "assigned_to" | |||
} | |||
</bugzilla> | |||
==== Site Compatibility ==== | |||
<bugzilla> | |||
{ | |||
"f1": "component", | |||
"o1": "equals", | |||
"v1": "Password Manager: Site Compatibility", | |||
"f3": "keywords", | |||
"o3": "nowords", | |||
"v3": "meta", | |||
"priority": "P2", | |||
"resolution": "---", | |||
"include_fields": "id, summary, priority, severity, assigned_to, keywords, whiteboard", | |||
"order": "assigned_to" | |||
} | |||
</bugzilla> | |||
== Architecture == | == Architecture == | ||
[https://docs.google.com/document/d/1tsRQlGG5fatPo53paR1ZYL8_fox86IUEHuwhonMqaHY/edit Rough intro document] | * [[Toolkit:Password Manager/Glossary|Glossary of terms]] | ||
* [https://docs.google.com/document/d/1tsRQlGG5fatPo53paR1ZYL8_fox86IUEHuwhonMqaHY/edit Rough intro document] | |||
[[File:PasswordManagerRelationships.svg|1000px]] | [[File:PasswordManagerRelationships.svg|1000px]] |