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

[wasm][mt] throw from blocking wait on JS interop threads #97052

Merged

Commits on Jan 16, 2024

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

Commits on Jan 17, 2024

  1. Fix typo

    radekdoulik committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    150a177 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a88e493 View commit details
    Browse the repository at this point in the history
  3. Fix non-mt browser build

    radekdoulik committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    61b797c View commit details
    Browse the repository at this point in the history
  4. Fix tests build

    radekdoulik committed Jan 17, 2024
    Configuration menu
    Copy the full SHA
    1ed5faa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9d24021 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2024

  1. Configuration menu
    Copy the full SHA
    70ad3a6 View commit details
    Browse the repository at this point in the history
  2. Do not add JS interop project reference

    To not mix intree references and source project
    radekdoulik committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    dbe7c4c View commit details
    Browse the repository at this point in the history
  3. Add new flag to Monitor

    This replaces the previous context base and makes it possible to disable
    throw for blocking calls in JS interop
    radekdoulik committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    eb995fb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5887749 View commit details
    Browse the repository at this point in the history
  5. Remove old file

    radekdoulik committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    4009ae3 View commit details
    Browse the repository at this point in the history
  6. Changes from unsaved file

    radekdoulik committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    dd82372 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e77f866 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5c95514 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

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

Commits on Jan 29, 2024

  1. Configuration menu
    Copy the full SHA
    9ec32c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    91508ac View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2024

  1. Update the test condition

    radekdoulik committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    4f74e02 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    00e6b4b View commit details
    Browse the repository at this point in the history
  3. Fix build

    radekdoulik committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    1dd3af2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5643036 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7f067df View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d3a68e9 View commit details
    Browse the repository at this point in the history