This feature is also enabled by default in CEF4Delphi but there are some known issues in CEF3 :
https://bitbucket.org/chromiumembedded/ ... er-process
These issues detected so far are :
- Communication problems with the render processes. You may have some issues if you send command switches or messages to these processes.
- Frame identification issues. CEF will list old frames as if they are still in use.
Code: Select all
GlobalCEFApp.SitePerProcess := False;