Closed
Bug 1529495
Opened 2 years ago
Closed 2 years ago
Clean up various issues with the OSCrypto_win.js code
Categories
(Toolkit :: Password Manager, enhancement, P2)
Toolkit
Password Manager
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: jaws, Assigned: jaws)
Details
Attachments
(5 files)
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
Bug 1529495 - Remove unused third argument to OSCrypto.decryptData and OSCrypto.encryptData. r?MattN
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review | |
|
47 bytes,
text/x-phabricator-request
|
Details | Review |
No description provided.
| Assignee | ||
Comment 1•2 years ago
|
||
| Assignee | ||
Comment 2•2 years ago
|
||
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Comment 4•2 years ago
|
||
| Assignee | ||
Comment 5•2 years ago
|
||
| Assignee | ||
Comment 6•2 years ago
|
||
Updated•2 years ago
|
Priority: -- → P2
Pushed by jwein@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/9b6eccb81c2d Output the result of ::GetLastError when CryptProtectData\CryptUnprotectData fails. r=MattN https://hg.mozilla.org/integration/autoland/rev/e39868481a35 Remove unused third argument to OSCrypto.decryptData and OSCrypto.encryptData. r=MattN https://hg.mozilla.org/integration/autoland/rev/bb8bd993d8db Factor out functions for getting the entropy parameter and converting from ctype arrays to JS arrays. r=MattN https://hg.mozilla.org/integration/autoland/rev/829a5803527f Move the call to LocalFree to a try-finally to guarantee we will free the memory even if an exception is thrown. r=MattN https://hg.mozilla.org/integration/autoland/rev/b500dd719adb Remove duplication in test_OSCrypto_win.js and add messages for each assertion. r=MattN
Comment 8•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/9b6eccb81c2d
https://hg.mozilla.org/mozilla-central/rev/e39868481a35
https://hg.mozilla.org/mozilla-central/rev/bb8bd993d8db
https://hg.mozilla.org/mozilla-central/rev/829a5803527f
https://hg.mozilla.org/mozilla-central/rev/b500dd719adb
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•