Skip to content
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

Bug 1679375 - Implement a Storage that uses the web ext storage API #8

Merged
merged 6 commits into from
Dec 9, 2020

Conversation

brizental
Copy link
Contributor

This is a split off of #7, containing only the storage implementation for web extensions. This doesnt contain tests as I am still figuring out last issue with testing direcly on browsers. This might mean that there are bugs on this implementation, but since I have done manual testing, no big changes should come on the tests PR and the overall approach will still be the same.

src/storage/index.ts Show resolved Hide resolved
src/storage/index.ts Outdated Show resolved Hide resolved
src/storage/index.ts Outdated Show resolved Hide resolved
src/storage/persistent/webext.ts Outdated Show resolved Hide resolved
src/storage/persistent/webext.ts Outdated Show resolved Hide resolved
@brizental brizental force-pushed the 1679375-storage-webext-no-tests branch 3 times, most recently from c6179e9 to 8c4ae03 Compare December 8, 2020 16:55
@brizental brizental force-pushed the 1679375-storage-webext-no-tests branch from 8c4ae03 to 223ee43 Compare December 8, 2020 16:57
@brizental
Copy link
Contributor Author

The check-size job will fail because it will try to run the new build:webext command on main which doesn't have it yet. I propose we ignore that failure for now.

@brizental brizental changed the title Bug 1679375 - Implement a Storage that users the web ext storage API Bug 1679375 - Implement a Storage that uses the web ext storage API Dec 9, 2020
bin/build-size-check.sh Show resolved Hide resolved
src/index.ts Show resolved Hide resolved
src/storage/index.ts Outdated Show resolved Hide resolved
webpack.config.qt.js Show resolved Hide resolved
Copy link
Contributor

@Dexterp37 Dexterp37 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r+wc

src/index.ts Show resolved Hide resolved
src/storage/persistent/webext.ts Show resolved Hide resolved
@brizental brizental merged commit 7311661 into main Dec 9, 2020
@brizental brizental deleted the 1679375-storage-webext-no-tests branch December 9, 2020 13:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants