From 4140bed28a7a83d85eb2aeb32792313c6933c657 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Salvador=20D=C3=ADaz=20Fau?= Date: Thu, 28 Nov 2019 17:28:35 +0100 Subject: [PATCH] Create the resource request handler for new tabs/popups --- source/uCEFChromiumCore.pas | 2 ++ update_CEF4Delphi.json | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/uCEFChromiumCore.pas b/source/uCEFChromiumCore.pas index edf7c7d2..8a392cd0 100644 --- a/source/uCEFChromiumCore.pas +++ b/source/uCEFChromiumCore.pas @@ -1248,6 +1248,8 @@ function TChromiumCore.CreateClientHandler(var aClient : ICefClient; aIsOSR : bo begin if CreateClientHandler(aIsOSR) then begin + CreateResourceRequestHandler; + aClient := FHandler; Result := True; end diff --git a/update_CEF4Delphi.json b/update_CEF4Delphi.json index 5610fa56..ecc13001 100644 --- a/update_CEF4Delphi.json +++ b/update_CEF4Delphi.json @@ -2,7 +2,7 @@ "UpdateLazPackages" : [ { "ForceNotify" : true, - "InternalVersion" : 70, + "InternalVersion" : 71, "Name" : "cef4delphi_lazarus.lpk", "Version" : "78.3.9.0" }