SIGN IN SIGN UP
cefsharp / CefSharp UNCLAIMED

.NET (WPF and Windows Forms) bindings for the Chromium Embedded Framework

0 0 0 C#

TAGS

20 tags
v94.4.110

Nuget - VS2022 remove extra CefSharp.Core.Runtime.dll copy from bin folder VS2022 differs from previous versions in how the file paths appear to work. Use a filter to match based on filename + extension rather than an exact file path match. I've also updated the CefSharpAnyCPUExcludeCoreRuntimeBeforeGenerateApplicationManifest target to include a similar filter. Leaving CefSharpExcludeCoreRuntimeBeforeGenerateApplicationManifest as is because it's only for VS2017 In VS2019: C:\Projects\CefSharp.MinimalExample\packages\CefSharp.Common.94.4.50\buildTransitive\..\CefSharp\x86\CefSharp.Core.Runtime.dll; C:\Projects\CefSharp.MinimalExample\packages\CefSharp.Common.94.4.50\buildTransitive\..\CefSharp\x86\CefSharp.Core.Runtime.pdb; C:\Projects\CefSharp.MinimalExample\packages\CefSharp.Common.94.4.50\buildTransitive\..\CefSharp\x86\CefSharp.Core.Runtime.xml In VS2022: C:\Projects\CefSharp.MinimalExample\packages\CefSharp.Common.94.4.50\CefSharp\x86\CefSharp.Core.Runtime.dll; C:\Projects\CefSharp.MinimalExample\packages\CefSharp.Common.94.4.50\CefSharp\x86\CefSharp.Core.Runtime.pdb; C:\Projects\CefSharp.MinimalExample\packages\CefSharp.Common.94.4.50\CefSharp\x86\CefSharp.Core.Runtime.xml Issue #3854

v94.4.50

GetSource/GetText - Copy string rather than using ptr New Mojo IPC implementation uses shared memory rather than a string copy Attempt to workaround the access violation that's been reported in a few isolated cases by copying the string rather than using directly. https://github.com/chromiumembedded/cef/commit/ebee84755ed14e71388b343231d3a419f1c5c1fd

v94.4.20

Core - Add ParseUrl to RefAssembly (#3827)

v94.3.0-pre

appveyor.yml - Update build number from CI to RCI

v93.1.140

Upgrade to CEF 93.1.14+gf38ce34+chromium-93.0.4577.82 / Chromium 93.0.4577.82

v93.1.111

Update build version to 93.1.111

v93.1.110-pre

Core - Update CefSettings.UserDataPath xml doc Updated to reflect Widevide CDM changes Issue #3767

v92.0.260

Upgrade to CEF 92.0.26+g9d87c1f+chromium-92.0.4515.159 / Chromium 92.0.4515.159

v92.0.250-pre

Upgrade DevTools to Chrome 92.0.4515.131

v92.0.251

Upgrade DevTools to Chrome 92.0.4515.131

v91.1.230

WPF - Improve WpfIMEKeyboardHandler browserHost null checks CancelComposition is now private as it's not used outside the scope of the class. Technically this is a breaking change though it's incredibly unlikely this method was used outside the scope of WpfImeKeyboardHandler as it requires the Hwnd which is obtained from the SourceHook which is private. We can and probably should make most of the private methods protected virtual to allow for overriding of just a small portion of the class, you currently can copy and paste the whole class into your own code base if small changes are required. #3690

v91.1.211

Update build version to 91.1.211

v91.1.210

WPF - Add support for Shift+AltGr (#3627) * WPF - Add support for Shift+AltGr The handling of AltGr characters in CefBrowsterHostWrapper did not cover capital diacritic letters. This commit adds handling for the Shift + AltGr + character combination. * WPF - Shift+AltGr review fixes * Trigger rebuild

v91.1.160

Upgrade build version number to 91.1.160

v91.1.60-pre

JavacriptBinding - JavascriptBindingApiEnabled fix merge mistake JavascriptBindingApiEnabled should be outside of legacy binding enabled Not an issue in master, must have been broken during merge

v90.6.70

Add Fluent DownloadHandler (#3576) * Core - Add Fluent DownloadHandler implementation and IFrame.DownloadUrlAsync Resolves #3550

v90.6.50

Test - CachePath should be child of RootCachePath

v90.5.70-pre

Upgrade to CEF 90.5.7+gcd9342c+chromium-90.0.4430.85 / Chromium 90.0.4430.85

v89.0.170

Core - Add RequestContextExtensions.RegisterOwinSchemeHandlerFactory

v89.0.140-pre

Upgrade to CEF 89.0.14+gb1b52fe+chromium-89.0.4389.90 / Chromium 89.0.4389.90