Commit Graph

268 Commits

Author SHA1 Message Date
Salvador Díaz Fau
7f75c50c0b PostDataInspector demo 2017-08-22 18:35:04 +02:00
Salvador Díaz Fau
8611789f26 Merge pull request #50 from dimmaq/patch-2
Update uCEFDownloadImageCallBack.pas
2017-08-21 21:09:46 +02:00
Salvador Díaz Fau
2b94989afe Merge pull request #51 from dimmaq/patch-3
Update uCEFInterfaces.pas
2017-08-21 21:09:39 +02:00
Dmitrij
1dd2645b1d Update uCEFInterfaces.pas
fix
2017-08-21 21:07:34 +03:00
Dmitrij
1545e387e7 Update uCEFDownloadImageCallBack.pas
make it work
2017-08-21 21:05:08 +03:00
Salvador Díaz Fau
a88659617f CookieVisitor demo 2017-08-19 12:53:47 +02:00
Salvador Diaz Fau
b349625e09 Geolocation demo 2017-08-12 20:30:34 +02:00
Salvador Díaz Fau
a8326eb6dc Update to CEF 3.3112.1656.g9ec3e42 and new demos 2017-08-12 16:24:49 +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 Díaz Fau
6ba64d2a50 Update to CEF 3.3112.1655.gd97fbff 2017-08-10 20:29:54 +02:00
Salvador Diaz Fau
cf1b0f0aab Update to CEF 3.3112.1655.gd97fbff 2017-08-10 20:27:10 +02:00
Salvador Diaz Fau
f949f4d2cb Revert "Update to CEF 3.3112.1655.gd97fbff"
This reverts commit b13c68051f.
2017-08-10 20:25:06 +02:00
Salvador Diaz Fau
b13c68051f Update to CEF 3.3112.1655.gd97fbff 2017-08-10 20:10:19 +02:00
Salvador Díaz Fau
eb182665e1 Update to CEF 3.3112.1649.g0dba8a1 2017-07-29 14:11:11 +02:00
Salvador Diaz Fau
25b3e9bc9b Update to CEF 3.3112.1649.g0dba8a1 2017-07-29 14:06:52 +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
1a73a1453e Added a separate JavaScript Extension demo for clarity 2017-07-25 22:50:34 +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
3f3f74eeb5 CheckDLLs and CheckResources now check the *.bin files correctly 2017-07-18 18:35:14 +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
9959b4b1e8 Update to CEF 3.3071.1647.gc8067b3 2017-07-12 17:00:34 +02:00
Salvador Diaz Fau
37b6ef8a04 bugfixes #35, #36 2017-07-02 13:17:47 +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 Díaz Fau
c56e3ad940 Update to CEF 3.3071.1645.gf54b5cd and new demo 2017-07-01 13:05:08 +02:00
Salvador Diaz Fau
b13e735ed6 Added a simple node search in MiniBrowser 2017-06-28 10:18:15 +02:00
Salvador Díaz Fau
df20378aad Update to CEF 3.3071.1643.ga83b8e9 2017-06-22 11:55:22 +02:00
Salvador Diaz Fau
afffdaab2f Update to CEF 3.3071.1643.ga83b8e9 2017-06-22 11:51:15 +02:00
Salvador Diaz Fau
387f67249b Added a simple DOM iteration to the MniBrowser demo 2017-06-17 09:19:18 +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 Díaz Fau
d0c7e0926e Update to CEF 3.3071.1634.g9cc59c8
correct readme version numbers
2017-06-06 12:52:35 +02:00
Salvador Díaz Fau
3240969b83 Update to CEF 3.3071.1634.g9cc59c8 2017-06-06 12:51:10 +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
688ab57bcc Added a full screen demo 2017-05-21 19:38:32 +02:00
Salvador Diaz Fau
fbefae8e34 Added a Toolbox browser demo 2017-05-21 17:41:10 +02:00
Salvador Diaz Fau
db58c92e61 Added keyboard shortcut to show/hide the developer tools 2017-05-20 19:20:38 +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 Díaz Fau
55fe934f20 Update to CEF 3.3029.1619.geeeb5d7 2017-05-18 11:45:15 +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 Díaz Fau
6b84d78cfe Update to CEF 3.3029.1613.g22354a9 2017-05-07 18:05:36 +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
cc893f2b04 Update to CEF 3.3029.1611.g44e39a8 2017-05-01 14:49:02 +02:00
Salvador Diaz Fau
cf778cf949 CEF 3.3029.1608.g27a32db 2017-04-27 14:17:44 +02:00
Salvador Diaz Fau
f1928ac61a Update to CEF 3.3029.1608.g27a32db 2017-04-27 14:12:50 +02:00
Salvador Diaz Fau
24b745dbc3 Removed unnecessary PChar casts 2017-04-27 08:33:22 +02:00