TAGS
20 tagsNuget - 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
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
appveyor.yml - Update build number from CI to RCI
Upgrade to CEF 93.1.14+gf38ce34+chromium-93.0.4577.82 / Chromium 93.0.4577.82
Core - Update CefSettings.UserDataPath xml doc Updated to reflect Widevide CDM changes Issue #3767
Upgrade to CEF 92.0.26+g9d87c1f+chromium-92.0.4515.159 / Chromium 92.0.4515.159
Upgrade DevTools to Chrome 92.0.4515.131
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
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
JavacriptBinding - JavascriptBindingApiEnabled fix merge mistake JavascriptBindingApiEnabled should be outside of legacy binding enabled Not an issue in master, must have been broken during merge
Add Fluent DownloadHandler (#3576) * Core - Add Fluent DownloadHandler implementation and IFrame.DownloadUrlAsync Resolves #3550
Upgrade to CEF 90.5.7+gcd9342c+chromium-90.0.4430.85 / Chromium 90.0.4430.85
Upgrade to CEF 89.0.14+gb1b52fe+chromium-89.0.4389.90 / Chromium 89.0.4389.90