mirror of
https://github.com/bitwarden/browser
synced 2025-12-10 05:13:29 +00:00
* PM-14236 add overlay background call to internal autofill * update overlay background to handel vaultAutofillSuggestionUsed call * update main and runtime to pass message * add rough testing to verify calls are being made or not * remove spacing * reduce scope and handle update in main background * clean type, remove cipherId which is no longer used * when keyboard shortcut is used, update overlay ciphers to freflect new order immediately * keep separation of concerns, put handleAutofillSuggestionUsed back in overlay, add tests * reduced approach