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

Update to CEF 76.1.11

Added TChromium.MaxConnectionsPerProxy
This commit is contained in:
Salvador Díaz Fau
2019-08-29 12:28:13 +02:00
parent 0acd59b3d2
commit 72ebe76989
16 changed files with 185 additions and 84 deletions

View File

@@ -548,6 +548,8 @@ const
CEF_LOG_SEVERITY_WARNING = 1;
CEF_LOG_SEVERITY_ERROR = 2;
CEF_MAX_CONNECTIONS_PER_PROXY_DEFAULT_VALUE = 16;
ZOOM_STEP_25 = 0;
ZOOM_STEP_33 = 1;
ZOOM_STEP_50 = 2;