-
Notifications
You must be signed in to change notification settings - Fork 14
[CredentialsImport] Show credential import on credential inputs only #907
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Bundle size change (main vs. current)autofill.js: 757.50 KB -> 757.50 KB |
4ce5d84 to
0d73891
Compare
packages/messaging/webkit.js
Outdated
|
|
||
| const cipher = new this.globals.Uint8Array([...ciphertext, ...tag]); | ||
| /** @ts-expect-error Type mismatch of key with BufferSource, and this code will be removed soon as it's not used */ | ||
| const decrypted = await this.decrypt(cipher, key, iv); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
FYI, there's type mistmatch after the update but this encrypt/decrypt will be removed when getting rid of catalina support anyway! They are not used.
83f3f2b to
22d189f
Compare
|
Sadly this PR breaks all extension tests because of manifest updates expected by the newer chrome versions 🤷 I will have to spend a bit more time here. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking good!
454ff7d to
eb97038
Compare
|
Been a while since last review, I mainly rebased the PR as extension manifest is now updated in #910 and this PR is unblocked. |

Reviewer: @GioSensation
Asana:
Description
On https://www.alibris.com/account the import dialog can show up in an identity field if the form is login, and has a identity field (should be a rare case).

credentials,Steps to test