You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-06-22 22:17:48 +02:00
Removed all code comments about the GlobalCEFApp.cookies property and a separate cookies directory
This commit is contained in:
demos
Delphi_FMX
SimpleFMXBrowser
Delphi_VCL
ConsoleBrowser
SimpleBrowser
SimpleBrowser2
SubProcess
Lazarus
JavaScript
JSWindowBindingSubProcess
SimpleBrowser
SubProcess
@ -9,7 +9,7 @@
|
||||
<Filename Value="JSSimpleWindowBinding.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<TopLine Value="42"/>
|
||||
<TopLine Value="53"/>
|
||||
<CursorPos X="71" Y="68"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
|
@ -73,12 +73,12 @@ begin
|
||||
GlobalCEFApp.DisableFeatures := 'NetworkService,OutOfBlinkCors';
|
||||
|
||||
// The main process and the subprocess *MUST* have the same FrameworkDirPath, ResourcesDirPath,
|
||||
// LocalesDirPath, cache, cookies and UserDataPath paths
|
||||
// LocalesDirPath, cache and UserDataPath paths
|
||||
|
||||
// The demos are compiled into the BIN directory. Make sure SubProcess.exe and JSSimpleWindowBinding.exe are in that
|
||||
// directory or this demo won't work.
|
||||
|
||||
// In case you want to use custom directories for the CEF3 binaries, cache, cookies and user data.
|
||||
// In case you want to use custom directories for the CEF3 binaries, cache and user data.
|
||||
{
|
||||
GlobalCEFApp.FrameworkDirPath := 'cef';
|
||||
GlobalCEFApp.ResourcesDirPath := 'cef';
|
||||
|
@ -9,8 +9,8 @@
|
||||
<Filename Value="SubProcess.lpr"/>
|
||||
<IsPartOfProject Value="True"/>
|
||||
<IsVisibleTab Value="True"/>
|
||||
<TopLine Value="58"/>
|
||||
<CursorPos X="66" Y="73"/>
|
||||
<TopLine Value="65"/>
|
||||
<CursorPos X="27" Y="76"/>
|
||||
<UsageCount Value="20"/>
|
||||
<Loaded Value="True"/>
|
||||
<DefaultSyntaxHighlighter Value="Delphi"/>
|
||||
|
Reference in New Issue
Block a user