bitwarden-estensione-browser/apps/browser/src/autofill/utils
Matt Gibson 560033cb88
Remove usages of `chrome.storage` (#8664)
* Enable clearing and retrieving all values from local storage

I didn't add these methods to the base abstract class because we don't currently have a use case for them. If we develop one, we can just lift it up.

* Use new browser local storage methods for reseed task

* Remove the now dangerous methods enabling usage of `chrome.storage`

Any direct reference to chrome storage needs to handle serialization tags, which is best dealt with through the classes implementing `AbstractChromeStorageService`
2024-04-10 08:01:34 -05:00
..
autofill-overlay.enum.ts [AC-2248][PM-5352] Bugfix - Fix non-working policy state in autofill settings service (#8156) 2024-03-06 16:07:46 -05:00
index.spec.ts Remove usages of `chrome.storage` (#8664) 2024-04-10 08:01:34 -05:00
index.ts Remove usages of `chrome.storage` (#8664) 2024-04-10 08:01:34 -05:00
svg-icons.ts [PM-4229] Autofill Overlay MVP (#6507) 2023-11-20 18:34:04 +00:00