Граф коммитов

63 Коммитов

Автор SHA1 Сообщение Дата
Oscar Calvo fb46834096 Remove support for .NET Framework 2021-05-28 10:25:02 -07:00
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
michael-hawker 115b167266 Suppress Obsolete WebView Messaging Cascade 2019-10-29 16:11:54 -07:00
Alexandre Zollinger Chohfi d643757de6 Updated to Stable .Net Core 3.0. 2019-09-23 16:47:03 -07:00
Alexandre Zollinger Chohfi cebfd0a919 Updated to .Net Core preview 8. 2019-08-23 11:42:09 -07:00
Alexandre Zollinger Chohfi b41abc54e0 Updated to .Net Core preview 7. 2019-07-29 15:04:24 -07:00
Alexandre Zollinger Chohfi f9b2b7447f Updated to .Net Core preview 6. 2019-06-12 12:01:13 -07:00
Oscar Calvo 32400d8802 Build back into AnyCPU 2019-05-17 11:42:36 -07:00
Alexandre Zollinger Chohfi 728e61cf87 Merge branch 'master' into XamlApp 2019-05-15 16:59:23 -07:00
Alexandre Chohfi 26e0ec3043 Updated to .Net Core preview 5. 2019-05-06 22:47:25 -07:00
Oscar Calvo 980aad6530 Fix build issues 2019-05-06 10:48:20 -07:00
Oscar Calvo 9b5e092da8 Fix build config for only x86 and x64 2019-05-02 19:23:42 -07:00
Alexandre Zollinger Chohfi 5a63903896 Sample apps and Tests marked as not packable. 2019-04-20 11:10:00 -07:00
Alexandre Zollinger Chohfi ab16efe91f Updated to latest stable version. 2019-04-19 16:09:35 -07:00
Alexandre Zollinger Chohfi 979ee8bf17 Updated to SDK 18351 and .Net Core preview 3. 2019-03-15 14:26:49 -07:00
Alexandre Zollinger Chohfi a5cf3ef8d1 Small fix for .Net Core 3.0. 2019-02-22 17:08:58 -08:00
Alexandre Zollinger Chohfi 537a56d64f Merge branch 'master' into 6.0.0 2019-02-22 16:28:10 -08:00
Alexandre Zollinger Chohfi 66d589e4b0 Normalized line endings. 2019-02-22 15:50:03 -08:00
Alexandre Zollinger Chohfi d783e7a648 Updated Windows SDK version and some .Net Core 3.0 dependencies. 2019-02-07 15:48:17 -08:00
Alexandre Zollinger Chohfi 95ca3dfaa8 Updated SDK version. 2019-01-16 17:55:17 -08:00
Alexandre Zollinger Chohfi 78c1a2afb9 Improved the approach for NavigateFilePath's multitarget issue. 2019-01-15 18:05:34 -08:00
Alexandre Zollinger Chohfi 88e2a23688 Fixed .Net core tests cleanup so they runs on the same STA thread as the init.
Fixed Ctor and NavigateToLocalStreamUri tests.
2019-01-15 17:28:15 -08:00
Richard Murillo 2e70526185 Enforce tests to run in STA for .NET core
Threading model changed from STA in .NET desktop to MTA with .NET core. Add runtime check for .NET core flavors in `ContextSpecification` to switch threading apartment states if not already running under STA.
2019-01-14 16:53:04 -08:00
Alexandre Zollinger Chohfi 181f1c01ad Updated headers. 2019-01-11 17:41:50 -08:00
Alexandre Zollinger Chohfi 2f26b5a27d Fixed webview tests.
Multitargetting webview tests to .net core.
2019-01-11 17:26:14 -08:00
Alexandre Zollinger Chohfi 64394abc64 Fixed test projects build. 2019-01-10 18:34:29 -08:00
Alexandre Zollinger Chohfi 5f1517917a Fixed wrong headers. 2018-11-26 14:15:15 -08:00
Richard Murillo 502d296008
Add test for HTTP POST with Content-Type
Add an integration test that uses the Navigate overload on WebView to set the Content-Type to `application/x-www-form-urlencoded` and send encoded data
2018-11-19 10:56:10 -08:00
Nikola Metulev 4527c136b8 updated headers 2018-11-13 11:35:09 -08:00
Jim Wilcox 7ea0730310 Several fixes for PR 2453 2018-09-07 11:25:36 -04:00
Richard Murillo c45cd2faca Separate Web View from other controls (#2455)
* Separate Web View from other controls

Controls project now requires XamlHost, which requires SDK OS 17692; however, web view only requires 17134

* Remove NuGet refernces for System.Net.Http and System.Runtime.WindowsRuntime
2018-09-07 08:51:35 -04:00
Jim Wilcox (The Granite State Hacker) a19d8dc01a Add Xaml Islands Xaml Wrappers Preview (#2432)
* Folded the latest work into the CTK.  This includes wrappers for MediaPlayerElement, InkCanvas, and InkToolbar.  There's also a new Samples app called TestSample (for the time being).  In order to accomplish this, the projects in the Win32 sln needed to be updated to .NET 4.7.2 and SDK 17686.

* Added WPF MapControl wrapper.

* Initial WPF wraps for SwapChainPanel & WebView.

* refactors setter implementation for consistency.  Fixes some missing event handlers in WebView (Lite).

* Minimally working demos of InkToolbar with InkToolBarCustomToolButton as a wrapped child control.  Not quite happy with this implementation, but wanted to bounce it off the team.

* Sets the appropriate type on the Wrapper attached property

* 95% code-generated wrappers (minor post-process touchups only)

* Fixes the binding issue on MediaPlayer property for one-way binding.

* Refactored events to use a dynamic wrapper for event args.

* Updates events to pattern that works, requiring event args wrappers. (thus adding 25 event args wrappers) and an additional control wrapper.

* WIP:  Refactoring WebView for fallback behavior.

* Committing this so I can test another branch.

* Restoring samples for Ink, Mediaplayer, et al.

* Checkpointing

* InkPresenter's pretty well fleshed out.

* Fixes compile issue.

* Pulled back on winmd ref changes.

* Map control is in the sample project now, and doesn't die, but doesn't show a map yet, either.

* looking into binding issues with the map control, but not convinced that's the issue.

* Added SwapChainPanel to sample

* Fixes references so that Debug & Release both build

* Attempts to apply dpi fixes to test sample project.  Also fixes implementation selection condition for WebViewCompatible.

* Updates required after merge.

* Removed SwapChainPanel, MapControl, and hopefully extraneous InkPresenter code.

* Revert "Removed SwapChainPanel, MapControl, and hopefully extraneous InkPresenter code."

This reverts commit 5f977c3fddad1d5bb2d72b367157892982e9c033.

* Ran UpdateHeaders.bat

* Experimentation with full control set.

* Restored to .NET 4.6.2

* Removed SecurityCriticalAttribute from class, not needed.

* Fixed a naming issue that surfaced in review.

* Got rid of the ".Compatible" namespace for the WebViewCompatible control.

* renamed Microsoft.Windows.Interop to Microsoft.Toolkit.Win32.UI.Interop. Convertet project to enable pack

* Regenerated wrappers including basic redirect pointers for documentation.  Included a few more wrappers and enums to simplify and reduce need for WinMD.

* split up Microsoft.Toolkit.Win32.UI.Controls in WPF and WinForms binaries sharing common code

* Fix references

- Add missing project references
- Use Windows.winmd set by Directory.Build
- Convert GAC references to NuGet packages

* updated headers

* Worked in the latest WindowsXamlHost / WindowsXamlHostBase (with a local extension to enable needed functionality).

* More properly integrates Interop.WPF code, extending WindowsXamlHostBase to sort out differences.

* Fixing some sample project breakages in an earlier brancrh to prove out the branch.

* Splitting WindowsXamlHost off to WPF & WinForms.  This is the WPF path.

* Pulls in Interop.WinForms.

* Moves wpf shared code in by link.

* Set IsFullscreenButtonVisibile = false in MediaPlayerElement since it's not supported.

* Moved the sample app to a more appropriate namespace / assembly name in prep for importing WinForms sample.  Also hammered out WebViewCompatible.

* Getting the WinForms Sample app in.

* Ran UpdateHeaders.bat

* Updated to use latest SDK (17713) via Directory.Build.props file.

* Making sure the samples uses Directory.Build.props target platform version.

* Got the WebViewCompatible partially operable.

* Almost there, checkpointing for a pull from rimuri/xaml-islands_more-fixes.

* StyleCop fixes for Microsoft.Toolkit.Win32.UI.Interop.WinForms

Some fixes still required for documentation and usage in some cases.

* StyleCop fixes for Microsoft.Toolkit.Win32.UI.Interop.WPF

* Optimize references

* Fixing a comment in directory.build.props.

* Fix commas in WindowsXamlHostBase.cs

* Fix StyleCop issues with DependencyObjectCollection.cs

* designer tweak

* fixes binding on the source property.

* Updated initialization of WebView in WebViewCompatibilityAdapter.

* Working out stylecop errors.

* Refactored to get rid of Windows dependency creeping out of WindowsXamlHostBase.

* fixed up release build configuration

* reverted tpm for all projects

* Set docking state before EndInit

Asynchronous initialization occurs after calling EndInit. To prevent multiple paints when the control is resized during initialization, move the dock style prior to EndInit to ensure the target HWND RECT.

* Correct order of members

* Implement IDisposable

WebView is disposable. Making WebViewCompatibilityAdapter disposable and dispose of WebView

* DRY out WinRT type detection

WebViewCompatible duplicated WinMD metadata detection

* Correct order of members

* Correct issues with merge

* Add missing file headers

* Remove redundant `partial` keyword

* Remove default type of int for enum

`int` is already governing type for an enum

* Remove `global::` prefix for WinRT types

The ability to access a member in the global namespace is useful when a member might be hidden by another entity of the same name.

Example
```
class Foo
{
  public class System { }

  const int Console = 0;

  static void Main()
  {
    Console.WriteLine("Bar");
  }
}
```
The `Console.WriteLine` throws an error because it accesses Foo.Console, which is a constant. Using `System.Console` does no better, since it accesses `Foo.System` class, which does not have a static `WriteLine` method. The only way to get it to compile is to use `global::System.Console.WriteLine("Bar")`; however, it is not required in these instances.

* ThreadStaticAttribute does not do anything for instance members

* Move WinRT interop files to proper namespace

Follows convention used by WebView

* Clean up InkCanvas

- Remove `this`
- Use `inheritdoc` for documentation generation
- Remove unused using statement

* Clean up InkToolbar.cs

- Remove unused using
- Remove `this`

* Clean up InkToolbarCustomPenButton.cs

- Remove `this`

* Clean up InkToolbarCustomToolButton.cs

- Remove unused usings
- Remove `this`
- Remove `global::` alias

* Clean up InkToolbarIsStencilButtonCheckChangedEventArgs.cs

- Remove unused usings
- Simplify names
- Fix property `StencilKind` to use interop type instead of WinRT

* Clean up InkToolbarMenuButton.cs

- Remove unused using
- Remove `this`
- Remove cast to int on `MenuKind`. Enum is already int, so no need to cast then cast to enum.

* Clean up InkToolbarPenButton.cs

- Remove unused using
- Remove `this`

* Clean up InkToolbarStencilButton.cs

- Remove unused usings
- Remove `this`
- Remove `global::` in most places
- Convert `Ruler` to expression bodied member

* Clean up InkToolbarToggleButton.cs

- Remove unused usings
- Remove `this`
- Convert `ToggleKind` to expression body, remove unnecessary cast to int
- Remove `global::` in most places

* Clean up InkToolbarToolButton.cs

- Remove unused usings
- Remove `this`
- Remove most instances of `global::`
- Convert `ToolKind` to expression body, remove unnecessary cast to int

* Clean up BindingBase.cs

- Remove `this`

* Clean up BindingExpression.cs

- Remove `this`

* Clean up BringIntoViewOptions.cs

- Remove `this`

* Clean up Brush.cs

- Remove `this`
- Left review comments for uncaught NRE

* Clean up BrushTransition.cs

- Remove `this`

* Clean up MediaPlayerElement.cs

- Remove unused usings
- Remove `this`

* Leave review comment in MediaSourceConverter.cs

* Remove `Support` folder

Contents moved to WinRT/Interop folder

* Clean up WindowsXamlHostBaseExt.cs

- Add inheritdoc for documentation
- Remove `this`

* Clean up IWebViewCompatible.cs

- Remove unused using
- Group members (all properties, methods, events, etc. together)

* Clean up WebBaseCompatabilityAdapter.cs

- Group members

* Provide Web adapters correct implementation for IDispose pattern

* Clean up WebBrowserCompatabilityAdapter.cs

- Implement proper IDisposable
- Add null checks prior to operations to avoid ObjectDisposeException or NullRefrenceException

* Clean up WebViewCompatabilityAdapter.cs

- Add null checks for operations to avoid unhandled NRE

* Work in progress

* Fixing a merge error.

* updated folder names and updated toolbox xml file

* Add app.config/app.manifest to WinForms sample app

Required to support high DPI

* added visualstudiotoolsmanidest.xml to nuget package

* WIP while updating from master

* Designer now allows association between ink toolbar & its canvas.

* Ink canvas / toolbar updates, dug in on mediaplayerelement.

* MediaPlayerElement oprational to the same level of functionality as WPF edition.

* Project rename fix

* Fixing a reference that broke in merge.

* Ran UpdateHeaders.bat.

* Fixed release build config.

* Adding stub MDs for control documents.

* Add link to ExternDll.cs

* Adding md documentation for wrappers.

* Remove duplicate tag from build props
Move WebBrowserUriTypeConverter to shared

* Adding missing task extensions for both WPF & WinForms.

* Addressing a PR comment about comments.

* Adding no-op Pack targets for the build.

* removed samples apps from building in release mode

* Tweaked docs.

* Fixing TargetPlatformVersion / TargetPlatformMinVersion

* WIP

* Removing code from accidental commit from winforms branch.

* Temp solution to InkToolbar issue.

* set min target version

* Resolves review issues.

* Addressing PR 2299 change requests.

* Cosmetic change to trigger another build to see if it overcomes the OOM error in the previous build.

* updated win32 project to 17733

* updated comments

* removed Shadow.cs because Windows.UI.Xaml.Media.Shadow is removed from latest insider build. Replaced WebViewControl.AddpreLoadedScript with AddInitializeScript

* Clears up event handler on dispose of WidowsXamlHost.

* Renaming packages in #2299 (#2420)

* renamed win32 namespaces

* updated vs toolbox namespaces

* Update NativeDefines

- Move to correct namespace
- Update to use existing definitions for WM

* Update Win32 code

Move Win32 code into appropriate namespace. Fix issues with `NativeMethods` style classes and add documentation about when to use which and for what.

* Update namespace

- Remove unused namespaces
- Move `using` outside of `namespace` declaration

* Merge branch 'rjmurillo/XamlIslands' into rjmurillo/XamlIslands-ControlTest

* Fix AssemblyInfos for XamlHosts

* API feedback part 1

* API updates #2

* Code docs updates

- Separate remarks into `<remarks />` tag
- Link types with `<see />` tag
- Fix some typos

* fixed up solution and csproj

* Add Windows Forms Focus workaround for RS5

* Revert "Revert "Introduction of XamlHost""

This reverts commit 52001880f0877cc283c230f3840ed69e944ebbb1.

* Jimwilcox/xaml islands control test (#2431)

* Folded the latest work into the CTK.  This includes wrappers for MediaPlayerElement, InkCanvas, and InkToolbar.  There's also a new Samples app called TestSample (for the time being).  In order to accomplish this, the projects in the Win32 sln needed to be updated to .NET 4.7.2 and SDK 17686.

* Added WPF MapControl wrapper.

* Initial WPF wraps for SwapChainPanel & WebView.

* refactors setter implementation for consistency.  Fixes some missing event handlers in WebView (Lite).

* Minimally working demos of InkToolbar with InkToolBarCustomToolButton as a wrapped child control.  Not quite happy with this implementation, but wanted to bounce it off the team.

* Sets the appropriate type on the Wrapper attached property

* 95% code-generated wrappers (minor post-process touchups only)

* Fixes the binding issue on MediaPlayer property for one-way binding.

* Refactored events to use a dynamic wrapper for event args.

* Updates events to pattern that works, requiring event args wrappers. (thus adding 25 event args wrappers) and an additional control wrapper.

* WIP:  Refactoring WebView for fallback behavior.

* Committing this so I can test another branch.

* Restoring samples for Ink, Mediaplayer, et al.

* Checkpointing

* InkPresenter's pretty well fleshed out.

* Fixes compile issue.

* Pulled back on winmd ref changes.

* Map control is in the sample project now, and doesn't die, but doesn't show a map yet, either.

* looking into binding issues with the map control, but not convinced that's the issue.

* Added SwapChainPanel to sample

* Fixes references so that Debug & Release both build

* Attempts to apply dpi fixes to test sample project.  Also fixes implementation selection condition for WebViewCompatible.

* Updates required after merge.

* Removed SwapChainPanel, MapControl, and hopefully extraneous InkPresenter code.

* Revert "Removed SwapChainPanel, MapControl, and hopefully extraneous InkPresenter code."

This reverts commit 5f977c3fddad1d5bb2d72b367157892982e9c033.

* Ran UpdateHeaders.bat

* Experimentation with full control set.

* Restored to .NET 4.6.2

* Removed SecurityCriticalAttribute from class, not needed.

* Fixed a naming issue that surfaced in review.

* Got rid of the ".Compatible" namespace for the WebViewCompatible control.

* renamed Microsoft.Windows.Interop to Microsoft.Toolkit.Win32.UI.Interop. Convertet project to enable pack

* Regenerated wrappers including basic redirect pointers for documentation.  Included a few more wrappers and enums to simplify and reduce need for WinMD.

* split up Microsoft.Toolkit.Win32.UI.Controls in WPF and WinForms binaries sharing common code

* Fix references

- Add missing project references
- Use Windows.winmd set by Directory.Build
- Convert GAC references to NuGet packages

* updated headers

* Worked in the latest WindowsXamlHost / WindowsXamlHostBase (with a local extension to enable needed functionality).

* More properly integrates Interop.WPF code, extending WindowsXamlHostBase to sort out differences.

* Fixing some sample project breakages in an earlier brancrh to prove out the branch.

* Splitting WindowsXamlHost off to WPF & WinForms.  This is the WPF path.

* Pulls in Interop.WinForms.

* Moves wpf shared code in by link.

* Set IsFullscreenButtonVisibile = false in MediaPlayerElement since it's not supported.

* Moved the sample app to a more appropriate namespace / assembly name in prep for importing WinForms sample.  Also hammered out WebViewCompatible.

* Getting the WinForms Sample app in.

* Ran UpdateHeaders.bat

* Updated to use latest SDK (17713) via Directory.Build.props file.

* Making sure the samples uses Directory.Build.props target platform version.

* Got the WebViewCompatible partially operable.

* Almost there, checkpointing for a pull from rimuri/xaml-islands_more-fixes.

* StyleCop fixes for Microsoft.Toolkit.Win32.UI.Interop.WinForms

Some fixes still required for documentation and usage in some cases.

* StyleCop fixes for Microsoft.Toolkit.Win32.UI.Interop.WPF

* Optimize references

* Fixing a comment in directory.build.props.

* Fix commas in WindowsXamlHostBase.cs

* Fix StyleCop issues with DependencyObjectCollection.cs

* designer tweak

* fixes binding on the source property.

* Updated initialization of WebView in WebViewCompatibilityAdapter.

* Working out stylecop errors.

* Refactored to get rid of Windows dependency creeping out of WindowsXamlHostBase.

* fixed up release build configuration

* reverted tpm for all projects

* Set docking state before EndInit

Asynchronous initialization occurs after calling EndInit. To prevent multiple paints when the control is resized during initialization, move the dock style prior to EndInit to ensure the target HWND RECT.

* Correct order of members

* Implement IDisposable

WebView is disposable. Making WebViewCompatibilityAdapter disposable and dispose of WebView

* DRY out WinRT type detection

WebViewCompatible duplicated WinMD metadata detection

* Correct order of members

* Correct issues with merge

* Add missing file headers

* Remove redundant `partial` keyword

* Remove default type of int for enum

`int` is already governing type for an enum

* Remove `global::` prefix for WinRT types

The ability to access a member in the global namespace is useful when a member might be hidden by another entity of the same name.

Example
```
class Foo
{
  public class System { }

  const int Console = 0;

  static void Main()
  {
    Console.WriteLine("Bar");
  }
}
```
The `Console.WriteLine` throws an error because it accesses Foo.Console, which is a constant. Using `System.Console` does no better, since it accesses `Foo.System` class, which does not have a static `WriteLine` method. The only way to get it to compile is to use `global::System.Console.WriteLine("Bar")`; however, it is not required in these instances.

* ThreadStaticAttribute does not do anything for instance members

* Move WinRT interop files to proper namespace

Follows convention used by WebView

* Clean up InkCanvas

- Remove `this`
- Use `inheritdoc` for documentation generation
- Remove unused using statement

* Clean up InkToolbar.cs

- Remove unused using
- Remove `this`

* Clean up InkToolbarCustomPenButton.cs

- Remove `this`

* Clean up InkToolbarCustomToolButton.cs

- Remove unused usings
- Remove `this`
- Remove `global::` alias

* Clean up InkToolbarIsStencilButtonCheckChangedEventArgs.cs

- Remove unused usings
- Simplify names
- Fix property `StencilKind` to use interop type instead of WinRT

* Clean up InkToolbarMenuButton.cs

- Remove unused using
- Remove `this`
- Remove cast to int on `MenuKind`. Enum is already int, so no need to cast then cast to enum.

* Clean up InkToolbarPenButton.cs

- Remove unused using
- Remove `this`

* Clean up InkToolbarStencilButton.cs

- Remove unused usings
- Remove `this`
- Remove `global::` in most places
- Convert `Ruler` to expression bodied member

* Clean up InkToolbarToggleButton.cs

- Remove unused usings
- Remove `this`
- Convert `ToggleKind` to expression body, remove unnecessary cast to int
- Remove `global::` in most places

* Clean up InkToolbarToolButton.cs

- Remove unused usings
- Remove `this`
- Remove most instances of `global::`
- Convert `ToolKind` to expression body, remove unnecessary cast to int

* Clean up BindingBase.cs

- Remove `this`

* Clean up BindingExpression.cs

- Remove `this`

* Clean up BringIntoViewOptions.cs

- Remove `this`

* Clean up Brush.cs

- Remove `this`
- Left review comments for uncaught NRE

* Clean up BrushTransition.cs

- Remove `this`

* Clean up MediaPlayerElement.cs

- Remove unused usings
- Remove `this`

* Leave review comment in MediaSourceConverter.cs

* Remove `Support` folder

Contents moved to WinRT/Interop folder

* Clean up WindowsXamlHostBaseExt.cs

- Add inheritdoc for documentation
- Remove `this`

* Clean up IWebViewCompatible.cs

- Remove unused using
- Group members (all properties, methods, events, etc. together)

* Clean up WebBaseCompatabilityAdapter.cs

- Group members

* Provide Web adapters correct implementation for IDispose pattern

* Clean up WebBrowserCompatabilityAdapter.cs

- Implement proper IDisposable
- Add null checks prior to operations to avoid ObjectDisposeException or NullRefrenceException

* Clean up WebViewCompatabilityAdapter.cs

- Add null checks for operations to avoid unhandled NRE

* Work in progress

* Fixing a merge error.

* updated folder names and updated toolbox xml file

* Add app.config/app.manifest to WinForms sample app

Required to support high DPI

* added visualstudiotoolsmanidest.xml to nuget package

* WIP while updating from master

* Designer now allows association between ink toolbar & its canvas.

* Ink canvas / toolbar updates, dug in on mediaplayerelement.

* MediaPlayerElement oprational to the same level of functionality as WPF edition.

* Project rename fix

* Fixing a reference that broke in merge.

* Ran UpdateHeaders.bat.

* Fixed release build config.

* Adding stub MDs for control documents.

* Add link to ExternDll.cs

* Adding md documentation for wrappers.

* Remove duplicate tag from build props
Move WebBrowserUriTypeConverter to shared

* Adding missing task extensions for both WPF & WinForms.

* Addressing a PR comment about comments.

* Adding no-op Pack targets for the build.

* removed samples apps from building in release mode

* Tweaked docs.

* Fixing TargetPlatformVersion / TargetPlatformMinVersion

* WIP

* Removing code from accidental commit from winforms branch.

* Temp solution to InkToolbar issue.

* set min target version

* Resolves review issues.

* Addressing PR 2299 change requests.

* Cosmetic change to trigger another build to see if it overcomes the OOM error in the previous build.

* updated win32 project to 17733

* updated comments

* removed Shadow.cs because Windows.UI.Xaml.Media.Shadow is removed from latest insider build. Replaced WebViewControl.AddpreLoadedScript with AddInitializeScript

* Clears up event handler on dispose of WidowsXamlHost.

* Renaming packages in #2299 (#2420)

* renamed win32 namespaces

* updated vs toolbox namespaces

* Fix for local build for PR #2490 merged into #2299.

* Added missing projects to Release Build config.

* Revert "Fix for local build for PR #2490 merged into #2299."

This reverts commit d9202e06206de69092ef0ca7a007e6d92577bac6.

* Update NativeDefines

- Move to correct namespace
- Update to use existing definitions for WM

* Update Win32 code

Move Win32 code into appropriate namespace. Fix issues with `NativeMethods` style classes and add documentation about when to use which and for what.

* Update namespace

- Remove unused namespaces
- Move `using` outside of `namespace` declaration

* Merge branch 'rjmurillo/XamlIslands' into rjmurillo/XamlIslands-ControlTest

* Fix AssemblyInfos for XamlHosts

* API feedback part 1

* API updates #2

* Code docs updates

- Separate remarks into `<remarks />` tag
- Link types with `<see />` tag
- Fix some typos

* Changed the way SetContent works in WindowsXamlHostBase so that it doesn't expose Windows.winmd to the client.

* Code docs updates

- Separate remarks into `<remarks />` tag
- Link types with `<see />` tag
- Fix some typos

* Remove Ryland's test projects from SLN

* Make NativeDefines.cs consistent

New entries added that should use enum `WM`

* Use `var` in WindowsXamlHostBase.KeyboardFocus.cs

* Remove redundant `this` qualifier in WindowsXamlHostBase.KeyboardFocus.cs

* Remove unused `using` in WindowsXamlHostBase.KeyboardFocus.cs

* Fix for SA1505

* Resources designer namespace update

* Prevent _xamlSource from leaking

This field is only needed to surface the content through the `WindowsXamlHost.Child` property and does not otherwise need to be exposed to inherited classes when the property will suffice. To maintain the same API surface as the WPF control, a new API `SetContent` was added to take the `FrameworkElement`. The implementation of `SetContent(FrameworkElement)` is identical to `SetContent(UIElement)` other than the parameter type.

CC @ryalanms

* Work around CoreInputSink bug, Windows Forms Focus issue

* Update SetContent method

Change a6b20f57bbbe3d34b35bda5a7d2a5071b2c7a2d0 introduced a signature change

* Relax WebView fail fast when setting properties in XAML

Remove assert conditions for state and add comments as to what is happening and what expected behavior should be.

* Fixes after pulling in code from Rebased and ControlTest branches.

* Addresses items in PR #2432
2018-09-06 13:36:28 -04:00
Richard Murillo 0cbda77700 XamlHost initial commit
- XamlHost for Windows Forms and WPF
- Documentation
2018-08-28 10:18:10 -07:00
Nikola Metulev d097f5bceb Revert "Introduction of XamlHost" 2018-08-27 08:46:02 -07:00
Richard Murillo 38e0e00852 XamlHost initial commit
- XamlHost for Windows Forms and WPF
- Documentation
2018-08-24 11:29:36 -07:00
Richard Murillo 28ff94e6df Merge branch 'master' into WebView/2374_Hang_On_Nav_After_InitializeComponent
# Conflicts:
#	Microsoft.Toolkit.Win32/Microsoft.Toolkit.Win32.UI.Controls/WPF/WebView/WebView.cs
2018-08-21 18:54:18 -07:00
Richard Murillo a14e031d17 Merge branch 'master' into WindowsSDK_17723 2018-08-13 15:50:26 -07:00
Richard Murillo 16cbe72dbb Update Win32 WebView API due to change in 17723
New to 17723 is a change of name for the AddPreLoadedScript. It is now named AddInitializeScript. The existing method has been marked obsolete with directions to use the new method name. The old method will be removed in a future release of the toolkit.
2018-08-09 17:40:20 -07:00
Richard Murillo f6f816c4aa Merge branch 'master' into WebView/StateSharing 2018-08-08 17:47:02 -07:00
Richard Murillo 7e8e381b4d Add support for creating web views in the same WWAHost process
With the traditional API, invoking `new WebView()` would always create a web view in a new WWAHost and Win32WebViewHost process. In some cases, state needs to be shared between individual views, such as for single sign on scenarios, to avoid having each web view authenticate.  Edge does not persist session state to disk to both maintain performance and provide a safe way to remove session state in the event of a crash. When a new web view process is created, Edge internally copies all the session state it can to the new process. With the default .ctor each web view was created in its own WWAHost process, and each was treated as a new session, failing to inherit any of the ephemeral session state. However, any state that was persisted to disk, such as cookies with a future expiration, would be read into the new web view session.

The new API permits passing in a `WebViewControlProcess` via .ctor overload that will be used to create the process. An instance of `WebViewControlProcess` can be obtained by calling `new WebViewControlProcess()` or by using the `WebView.Process` property of an existing web view. Tests have also been added to ensure cookie behavior is maintained between web views in the same process, and thus the same session, but not web views that are in different processes (and thus in different sessions).

Resolves #2375
2018-08-08 17:40:38 -07:00
Richard Murillo 429b144841 Add tests for NavigateWithHttpMessage 2018-08-08 10:39:45 -07:00
Richard Murillo 288275829d Fix deadlock on InvokeScript
When calling WebView.InvokeScript from the UI thread, a deadlock may occur when the asynchronous task is captured within the UI context. Since each thread is waiting for the each other, the deadlock occurs.

An attempt to move the thread execution to the thread pool causes a similar issue, so the task is moved to a message loop to keep the UI responsive while the task is completed.
2018-08-07 14:21:14 -07:00
Richard Murillo 8b80a7150e WebView: Remove APIs not finished in RS5
The APIs for Partition and UserAgent have been removed in 17716
2018-07-30 16:27:52 -07:00
Richard Murillo 861971d63b Update WebView test framework and test SDK 2018-07-18 18:09:12 -07:00
Richard Murillo b5d62f8296 Convert WebView WPF unit test to VS2017 format 2018-07-18 18:07:02 -07:00
Richard Murillo 7c557c7f6a Convert WebView WinForms unit test to VS2017 format 2018-07-18 18:06:12 -07:00
Richard Murillo 524fff442c Convert WebView Shared unit test to VS2017 format 2018-07-18 17:54:26 -07:00
Richard Murillo 169af8af35 Enable WebView test projects to function without strong-name/InternalsVisibleTo 2018-07-18 17:35:36 -07:00
Richard Murillo 9c30c3a5e8 Disable signing for WebView test projects 2018-07-18 16:03:45 -07:00
Richard Murillo dcc95f77fc Merge branch 'master' into WebView/WebViewControlProcessOptions_put_UserAgent 2018-07-17 16:48:38 -07:00