Create the resource request handler for new tabs/popups

This commit is contained in:
Salvador Díaz Fau 2019-11-28 17:28:35 +01:00
parent 160d4de7cd
commit 4140bed28a
2 changed files with 3 additions and 1 deletions

View File

@ -1248,6 +1248,8 @@ function TChromiumCore.CreateClientHandler(var aClient : ICefClient; aIsOSR : bo
begin
if CreateClientHandler(aIsOSR) then
begin
CreateResourceRequestHandler;
aClient := FHandler;
Result := True;
end

View File

@ -2,7 +2,7 @@
"UpdateLazPackages" : [
{
"ForceNotify" : true,
"InternalVersion" : 70,
"InternalVersion" : 71,
"Name" : "cef4delphi_lazarus.lpk",
"Version" : "78.3.9.0"
}