Microsoft.Toolkit.Win32/WebView.Shared
Andreas Hjortland d27ee834a6 Fall back to WebBrowser controls when running as admin
The Edge WebView does not at the time of this writing (28. march 2020)
support running in an application with elevated permissions. This commit
adds a test to `WebViewControlHost.IsSupported` which checks if the
application is running as an administrator so that `WebViewCompatible`
will fall back to using the legacy WebBrowser controls.

The tests will unfortunately only work when running the test suite as
administrator, and that will make all the other tests fail.  The test
will therefore be marked as inconclusive instead of failling when the
test suite is running as a non elevated user so that we won't always
have at least one breaking test when we run the test suite.
2020-03-28 14:46:35 +01:00
..
Interop Fall back to WebBrowser controls when running as admin 2020-03-28 14:46:35 +01:00
ClientUtilities.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
Constants.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
DesignerUI.Designer.cs Separate Web View from other controls (#2455) 2018-09-07 08:51:35 -04:00
DesignerUI.resx Separate Web View from other controls (#2455) 2018-09-07 08:51:35 -04:00
GlobalSuppressions.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
IWebView.cs Merge branch 'master' into 6.0.0 2019-02-22 16:28:10 -08:00
IWebViewCompatible.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
InitializationState.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
PathUtilities.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
Security.cs Merge branch 'master' into 6.0.0 2019-02-22 16:28:10 -08:00
StringResource.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
StringResourceCategoryAttribute.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
StringResourceDescriptionAttribute.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
UriHelper.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
UriToLocalStreamResolver.cs Normalized line endings. 2019-02-22 15:50:03 -08:00
WebBrowserUriTypeConverter.cs Normalized line endings. 2019-02-22 15:50:03 -08:00