You've already forked CEF4Delphi
mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2025-07-02 22:26:53 +02:00
Fixed GlobalCEFApp.DeleteCache and GlobalCEFApp.DeleteCookies
Added mote Chrome URLs to uCEFConstants
This commit is contained in:
@ -4885,6 +4885,11 @@ const
|
||||
CEF_SETTINGS_URL = 'chrome://settings';
|
||||
CEF_DOWNLOADS_URL = 'chrome://downloads';
|
||||
CEF_EXTENSIONS_URL = 'chrome://extensions';
|
||||
CEF_INSPECT_URL = 'chrome://inspect';
|
||||
CEF_GPU_URL = 'chrome://gpu';
|
||||
CEF_PREFS_URL = 'chrome://prefs-internals';
|
||||
CEF_CERTMANAGER_URL = 'chrome://certificate-manager';
|
||||
CEF_MEMORY_URL = 'chrome://memory-internals';
|
||||
|
||||
// These contants are declared in the "Windows" unit but
|
||||
// some old Delphi versions don't have them.
|
||||
|
Reference in New Issue
Block a user