Alex Maitland

Results 46 issues of Alex Maitland

#### Release 104.4.x - [x] Create `cefsharp/104` release branch - [x] Update `DevTools` client `API` - [x] Update to latest CEF build - [x] Resolve remaining issues attached to [104...

release-notification

https://github.com/chromiumembedded/cef/commit/521546d6b78db06a645e92e52d28d4014c57dcad

feature-request

Add a `static` method to unregister the `Cef.Shutdown` event handlers manually. Currently you can set `CefSharpSettings.ShutdownOnExit` false, this can be a little tricky to know when and validate that it's...

enhancement
up-for-grabs
Good First Issue

When building in release mode the compiler will kindly point out all the public places that don't have xml comments, we should add/fix these in preparation for releasing a symbols...

up-for-grabs
Good First Issue

New methods were added in commit https://github.com/chromiumembedded/cef/commit/d9b764860aa0c1dfad58b123474bc133c4e43d39

The new OOP designer likely requires a new design time class. Details in https://devblogs.microsoft.com/dotnet/state-of-the-windows-forms-designer-for-net-applications/ https://www.nuget.org/packages/Microsoft.WinForms.Designer.SDK

winforms
known-issue

**Summary:** Now that we use the SDK Style csproj files and target VS2019 we can use a custom attribute (same as in .Net Core 3.1) to get the compiler to...

enhancement
breaking-change

Creating this issue to investigate changes introduced by https://bitbucket.org/chromiumembedded/cef/commits/54dd34e19b56a2b7f0d6cb8d473ce36288dcf8e2 > BFCache navigations do not trigger the same Chromium notifications as a normal load. To avoid breaking CEF API usage expectations...

Support for `Touch/MultiTouch` has been added (#228), `Stylus` support was left as experimental and not merged into the `ChromiumWebBrowser` control. - [ ] Selecting of text with stylus (https://github.com/cefsharp/CefSharp/issues/228#issuecomment-496704700) The...

wpf
feature-request

Commit https://github.com/cefsharp/CefSharp/commit/221185bf28b8cd4654e6ab1eb59897d372bf41c0 enabled site isolation by default for `master` Tests are passing with the exception of [IntegrationTestFacts.LoadLegacyJavaScriptBindingQunitTestsSuccessfulCompletion](https://ci.appveyor.com/project/cefsharp/cefsharp/builds/41224952#L274). Same test passes when I run it through `Visual Studio Test Explorer`. A...