Skip to content

Commit

Permalink
WPF/WinForms/OffScreen - Enable Chromium Site Isolation
Browse files Browse the repository at this point in the history
CEF has changed it's behaviour slightly to correctly support Chromium Site Isolation
Frame objects (including for the main frame) will now always change after
cross-origin navigation, and the old frame object will be invalidated.
See commit for additional details https://bitbucket.org/chromiumembedded/cef/commits/d9efaee9b9aa

Resolves #2967
  • Loading branch information
amaitland committed Jun 4, 2021
1 parent 7dfead3 commit 9943333
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions CefSharp.Core.Runtime/CefSettingsBase.h
Original file line number Diff line number Diff line change
Expand Up @@ -49,11 +49,6 @@ namespace CefSharp
_cefCustomSchemes = gcnew List<CefCustomScheme^>();
_cefCommandLineArgs = gcnew CommandLineArgDictionary();

//Disable site isolation trials as this causes problems with frames
//being hosted in different render processes.
//https://github.com/cefsharp/CefSharp/issues/2967
_cefCommandLineArgs->Add("disable-site-isolation-trials");

//Disable Windows Spellchecker as CEF doesn't support yet
//https://bitbucket.org/chromiumembedded/cef/issues/3055/windows-spell-checker-not-working-add
_cefCommandLineArgs->Add("disable-features", "CalculateNativeWinOcclusion,WinUseBrowserSpellChecker");
Expand Down

0 comments on commit 9943333

Please sign in to comment.