1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-12 22:30:17 +02:00
Commit Graph

52 Commits

Author SHA1 Message Date
b5b9547d28 Update to CEF 3.2987.1596.gc2b4638
* New properties in TCEFApplication :  SmoothScrolling, FastUnload,
DisableSafeBrowsing.
* Bug fix in CefResponseFilter. Thanks to Zdravko Gabrovski!
* MiniBrowser now has a context menu option to visit the DOM.
2017-03-22 15:22:11 +01:00
68769fdda2 Update to CEF 3.2987.1594.g92fba9c
Bug fix for memory leak in TChromium.Internal_SavePreferences
2017-03-16 19:12:31 +01:00
e722d8ea49 Update to CEF 3.2987.1594.g92fba9c 2017-03-16 19:11:24 +01:00
6c83923788 Update to CEF 3.2924.1575.g97389a9 2017-03-15 15:05:05 +01:00
2d9d4af78e Conditional compilation for older delphi versions 2017-03-15 15:00:07 +01:00
6178ab49a5 Update to CEF3.2924.1575
MiniBrowser : Addition of a preferences form, replacement of URLEdt by
URLCbx, addition of a custom scheme
TCEFApplication : Addition of 3 new properties : EnableSpellingService,
EnableMediaStream, EnableSpeechInput
TCEFChromium : Renamed internal procedures, addition of
UppdatePreferences and SavePreferences procedures, more checks in
doOnBeforeClose and doOnClose.
TCefChromiumWindow : WebBrowser_OnClose returns False by default
2017-03-15 14:53:45 +01:00
b35837585c missing cef.inc in demos 2017-02-26 16:47:09 +01:00
e592e2716a Fixed AV and build error in win64. Support for CEF 3.2924.1571.gcdcdfa9 and new parameter to skip reading dll version in tcefapplication 2017-02-26 16:38:36 +01:00
e0b50fa338 delphi versions updated 2017-02-26 16:30:21 +01:00
28d1bc4213 Update README.md 2017-02-26 16:28:13 +01:00
91d81ec9dd Updated to CEF 3.2924.1571.gcdcdfa9 2017-02-26 16:27:24 +01:00
d0ea3e3e55 Update to CEF 3.2924.1569.g067d915 2017-02-15 12:29:55 +01:00
61e1b656f9 Update to CEF 3.2924.1569.g067d915 and fixed TCefApplication.CheckDLLs 2017-02-15 12:28:27 +01:00
8d3316ba80 Preliminary Delphi7 support, CommandLine with values, Custom libcef.dll path 2017-02-14 11:01:16 +01:00
bde555ddfa Command line switch example.
Uncomment the line in the DPR file to see an FPS counter in the browser
2017-02-13 15:54:27 +01:00
9b4bb2a27c OutputDebugMessage moved to uCEFMiscFunctions, New TCEFApplication.AddCommandLine procedure and TCEFApplication.CheckCEFLibrary enhancements 2017-02-13 10:24:44 +01:00
8aafbee064 Only log messages if DEBUG is defined 2017-02-12 20:03:26 +01:00
1ce14d8796 New function OutputDebugMessage in TCEFApplication to log messages replacing OutputDebugString 2017-02-12 19:53:45 +01:00
c954cdf86c Updated link to CEF3 2017-02-11 21:58:42 +01:00
a97aa2db53 New demo, easier extension registration and updated CEF3 2017-02-11 21:56:08 +01:00
c23afaba1b Fix for crashes on old Delphi versions 2017-02-05 20:56:46 +01:00
d3d6c4ca0b Remove empty function 2017-02-04 19:09:15 +01:00
a3b114880f Update to CEF 3.2924.1561.g06fde99 2017-02-04 18:56:30 +01:00
894a3e4109 Library initialization changes
Now CEF files are checked and the dll functions are loaded when the
application runs, not when the component is loaded in delphi
2017-02-04 18:54:18 +01:00
1e5af60899 Delphi version added 2017-02-03 18:06:16 +01:00
caff78f141 Added support for CEF 3.2924.1558.g872fbc0 / Chromium 56.0.2924.76 2017-02-02 18:07:28 +01:00
221b23db85 Updated to CEF 3.2924.1558.g872fbc0 2017-02-02 18:06:59 +01:00
f6304fcee5 Forum and binaries links added 2017-02-02 16:01:47 +01:00
55e99e9698 Update README.md
Added the CEF3 version used by CEF4Delphi
2017-01-31 09:03:05 +01:00
98b8762ba7 SimpleBrowser demos 2017-01-27 18:14:48 +01:00
9f5e5fe06f Subprocess demo 2017-01-27 17:59:15 +01:00
21dcc60a24 reorganization of folders 2017-01-27 17:29:37 +01:00
18dd05505c demos 2017-01-27 16:46:07 +01:00
0ab30eda92 rest of the initial commit 2017-01-27 16:37:51 +01:00
40370f6c41 Add files via upload 2017-01-27 16:25:30 +01:00
993d07c00f Add files via upload 2017-01-27 16:24:51 +01:00
b0b39f2e9d Add files via upload 2017-01-27 16:24:27 +01:00
6b9060a496 Add files via upload 2017-01-27 16:24:03 +01:00
7f014fa6d2 Add files via upload 2017-01-27 16:23:39 +01:00
7608b90f65 Add files via upload 2017-01-27 16:22:27 +01:00
7a196e9050 Delete CEF4Delphi.stat 2017-01-27 15:56:01 +01:00
4c47414d7b Delete CEF4Delphi.res 2017-01-27 15:55:54 +01:00
b7e8d64d52 Delete CEF4Delphi.identcache 2017-01-27 15:55:41 +01:00
1d4a4b42e7 Delete CEF4Delphi.dsk 2017-01-27 15:55:35 +01:00
fc2e791273 Delete CEF4Delphi.dproj.local 2017-01-27 15:55:26 +01:00
1364481c60 Delete CEF4Delphi.dproj 2017-01-27 15:54:55 +01:00
ad35a696b3 Delete CEF4Delphi.dpk 2017-01-27 15:54:41 +01:00
0b524bf174 Delete 00-DeleteDCUs.bat 2017-01-27 15:54:27 +01:00
7ffc62039f Delete 00-CreateResources.bat 2017-01-27 15:53:57 +01:00
398c79864f Add files via upload 2017-01-27 15:52:16 +01:00