Disclosure Statement: This site contains affiliate links, which means that I may receive a commission if you make a purchase using these links. As an eBay Partner, I earn from qualifying purchases.
If you find these projects useful please consider becoming a sponsor with Patreon, GitHub or Liberapay.
I uploaded a new version of CEF4Delphi with these changes :
Faster browser destruction. All timers have been removed from the demos.
Removed unnecessary client handler class in TChromium. Now there's only an interface.
Fixed an old memory leak in popup windows.
Added a new function in TChromium to set a new parent window for the browser : TChromium.SetNewBrowserParent
OSR popup windows still need to use a timer but all other browsers can be destroyed without them. Read the comments in the source of MDIBrowser or ToolBoxBrowser for the details.