mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-01-13 10:22:04 +02:00
Removed the GlobalCEFApp.SupportedSchemes property because it's no longer used.
This commit is contained in:
parent
0c5f4b626d
commit
dbd73f13b4
@ -186,7 +186,6 @@ type
|
|||||||
FMetricsRecordingOnly : boolean;
|
FMetricsRecordingOnly : boolean;
|
||||||
FAllowFileAccessFromFiles : boolean;
|
FAllowFileAccessFromFiles : boolean;
|
||||||
FAllowRunningInsecureContent : boolean;
|
FAllowRunningInsecureContent : boolean;
|
||||||
FSupportedSchemes : TStringList;
|
|
||||||
FDisableNewBrowserInfoTimeout : boolean;
|
FDisableNewBrowserInfoTimeout : boolean;
|
||||||
FDevToolsProtocolLogFile : ustring;
|
FDevToolsProtocolLogFile : ustring;
|
||||||
FDeviceScaleFactor : single;
|
FDeviceScaleFactor : single;
|
||||||
@ -534,7 +533,6 @@ type
|
|||||||
property ApiHashUniversal : ustring read GetApiHashUniversal;
|
property ApiHashUniversal : ustring read GetApiHashUniversal;
|
||||||
property ApiHashPlatform : ustring read GetApiHashPlatform;
|
property ApiHashPlatform : ustring read GetApiHashPlatform;
|
||||||
property ApiHashCommit : ustring read GetApiHashCommit;
|
property ApiHashCommit : ustring read GetApiHashCommit;
|
||||||
property SupportedSchemes : TStringList read FSupportedSchemes;
|
|
||||||
property LastErrorMessage : ustring read FLastErrorMessage;
|
property LastErrorMessage : ustring read FLastErrorMessage;
|
||||||
{$IFDEF LINUX}
|
{$IFDEF LINUX}
|
||||||
property XDisplay : PXDisplay read GetXDisplay;
|
property XDisplay : PXDisplay read GetXDisplay;
|
||||||
@ -743,7 +741,6 @@ begin
|
|||||||
FForceFieldTrials := '';
|
FForceFieldTrials := '';
|
||||||
FForceFieldTrialParams := '';
|
FForceFieldTrialParams := '';
|
||||||
FBlinkSettings := '';
|
FBlinkSettings := '';
|
||||||
FSupportedSchemes := nil;
|
|
||||||
FDisableNewBrowserInfoTimeout := False;
|
FDisableNewBrowserInfoTimeout := False;
|
||||||
FDevToolsProtocolLogFile := '';
|
FDevToolsProtocolLogFile := '';
|
||||||
FForcedDeviceScaleFactor := 0;
|
FForcedDeviceScaleFactor := 0;
|
||||||
@ -837,7 +834,6 @@ begin
|
|||||||
|
|
||||||
if (FCustomCommandLines <> nil) then FreeAndNil(FCustomCommandLines);
|
if (FCustomCommandLines <> nil) then FreeAndNil(FCustomCommandLines);
|
||||||
if (FCustomCommandLineValues <> nil) then FreeAndNil(FCustomCommandLineValues);
|
if (FCustomCommandLineValues <> nil) then FreeAndNil(FCustomCommandLineValues);
|
||||||
if (FSupportedSchemes <> nil) then FreeAndNil(FSupportedSchemes);
|
|
||||||
finally
|
finally
|
||||||
inherited Destroy;
|
inherited Destroy;
|
||||||
end;
|
end;
|
||||||
@ -849,7 +845,6 @@ begin
|
|||||||
|
|
||||||
FCustomCommandLines := TStringList.Create;
|
FCustomCommandLines := TStringList.Create;
|
||||||
FCustomCommandLineValues := TStringList.Create;
|
FCustomCommandLineValues := TStringList.Create;
|
||||||
FSupportedSchemes := TStringList.Create;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
procedure TCefApplicationCore.AddCustomCommandLine(const aCommandLine, aValue : string);
|
procedure TCefApplicationCore.AddCustomCommandLine(const aCommandLine, aValue : string);
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
"UpdateLazPackages" : [
|
"UpdateLazPackages" : [
|
||||||
{
|
{
|
||||||
"ForceNotify" : true,
|
"ForceNotify" : true,
|
||||||
"InternalVersion" : 276,
|
"InternalVersion" : 277,
|
||||||
"Name" : "cef4delphi_lazarus.lpk",
|
"Name" : "cef4delphi_lazarus.lpk",
|
||||||
"Version" : "90.5.4.0"
|
"Version" : "90.5.4.0"
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user