1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-18 01:03:35 +00:00

add site form and autofill detection improvements

This commit is contained in:
Kyle Spearrin
2017-10-05 22:30:46 -04:00
parent 2a929c8de8
commit 311a18a307
4 changed files with 35 additions and 29 deletions

View File

@@ -118,7 +118,7 @@ var bg_isBackground = true,
else if (msg.command === 'collectPageDetailsResponse') {
if (msg.sender === 'notificationBar') {
var forms = bg_autofillService.getFormsWithPasswordFields(msg.details);
messageTab(msg.tab.id, 'pageDetails', { details: msg.details, forms: forms });
messageTab(msg.tab.id, 'notificationBarPageDetails', { details: msg.details, forms: forms });
}
else if (msg.sender === 'autofiller' || msg.sender === 'autofill_cmd') {
bg_autofillService.doAutoFillForLastUsedLogin([{