mirror of
https://github.com/salvadordf/CEF4Delphi.git
synced 2024-11-16 16:25:57 +01:00
4cdb8207c6
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. |
||
---|---|---|
.. | ||
CookieVisitor | ||
CustomResourceBrowser | ||
DOMVisitor | ||
EditorBrowser | ||
ExternalPumpBrowser | ||
FullScreenBrowser | ||
JavaScript | ||
MiniBrowser | ||
OSRExternalPumpBrowser | ||
PopupBrowser | ||
PopupBrowser2 | ||
PostInspectorBrowser | ||
SchemeRegistrationBrowser | ||
SimpleBrowser | ||
SimpleBrowser2 | ||
SimpleExternalPumpBrowser | ||
SimpleOSRBrowser | ||
SimpleServer | ||
SubProcess | ||
TabbedBrowser | ||
ToolBoxBrowser | ||
URLRequest |