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

[browser][MT] preparation for deputy #98298

Merged
merged 10 commits into from
Feb 13, 2024

Commits on Feb 12, 2024

  1. - rename JSProxyContext.NativeTID to JSNativeTID

    - pass TID to InstallMainSynchronizationContext and GCHandle back
    - don't use synchronous resolve for Tasks pre-resolved on another thread
    - fix CTS leak in WaitAssertsOnJSInteropThreads
    - rename mono_wasm_invoke_method_bound to mono_wasm_invoke_method
    - drop mono_wasm_invoke_method_raw in favor of mono_wasm_invoke_method
    - load segmentation-rules and symbols into worker
    - normalized functions in managed-exports.ts
    - renamed runtimeHelpers.proxyGCHandle
    - handle exit_code === undefined
    - handle document undefined in appendElementOnExit (worker)
    - made loaderHelpers.invariantMode local variable
    - improved thread dump for detached threads and UI thread
    - mono_wasm_init_threads asynchronously and earlier and moved the code
    - moved more logic into start_runtime()
    -
    pavelsavara committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    b87dfde View commit details
    Browse the repository at this point in the history
  2. fix

    pavelsavara committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    2f48c84 View commit details
    Browse the repository at this point in the history
  3. fix

    pavelsavara committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    68615a3 View commit details
    Browse the repository at this point in the history
  4. more

    pavelsavara committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e6feaa4 View commit details
    Browse the repository at this point in the history
  5. more

    pavelsavara committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    f1ef16d View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Update src/libraries/System.Runtime.InteropServices.JavaScript/src/Sy…

    …stem/Runtime/InteropServices/JavaScript/Marshaling/JSMarshalerArgument.Task.cs
    
    Co-authored-by: Marek Fišera <[email protected]>
    pavelsavara and maraf authored Feb 13, 2024
    Configuration menu
    Copy the full SHA
    38fa429 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into browser_mt_prep1

    # Conflicts:
    #	src/mono/browser/runtime/startup.ts
    pavelsavara committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    443cacb View commit details
    Browse the repository at this point in the history
  3. feedback

    pavelsavara committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    9de21ce View commit details
    Browse the repository at this point in the history
  4. fix

    pavelsavara committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    940b4e5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    bfb7258 View commit details
    Browse the repository at this point in the history