Toolkit:Password Manager: Difference between revisions
Jump to navigation
Jump to search
Full Query
Full Query
Full Query
(Add P1/P2 bugs) |
(→Architecture: Link to Glossary) |
||
(4 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 == | == Priority Bugs == | ||
Line 21: | Line 23: | ||
=== P1 === | === P1 === | ||
<!-- | |||
var str = ""; | |||
for (let [k,v] of new URLSearchParams(window.location.search)) { | |||
str += `"${k}": "${v}",\n`; | |||
} | |||
--> | |||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"priority": "P1", | |||
"v4": "[passwords:", | |||
"f1": "keywords", | |||
"o3": "substring", | |||
"list_id": "15004848", | |||
"v3": "Password Manager", | |||
"o1": "nowords", | |||
"j2": "OR", | |||
"include_fields": "id, summary, | "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" | "order": "assigned_to" | ||
} | } | ||
Line 40: | Line 56: | ||
<bugzilla> | <bugzilla> | ||
{ | { | ||
"priority": "P2", | |||
"v4": "[passwords:", | |||
"f1": "keywords", | |||
"o3": "substring", | |||
"list_id": "15004848", | |||
"v3": "Password Manager", | |||
"o1": "nowords", | |||
"j2": "OR", | |||
"include_fields": "id, summary, | "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" | "order": "assigned_to" | ||
} | } | ||
Line 65: | Line 89: | ||
"priority": "P2", | "priority": "P2", | ||
"resolution": "---", | "resolution": "---", | ||
"include_fields": "id, summary, priority, keywords, whiteboard | "include_fields": "id, summary, priority, severity, assigned_to, keywords, whiteboard", | ||
"order": "assigned_to" | "order": "assigned_to" | ||
} | } | ||
Line 71: | Line 95: | ||
== 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]] |
Latest revision as of 20:10, 18 June 2020
The Toolkit password manager is responsible for remembering usernames and passwords (aka. logins) on sites and allowing the user to autofill or autocomplete it upon returning to the website.
- Bug tracking:
- Preferences:
signon.*
- Code:
- Mailing List: passwords-dev
- Chat: #lockwise-desktop
- QA documentation:
Priority Bugs
(Not including about:logins bugs)
P1
ID | Summary | Severity | Assigned to | Keywords | Whiteboard |
---|---|---|---|---|---|
1811142 | replace promiseFormsProcessedInSameProcess() with nextFillFormAsync() | N/A | Johannes | [fxcm-test-debt] | |
1804369 | Move Relay related CSS into it's own file | N/A |
2 Total; 2 Open (100%); 0 Resolved (0%); 0 Verified (0%);
P2
68 Total; 68 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Site Compatibility
13 Total; 13 Open (100%); 0 Resolved (0%); 0 Verified (0%);
Architecture
See Also
- Toolkit:Password Manager/2015
- Toolkit:Password Manager/2015/Master Password
- Toolkit:Password Manager/Debugging
- Toolkit:Password Manager/Extensions
- Toolkit:Password Manager/Feature Backlog
- Toolkit:Password Manager/Glossary
- Toolkit:Password Manager/Keychain Integration
- Toolkit:Password Manager/Password Generation
- Toolkit:Password Manager/about:logins