Salvador Díaz Fau
9c33c49353
Update to CEF 3.3163.1670.g934eaba
...
- Added 2 overloaded versions of TChromium.RetrieveHTML
- Modified TCefBrowserRef.GetFrameIdentifiers and TCefBrowserRef.GetFrameNames functions
2017-09-24 12:48:04 +02:00
Salvador Díaz Fau
d85112902c
Cookie manager initialization bug fixed
...
The custom cookie directory is now used in the GlobalCEFApp initialization instead of setting a TChromium property
2017-09-20 11:15:04 +02:00
Salvador Díaz Fau
4e390071a2
Update to CEF 3.3163.1666.g052c2d2
...
Added some units for future extension support.
2017-09-19 19:18:52 +02:00
Salvador Díaz Fau
58bd16c441
Delphi 2009 compatibility fixes
2017-09-17 13:06:45 +02:00
Salvador Díaz Fau
968356f197
Update to CEF 3.3163.1663.g416ffeb
2017-09-13 10:25:52 +02:00
Salvador Díaz Fau
5d9a47158e
Extra UpdateSize call in TChromiumWindow
...
- Extra UpdateSize call in TChromiumWindow
- Destruction cleanup in owned refference counted classes
2017-09-08 17:44:32 +02:00
Salvador Díaz Fau
f7ca8a7a93
Added widevine helper functions
2017-09-07 22:56:51 +02:00
Salvador Díaz Fau
76e6a16ce0
Complete TCefCustomRenderProcessHandler event set
2017-08-23 09:50:38 +02:00
Salvador Díaz Fau
7f75c50c0b
PostDataInspector demo
2017-08-22 18:35:04 +02:00
Salvador Díaz Fau
a88659617f
CookieVisitor demo
2017-08-19 12:53:47 +02:00
Salvador Diaz Fau
e25672e6b5
Update to CEF 3.3112.1656.g9ec3e42 and new demos
2017-08-12 16:23:03 +02:00
Salvador Diaz Fau
d2dd8fe5c7
Added high DPI support in OSR demo
...
- Added high DPI support in OSR demo
- Added cef.inc files in all demos
- Fixed some function declarations in the render handler.
2017-07-28 12:47:57 +02:00
Salvador Diaz Fau
e712f2fde4
Several small bug fixes
...
- Fixed the functions to get the certificate issuer chains :
TCEFX509CertificateRef.GetDEREncodedIssuerChain and
TCEFX509CertificateRef.GetPEMEncodedIssuerChain.
- Replaced FmtStr by a custom function for backwards compatibility.
- Added the property TCEFApplication.EnableGPU.
- Updated cef.inc to include the latest Delphi versions.
2017-07-25 12:25:20 +02:00
Salvador Diaz Fau
d54ab43b04
Bug fix #43 : backwards compatibility
2017-07-19 12:12:08 +02:00
Salvador Diaz Fau
5766453f91
Improved demos
...
- Bug fix #33 : Drag and drop is now supported in OSR mode.
- Improved keyboard handling in OSR mode.
- MiniBrowser demo : The DOM visitor and the Javascript extensions now
send customized results to the main form
- Fixed some CEF3 variable definitions.
2017-07-18 17:50:28 +02:00
Salvador Diaz Fau
20c8f8db40
Update to CEF 3.3071.1645.gf54b5cd and new demo
2017-07-01 13:05:46 +02:00
Salvador Diaz Fau
4449d0505f
Revert "Update to CEF 3.3071.1644.g408afd1 and new demo"
...
This reverts commit 7ac07f7a0f8c83ad44b621e79b3aa0251cb31068.
2017-07-01 13:05:45 +02:00
Salvador Diaz Fau
b80c4a6482
Update to CEF 3.3071.1644.g408afd1 and new demo
...
Update to CEF 3.3071.1644.g408afd1
New custom resource browser demo
2017-07-01 13:05:44 +02:00
Salvador Diaz Fau
afffdaab2f
Update to CEF 3.3071.1643.ga83b8e9
2017-06-22 11:51:15 +02:00
Salvador Diaz Fau
967b041bb1
MiniBrowser with open file menu option and certificate chain fix
2017-06-13 19:12:40 +02:00
Salvador Diaz Fau
062c045fa2
Complete inherited commands for backward compatibility
2017-06-11 20:36:14 +02:00
Salvador Diaz Fau
830117e0ca
Faster browser destruction
...
Faster browser destruction. All timers have been removed from the demos.
Removed unnecessary client handler class in TChromium. Now there's only
an interface.
Fixed an old memory leak in popup windows.
2017-06-11 17:48:20 +02:00
Salvador Diaz Fau
6851d71bd3
Update to CEF 3.3071.1634.g9cc59c8
2017-06-06 12:49:27 +02:00
Salvador Diaz Fau
006d33da3a
Added overloaded TChromium.CreateBrowser function
2017-06-01 10:33:30 +02:00
Salvador Diaz Fau
f803df15e7
Update to CEF 3.3029.1619.geeeb5d7
...
- Update to CEF 3.3029.1619.geeeb5d7
- Added fullscreen for HTML5 to MiniBrowser demo
2017-05-18 11:46:23 +02:00
Salvador Diaz Fau
18a9de0a94
Update to CEF 3.3029.1613.g22354a9
...
- Update to CEF 3.3029.1613.g22354a9
- Bug fix #28
- Added missing functions in uCEFMiscFunctions.pas
- Fixed MDIBrowser app close issue.
- Changed the CustomExceptionHandler to reraise exceptions with full
trace.
2017-05-07 18:14:02 +02:00
Salvador Diaz Fau
0ec2b29075
Update to CEF 3.3029.1611.g44e39a8
...
Update to CEF 3.3029.1611.g44e39a8
New MDIBroser demo
MultiThreadedMessageLoop initialization bug fix
New function to handle exceptions
Added a function to parse URLs
2017-05-01 14:49:43 +02:00
Salvador Diaz Fau
ca993f6003
Update to CEF 3.3029.1604.g364cd86
...
Update to CEF 3.3029.1604.g364cd86 / Chromium 58.0.3029.81
Bug fix for Delphi 10.2
Now the binaries are fully movable
2017-04-26 15:45:41 +02:00
Salvador Diaz Fau
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
Salvador Diaz Fau
4cd1b896ad
Update to CEF 3.2987.1601.gf035232
2017-04-12 09:43:25 +02:00
Salvador Diaz Fau
5fb7bfdcb7
More TCEFApplication properties and TChromium virtual procedures
2017-04-03 09:10:15 +02:00
Salvador Diaz Fau
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
Salvador Diaz Fau
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
Salvador Diaz Fau
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
Salvador Diaz Fau
61e1b656f9
Update to CEF 3.2924.1569.g067d915 and fixed TCefApplication.CheckDLLs
2017-02-15 12:28:27 +01:00
Salvador Diaz Fau
8d3316ba80
Preliminary Delphi7 support, CommandLine with values, Custom libcef.dll path
2017-02-14 11:01:16 +01:00
Salvador Diaz Fau
9b4bb2a27c
OutputDebugMessage moved to uCEFMiscFunctions, New TCEFApplication.AddCommandLine procedure and TCEFApplication.CheckCEFLibrary enhancements
2017-02-13 10:24:44 +01:00
Salvador Diaz Fau
1ce14d8796
New function OutputDebugMessage in TCEFApplication to log messages replacing OutputDebugString
2017-02-12 19:53:45 +01:00
Salvador Diaz Fau
a97aa2db53
New demo, easier extension registration and updated CEF3
2017-02-11 21:56:08 +01:00
Salvador Diaz Fau
c23afaba1b
Fix for crashes on old Delphi versions
2017-02-05 20:56:46 +01:00
Salvador Diaz Fau
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
Salvador Diaz Fau
caff78f141
Added support for CEF 3.2924.1558.g872fbc0 / Chromium 56.0.2924.76
2017-02-02 18:07:28 +01:00
Salvador Diaz Fau
21dcc60a24
reorganization of folders
2017-01-27 17:29:37 +01:00