CEF4Delphi/demos/Lazarus
Andreas Hausladen 4cdb8207c6 uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object).
The old uCEFApplication.pas is renamed to uCEFApplicationCore.pas and a new uCEFApplication.pas is created that only contains the Controls/Forms unit related code and is backward compatible to existing code.

This allows the creation of a SubProcess executable that doesn't initialize the VCL with all its problems (GlobalAtom leak in Delphi 6-XE, Application.Handle, OleInitialize and other unnecessary init-code).

ujCEFMiscFunctions.GefCursorToWindowsCursor is renamed to >>C<<efCursorToWindowsCursor and moved to uCEFApplication.pas to prevent the inclusion of the Controls unit in Delphi 7-XE.
2019-11-09 15:57:29 +01:00
..
CookieVisitor Added TChromium.OnCookieVisitorDestroyed 2019-11-08 14:32:03 +01:00
CustomResourceBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
DOMVisitor Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
EditorBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
ExternalPumpBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
FullScreenBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
JavaScript Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
MiniBrowser Update to CEF 78.3.1 2019-11-07 11:01:25 +01:00
OSRExternalPumpBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
PopupBrowser uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
PopupBrowser2 Update to CEF 78.2.14 2019-11-06 11:18:33 +01:00
PostInspectorBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
SchemeRegistrationBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
SimpleBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
SimpleBrowser2 Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
SimpleExternalPumpBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
SimpleOSRBrowser uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
SimpleServer Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
SubProcess uCEFApplicationCore is a VCL-free implementation (no Controls/Forms units, no Application object). 2019-11-09 15:57:29 +01:00
TabbedBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
ToolBoxBrowser Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00
URLRequest Update to CEF 77.1.18 2019-10-19 10:58:34 +02:00