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

23 Commits

Author SHA1 Message Date
6842559661 Bug fixes : #18 #26
Bug fix #18 : Random crashes using custom schemes
Bug fix #26 : Dropdown control appearing in wrong place after form moved
2017-04-24 12:57:16 +02:00
4cd1b896ad Update to CEF 3.2987.1601.gf035232 2017-04-12 09:43:25 +02:00
5e94c5f158 Update to CEF 3.2987.1599.g495fb8c 2017-04-06 10:07:06 +02:00
5fb7bfdcb7 More TCEFApplication properties and TChromium virtual procedures 2017-04-03 09:10:15 +02:00
9fa109af16 Added error message boxes in CheckCEFLibrary 2017-03-29 10:55:39 +02:00
0d11cf6e7d Update to CEF 3.2987.1597.gffc5773 2017-03-28 11:17:34 +02:00
8762ec1e7f Update to CEF 3.2987.1596.gc2b4638 and simplebrowser project for Delphi 7 2017-03-27 09:00:47 +02:00
81ed572a79 Bug fix for Delphi 2010 and integrity check functions moved. 2017-03-26 17:39:41 +02:00
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
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
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
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
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
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
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
caff78f141 Added support for CEF 3.2924.1558.g872fbc0 / Chromium 56.0.2924.76 2017-02-02 18:07:28 +01:00
21dcc60a24 reorganization of folders 2017-01-27 17:29:37 +01:00