weblibrary
weblibrary copied to clipboard
Bump CefSharp.Common from 79.1.360 to 117.2.20
Bumps CefSharp.Common from 79.1.360 to 117.2.20.
Release notes
Sourced from CefSharp.Common's releases.
v117.2.20
October 03, 2023, CEF 117.2.2+ge80c977+chromium-117.0.5938.132 / Chromium 117.0.5938.132
- ⚠️ Microsoft Visual C++ 2019 Redistributable is required. A minimum of
VC++ 2019is required, higher versions are backwards compatible. For those upgrading from a previous version which only requiredVC++ 2015 minimumsee cefsharp/CefSharp#3636 for some guidance.- The
Minimum .Netversion supported has been upgraded to.Net 4.6.2inM115, see RFC - Upgrade minimum .Net version for more.:white_check_mark: Change Log
For a list of
CefSharpspecific changes see the 117.2.x Milestone. See also Release Notification.
- Update to Chromium 117.0.5938.132
- Windows 7/8/8.1 are no longer supported.
This update includes a critical priority security update. Google is aware that an exploit for CVE-2023-5217 exists in the wild.
⚠️ Breaking Changes
There are no
CefSharpspecific breaking changes in this release.ℹ️ Notes
WPFthe browser stops redrawing when running onIntel Iris Xe Integrated GPU(11th Gen).Intelhave released an updated driver, see https://www.intel.com/content/www/us/en/support/articles/000058136/graphics/graphics-for-11th-generation-intel-processors.html See dotnet/wpf#3817 for workaround if you are unable to install the updated driver.Widevine CDMis now automatically downloaded at runtime see chromiumembedded/cef#3149- You can bin deploy the
Visual C++dependencies, read theFAQfor more details.- For a list of files included in the packages see Output files description table (Redistribution) Wiki
- Starting in June 2019 Google will block logins from CEF based browsers to Google Services, this includes Gmail, Drive, Docs, see https://security.googleblog.com/2019/04/better-protection-against-man-in-middle.html?m=1 for further discussion see https://groups.google.com/a/chromium.org/d/msg/embedder-dev/STyM5ZNTHMM/POj1v_cqBgAJ
- Due to licensing issues default builds do not support proprietary codecs like
H264/AAC, sites likeNetflix/Twitter/Instagram/Facebook/Spotify/Apple Musicwon't play video/audio. See #1479 for more info.MP3audio is supported, playingMP4files are not supported.- Anyone new to
CefSharpshould read the General Usage Guide- This project uses Microsoft SourceLink for better debugging, you can step directly into much of the project source directly.
:x: Known Issues
- NTLM Authentication not working correctly
CEFcreates aDownloaddirectory in the User DirectorWinFormswhen running onWindows 10 Anniversarypressing certain key combinations freezes the browser see #1822 The issue has been reportedupstream, there are workarounds listed in #1822WPFtouch scroll aborted if browser navigates within documentwindow.focus()does not bring popup window to front- OnProtocolExecution Page goes blank after link click
- Crash on Win10 when computer wakes from sleep
Cef.AddCrossOriginWhitelistEntrydoesn't work correctly- See https://github.com/chromiumembedded/cef/issues for other known issues
- See https://github.com/cefsharp/CefSharp/issues?q=is%3Aissue+is%3Aopen+label%3Aknown-issue for other known issues
- All paths (CachePath, BrowserSubProcessPath, etc) must be absolute paths, if using a non-absolute path an exception will be throw. See #3102 for details.
- When using a
RequestContextyou must ensure that RequestContextSettings.CachePath is equal to or a child of CefSettings.RootCachePath See cefsharp/CefSharp#3111 for details- CEF now supports the Chromium Network Service: If you are upgrading from a version prior to
75.1.xplease make sure you read cefsharp/CefSharp#2743.v116.0.230
September 16, 2023, CEF 116.0.23+g375735a+chromium-116.0.5845.189 / Chromium 116.0.5845.189
... (truncated)
Commits
45e66f7Upgrade to 117.2.2+ge80c977+chromium-117.0.5938.132 / Chromium 117.0.5938.1323ad1f4eappveyor.yml - Update version as release branch0b38819DevTools Client - Upgrade to 117.0.5938.921e371d4Upgrade to C++17a2d3b0aUpgrade to 117.1.4+ga26f38b+chromium-117.0.5938.92 / Chromium 117.0.5938.9243350c8Update CONTRIBUTING.md and bug_report.ymlbecbb9eWPF - Exception on wakeup from sleep2e2b53fCore - DownloadUrlAsync add optional UrlReqestFlags paramc09f100DevTools Client - Upgrade to 116.0.5845.9765eef56Add support for Synchronous Bindings when Self Hosting BrowserSubProcess- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) You can disable automated security fix PRs for this repo from the Security Alerts page.