-
Notifications
You must be signed in to change notification settings - Fork 569
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Use WebExtension synced storage
Extension settings are saved in synced storage. - Add storage permission to manifest - Refactor db.js to use storage.sync api via webextension-polyfill - Refactor most storage usage and browser messaging to use promise format - Refactor GA storage usage to promises, stop sending settings. Stopped sending settings becaues the data is not really in a reportable format. This may be handled in #1292. - Refactor DB message-handling to background page. We cannot have more than one message handler taking the same messages; it breaks everything. - Reduce storage access when using default project - Add method to retrieve multiple storage values at once Closes #1296.
- Loading branch information
Showing
13 changed files
with
991 additions
and
987 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.