-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Commits on Feb 12, 2024
-
- rename
JSProxyContext.NativeTID
toJSNativeTID
- 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() -
Configuration menu - View commit details
-
Copy full SHA for b87dfde - Browse repository at this point
Copy the full SHA b87dfdeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f48c84 - Browse repository at this point
Copy the full SHA 2f48c84View commit details -
Configuration menu - View commit details
-
Copy full SHA for 68615a3 - Browse repository at this point
Copy the full SHA 68615a3View commit details -
Configuration menu - View commit details
-
Copy full SHA for e6feaa4 - Browse repository at this point
Copy the full SHA e6feaa4View commit details -
Configuration menu - View commit details
-
Copy full SHA for f1ef16d - Browse repository at this point
Copy the full SHA f1ef16dView commit details
Commits on Feb 13, 2024
-
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]>
Configuration menu - View commit details
-
Copy full SHA for 38fa429 - Browse repository at this point
Copy the full SHA 38fa429View commit details -
Merge branch 'main' into browser_mt_prep1
# Conflicts: # src/mono/browser/runtime/startup.ts
Configuration menu - View commit details
-
Copy full SHA for 443cacb - Browse repository at this point
Copy the full SHA 443cacbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9de21ce - Browse repository at this point
Copy the full SHA 9de21ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 940b4e5 - Browse repository at this point
Copy the full SHA 940b4e5View commit details -
Configuration menu - View commit details
-
Copy full SHA for bfb7258 - Browse repository at this point
Copy the full SHA bfb7258View commit details
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.