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

Proposal: Multiple user script worlds #560

Merged
merged 8 commits into from
Apr 26, 2024

Commits on Mar 8, 2024

  1. Proposal: Multiple user script worlds

    This adds a new API proposal for supporting multiple user script worlds,
    allowing user script managers to better isolate individual user scripts
    when multiple may be injected on a given site.
    
    This proposal follows the new API proposal process.
    rdcronin committed Mar 8, 2024
    Configuration menu
    Copy the full SHA
    6b2f9b8 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2024

  1. Configuration menu
    Copy the full SHA
    ad67d8c View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Update diff styling

    rdcronin committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    f0f6c69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    316c349 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Expand API for better world management

    Expand the proposal to include:
    - Two new functions, `removeWorld()` and `getWorldConfigurations()`.
    - Notes about how the worlds behave when injecting.
    - Notes on world persistence and world limits.
    rdcronin committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0ce3b97 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    c50d727 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Configuration menu
    Copy the full SHA
    d087168 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. Fix trailing parenthesis

    rdcronin committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    85e1235 View commit details
    Browse the repository at this point in the history