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

webExtension module #778

Open
wants to merge 41 commits into
base: main
Choose a base branch
from
Open

webExtension module #778

wants to merge 41 commits into from

Commits on Nov 18, 2024

  1. WebExtension installation

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    0fd6fcd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e051e81 View commit details
    Browse the repository at this point in the history
  3. Update index.bs

    Co-authored-by: Oliver Dunk <[email protected]>
    chrmod and oliverdunk committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a541d6c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    064f4d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d5d88a6 View commit details
    Browse the repository at this point in the history
  6. Rename module to WebExtensions

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    5f8b9d8 View commit details
    Browse the repository at this point in the history
  7. Remove Extension wrapper type

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fb1ec9b View commit details
    Browse the repository at this point in the history
  8. Fix typo

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    66d024d View commit details
    Browse the repository at this point in the history
  9. Rename extensionId

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    4b54f21 View commit details
    Browse the repository at this point in the history
  10. Better error handing

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    59e7979 View commit details
    Browse the repository at this point in the history
  11. addressing PR comments

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    990dc7b View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6c19ea1 View commit details
    Browse the repository at this point in the history
  13. Cleanup

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    aef6dea View commit details
    Browse the repository at this point in the history
  14. Update index.bs

    Co-authored-by: Henrik Skupin <[email protected]>
    chrmod and whimboo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1b52bf0 View commit details
    Browse the repository at this point in the history
  15. Update index.bs

    Co-authored-by: Henrik Skupin <[email protected]>
    chrmod and whimboo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    ca0a49a View commit details
    Browse the repository at this point in the history
  16. Update index.bs

    Co-authored-by: Henrik Skupin <[email protected]>
    chrmod and whimboo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    bbd1208 View commit details
    Browse the repository at this point in the history
  17. Apply suggestions from code review

    Co-authored-by: Henrik Skupin <[email protected]>
    chrmod and whimboo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    25fa95c View commit details
    Browse the repository at this point in the history
  18. Apply suggestions from code review

    Co-authored-by: Henrik Skupin <[email protected]>
    chrmod and whimboo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    147928d View commit details
    Browse the repository at this point in the history
  19. ExtensionData type

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    20f13dd View commit details
    Browse the repository at this point in the history
  20. replace switch with if set

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    7906a4c View commit details
    Browse the repository at this point in the history
  21. Extract extension type

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    9c72317 View commit details
    Browse the repository at this point in the history
  22. Fix naming

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1a8efb5 View commit details
    Browse the repository at this point in the history
  23. Define webExtensions.uninstall

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    f3044c8 View commit details
    Browse the repository at this point in the history
  24. fix

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    b54f1a8 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    72c5dfe View commit details
    Browse the repository at this point in the history
  26. fix typo

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    364257b View commit details
    Browse the repository at this point in the history
  27. Fix name

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    8298905 View commit details
    Browse the repository at this point in the history
  28. Update index.bs

    Co-authored-by: Alex Rudenko <[email protected]>
    chrmod and OrKoN committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    d5d20a1 View commit details
    Browse the repository at this point in the history
  29. Remove allowPrivateBrowsing

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    78bfd47 View commit details
    Browse the repository at this point in the history
  30. Remove manifest validation

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    fc8c6d1 View commit details
    Browse the repository at this point in the history
  31. Update index.bs

    Co-authored-by: kiaraarose <[email protected]>
    chrmod and kiaraarose committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1b0ce83 View commit details
    Browse the repository at this point in the history
  32. Update index.bs

    Co-authored-by: Alex Rudenko <[email protected]>
    chrmod and OrKoN committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    2813d21 View commit details
    Browse the repository at this point in the history
  33. Update index.bs

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    a83badb View commit details
    Browse the repository at this point in the history
  34. Apply suggestions from code review

    Co-authored-by: Henrik Skupin <[email protected]>
    chrmod and whimboo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    1916883 View commit details
    Browse the repository at this point in the history
  35. Make module name sigular

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    afc9072 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    bca7d14 View commit details
    Browse the repository at this point in the history
  37. Reorder algorithms

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e9099c2 View commit details
    Browse the repository at this point in the history
  38. Update index.bs

    Co-authored-by: Henrik Skupin <[email protected]>
    chrmod and whimboo committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e583028 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    42570bc View commit details
    Browse the repository at this point in the history
  40. Apply suggestions from code review

    Co-authored-by: jgraham <[email protected]>
    chrmod and jgraham committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    e683f60 View commit details
    Browse the repository at this point in the history
  41. Define extact from zip

    chrmod committed Nov 18, 2024
    Configuration menu
    Copy the full SHA
    edfa91f View commit details
    Browse the repository at this point in the history