CEF4Delphi/demos/CustomResourceBrowser
Salvador Díaz Fau 26c6f6696d Update to CEF 3.3239.1700.g385b2d4
- New TCEFServerComponent. The new CEF3 includes a http and websockets server for communication between applications in localhost.
- New JSDialogBrowser demo to showhow to use custom forms in javascript dialogs.
- New SimpleServer demo which uses TCEFServerComponent.
- Removed all the code that could be removed from the DPR files and moved to another units.
- Now the GlogalCEFApp checks all the CEF3 binaries and stores the missing files in GlogalCEFApp.MissingLibFiles. The default error message gives a list of missing files.
- New GlobalCEFApp.Status property. Use it with GlobalCEFApp.ShowMessageDlg set to False if you want to show customized error messages.
- Now TCEFClient only creates the necessary handlers if you use any their events in TChromium.
- Fixed a destruction bug in OSRExternalPumpBrowser
- Added the procedures to handle WM_ENTERMENULOOP and WM_EXITMENULOOP to all the demos.
2017-12-18 19:38:56 +01:00
..
00-DeleteDCUs.bat Update to CEF 3.3202.1677.gd04a869 2017-11-01 09:38:38 +01:00
cef.inc Added high DPI support in OSR demo 2017-07-28 12:47:57 +02:00
CRBrowser.dpr Update to CEF 3.3239.1700.g385b2d4 2017-12-18 19:38:56 +01:00
CRBrowser.dproj Update to CEF 3.3202.1683.gb095524 2017-11-09 10:33:20 +01:00
uCustomResourceHandler.pas bugfixes #35, #36 2017-07-02 13:17:47 +02:00
uMainForm.dfm Added timers to create the browsers only when GlobalCEFApp.GlobalContextInitialized is TRUE 2017-11-04 18:32:29 +01:00
uMainForm.pas Update to CEF 3.3239.1700.g385b2d4 2017-12-18 19:38:56 +01:00