dotnet / maui

.NET MAUI is the .NET Multi-platform App UI, a framework for building native device applications spanning mobile, tablet, and desktop.
https://dot.net/maui
MIT License
22.27k stars 1.76k forks source link

Remove the ExecutionMode Platform Specific from WebView #4638

Open PureWeen opened 2 years ago

PureWeen commented 2 years ago

Description

The point of the ExecutionMode platform specific was to tell WebView on UWP to run out of process. WebView2 only runs out of process thus making it more secure and reliable. There are currently no plans (or reasons) to modify the current ExecutionMode on WebView2 to force it to run in the app process.

https://github.com/xamarin/Xamarin.Forms/pull/12509

Public API Changes

Delete ExecutionMode platform specific

Intended Use-Case

N/A

ghost commented 1 year ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.