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

Fix chromium clipboard access #278

Merged
merged 5 commits into from
Oct 22, 2023

Commits on Oct 20, 2023

  1. fix: chromium clipboard access

    on chromium, backend calls to clipboardGet are forwarded to an offscreen script
    web-flow committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    9a39d0a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4c3f6f1 View commit details
    Browse the repository at this point in the history
  3. chore: some returns bool

    web-flow committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    c50c525 View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2023

  1. chore: unused import

    web-flow committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    e39d18a View commit details
    Browse the repository at this point in the history
  2. fix: clipboard getImage, review comments

    implement getImage for offscreen requests
    move offscreen files, offscreen prep is done in sw prep
    update permissions document for offscreen
    rearrange permissions
    web-flow committed Oct 21, 2023
    Configuration menu
    Copy the full SHA
    379fdcf View commit details
    Browse the repository at this point in the history