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

Update to CEF 114.2.10

This commit is contained in:
salvadordf
2023-06-09 15:13:45 +02:00
parent f216f751dd
commit f2237604fb
11 changed files with 112 additions and 53 deletions

View File

@@ -911,6 +911,8 @@ type
function IsInProgress: Boolean;
function IsComplete: Boolean;
function IsCanceled: Boolean;
function IsInterrupted: Boolean;
function GetInterruptReason: TCefDownloadInterruptReason;
function GetCurrentSpeed: Int64;
function GetPercentComplete: Integer;
function GetTotalBytes: Int64;
@@ -925,19 +927,20 @@ type
function GetContentDisposition: ustring;
function GetMimeType: ustring;
property CurrentSpeed : Int64 read GetCurrentSpeed;
property PercentComplete : Integer read GetPercentComplete;
property TotalBytes : Int64 read GetTotalBytes;
property ReceivedBytes : Int64 read GetReceivedBytes;
property StartTime : TDateTime read GetStartTime;
property EndTime : TDateTime read GetEndTime;
property FullPath : ustring read GetFullPath;
property Id : Cardinal read GetId;
property Url : ustring read GetUrl;
property OriginalUrl : ustring read GetOriginalUrl;
property SuggestedFileName : ustring read GetSuggestedFileName;
property ContentDisposition : ustring read GetContentDisposition;
property MimeType : ustring read GetMimeType;
property CurrentSpeed : Int64 read GetCurrentSpeed;
property PercentComplete : Integer read GetPercentComplete;
property TotalBytes : Int64 read GetTotalBytes;
property ReceivedBytes : Int64 read GetReceivedBytes;
property StartTime : TDateTime read GetStartTime;
property EndTime : TDateTime read GetEndTime;
property FullPath : ustring read GetFullPath;
property Id : Cardinal read GetId;
property Url : ustring read GetUrl;
property OriginalUrl : ustring read GetOriginalUrl;
property SuggestedFileName : ustring read GetSuggestedFileName;
property ContentDisposition : ustring read GetContentDisposition;
property MimeType : ustring read GetMimeType;
property InterruptReason : TCefDownloadInterruptReason read GetInterruptReason;
end;
// TCefBeforeDownloadCallback