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

Add mock for browser.secureStorage proposal #186

Merged
merged 9 commits into from
Jul 7, 2022

Commits on Mar 17, 2022

  1. Add polyfill for secure storage proposal

    Oliver Dunk committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    dd4f889 View commit details
    Browse the repository at this point in the history
  2. Reference polyfill in secure storage proposal

    Oliver Dunk committed Mar 17, 2022
    Configuration menu
    Copy the full SHA
    5d2adc0 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2022

  1. Attach secureStorage to browser/chrome namespaces

    Oliver Dunk committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    c39adc2 View commit details
    Browse the repository at this point in the history
  2. Make secureStorage polyfill promise based

    Oliver Dunk committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    05e9757 View commit details
    Browse the repository at this point in the history
  3. Clarify optional authentication array

    Oliver Dunk committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    1d6f41a View commit details
    Browse the repository at this point in the history
  4. Use browser.storage.local API instead of localStorage

    Oliver Dunk committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    3cc45ca View commit details
    Browse the repository at this point in the history
  5. Use globalThis to support service worker environments

    Oliver Dunk committed Mar 20, 2022
    Configuration menu
    Copy the full SHA
    bc94c3d View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2022

  1. Rename "polyfill" to "mock"

    Oliver Dunk committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    d8be270 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into secure-storage-polyfill

    Oliver Dunk committed Jun 8, 2022
    Configuration menu
    Copy the full SHA
    e5d31e6 View commit details
    Browse the repository at this point in the history