1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-11-23 21:34:53 +02:00

Update to CEF 96.0.17

Call SetProcessShutdownParameters with the same parameter values as Chromium does.
Fixed some backwards compatibility issues
This commit is contained in:
salvadordf
2021-12-08 17:45:03 +01:00
parent 668e4ab25f
commit 6393b6f480
10 changed files with 61 additions and 37 deletions

View File

@@ -769,7 +769,6 @@ type
procedure ClearDataForOrigin(const aOrigin : ustring; aStorageTypes : TCefClearDataStorageTypes = cdstAll);
procedure ClearCache;
function DeleteCookies(const url : ustring = ''; const cookieName : ustring = ''; aDeleteImmediately : boolean = False) : boolean;
function VisitAllCookies(aID : integer = 0) : boolean;
function VisitURLCookies(const url : ustring; includeHttpOnly : boolean = False; aID : integer = 0) : boolean;