Commit Graph

252 Commits

Author SHA1 Message Date
Salvador Díaz Fau
b87bbb9a54 Bug fix #92 2018-02-25 15:35:09 +01:00
Salvador Díaz Fau
3f94588897 Bug fix #92 2018-02-25 13:10:21 +01:00
Salvador Díaz Fau
261c6c9ba5 Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2018-02-24 10:03:09 +01:00
Salvador Díaz Fau
8998f43f36 Added more comments with instructions to test the SubProcess demo 2018-02-24 10:02:48 +01:00
Salvador Díaz Fau
b9880cfe61
Update to CEF 3.3282.1741.gcd94615 2018-02-24 09:40:40 +01:00
Salvador Díaz Fau
f49888c147 Update to CEF 3.3282.1741.gcd94615
TChromium.CreateBrowser and TFMXChromium.CreateBrowser are now virtual
2018-02-24 09:38:25 +01:00
Salvador Díaz Fau
a2ad188dc5 Added more conditional cmpilation for Windows
- Fixed bug with space char in OSR mode.
- SimpleOSRBrowser demo now follows the destruction sequence steps for browsers in OSR mode.
2018-02-19 13:35:01 +01:00
Salvador Díaz Fau
6ec75477ef New PopupBrowser demo 2018-02-18 21:22:10 +01:00
Salvador Díaz Fau
2901108ba3 Fixed TChromium initialization. Now FBrowser is assigned only once. 2018-02-16 19:00:28 +01:00
Salvador Díaz Fau
6905f9a292 Block all popup windows and new tabs in all demos except the MiniBrowser
- Added TChromium.IsSameBrowser function
2018-02-16 18:41:13 +01:00
Salvador Díaz Fau
1cbe18947e
Update to CEF 3.3282.1733.g9091548 2018-02-13 20:17:59 +01:00
Salvador Díaz Fau
961e90bfbe Update to CEF 3.3282.1733.g9091548 2018-02-13 20:16:24 +01:00
Salvador Díaz Fau
28bf09272d Added two optional properties to GlobalCEFApp to wait for the child processes before shutting down.
Added GlobalCEFApp.WaitForChildProcesses and GlobalCEFApp.WaitTime.
2018-02-10 18:53:22 +01:00
Salvador Díaz Fau
63748c2639
typo 2018-02-08 16:39:30 +01:00
Salvador Díaz Fau
e763ef4458
Added component info 2018-02-08 16:39:09 +01:00
Salvador Díaz Fau
865def6c99
Update to CEF 3.3282.1732.g973997f 2018-02-08 12:47:00 +01:00
Salvador Díaz Fau
579b3a9457 Update to CEF 3.3282.1732.g973997f 2018-02-08 12:45:25 +01:00
Salvador Díaz Fau
ace189d104 ResponseFilterBrowser demo now also uses OnResourceLoadComplete to check if the resource is complete 2018-02-08 10:49:06 +01:00
Salvador Díaz Fau
0b72a3e446 Fixed backwards compatibility issue in uCEFWorkScheduler
Added more checks and comments in ResponseFilterBrowser in case the server doesn't send a Content-Length header
2018-02-07 14:30:44 +01:00
Salvador Díaz Fau
d998a912b0 ResponseFilterBrowser : reset vars after using the stream contents 2018-02-07 11:20:38 +01:00
Salvador Díaz Fau
fe2b80f3a0 ResponseFilterBrowser demo : added resource size control 2018-02-07 10:36:11 +01:00
Salvador Díaz Fau
552bc75aab Bug fix : used wrong variable for data size
- Used data_in_read instead of data_in_size before the move command.
- Added more checks before wirtting to the buffer and stream.
2018-02-07 10:02:24 +01:00
Salvador Díaz Fau
dc24988ff0 Update to CEF 3.3282.1731.gfc9a4fa
The latest CEF4Delphi version declares the LOGSEVERITY_* values as constants.
2018-02-06 12:42:38 +01:00
Salvador Díaz Fau
51ffa49b7c The ResponseFilterBrowser demo now supports multiple data chunks 2018-02-04 11:50:14 +01:00
Salvador Díaz Fau
b365cce4cb
Update to CEF 3.3282.1731.gfc9a4fa 2018-02-03 17:55:16 +01:00
Salvador Díaz Fau
e29989623e Update to CEF 3.3282.1731.gfc9a4fa
- Chromium 64.0.3282.119 which should include partial MP3 support.
- Fixed stability issues when you closed the browser due to circular interface references.
- Fixed TCefRTTIExtension thanks to Pier.
- Added the JSRTTIExtension demo to test TCefRTTIExtension.
- Added the TCustomResponseFilter class to filter the resource contents.
- Added the ResponseFilterBrowser demo to test the new TCustomResponseFilter class.
2018-02-03 17:52:48 +01:00
Salvador Díaz Fau
fed1c04a3f SimpleOSRBrowser now shows tooltips 2018-02-01 18:57:54 +01:00
Salvador Díaz Fau
fad77c99ea MiniBrowser : Added a context menu option to inspect the response/request headers 2018-01-31 18:52:34 +01:00
Salvador Díaz Fau
8da85dd1a8 DOMVisitor demo now adds the selected text to the debug.log file when you click the "Visit DOM" button. 2018-01-31 16:23:32 +01:00
Salvador Díaz Fau
75cee6e6d8 Fixed resize issue in the FMXExternalPumpBrowser demo
- Added a button to FMXExternalPumpBrowser to take a snapshot.
- Removed unused constant
- Added more comments to MDIBrowser demo
2018-01-27 10:40:10 +01:00
Salvador Díaz Fau
6caf630669 Always create the Life Span Handler in the browser 2018-01-26 21:46:57 +01:00
Salvador Díaz Fau
b9c50a1d82 Always create a Request Handler for the browser 2018-01-26 19:12:51 +01:00
Salvador Díaz Fau
b47a8e2d52 FireMonkey support added
- New Delphi package called CEF4Delphi_FMX.dpk that includes VCL and FMX components.
- New FMX comopnents : TFMXChromium, TFMXBufferPanel and TFMXWorkScheduler.
- New FMX demo :  FMXExternalPumpBrowser
- Improved WorkScheduler for VCL too.
- New GlobalCEFApp.DisableWebSecurity property.
2018-01-25 21:34:04 +01:00
Salvador Díaz Fau
45b4965cb8 deleted unused variables 2018-01-21 10:18:09 +01:00
Salvador Díaz Fau
330fd18397 SchemeRegistrationBrowser demo now can load local files 2018-01-21 09:48:43 +01:00
Salvador Díaz Fau
374b48e45b Added a 'Visit DOM' button to the DOMVisitor demo 2018-01-15 10:02:38 +01:00
Salvador Díaz Fau
bb1452d854 New SimpleBrowser2 demo 2018-01-08 16:22:54 +01:00
Salvador Díaz Fau
58526761f4
Update to CEF 3.3239.1723.g071d1c1 2018-01-06 15:27:24 +01:00
Salvador Díaz Fau
6c5d5d6036 Update to CEF 3.3239.1723.g071d1c1
- New MDIExternalPumpBrowser demo.
- New JSWindowBindingSubProcess demo.
- Added more comments and checks in some initialization functions of TCEFApplication.
2018-01-06 15:25:32 +01:00
Salvador Díaz Fau
f9ea47984b Added GlobalCEFApp.SitePerProcess property 2018-01-05 12:26:56 +01:00
Salvador Díaz Fau
079e2011a2
Update to CEF 3.3239.1720.g1ad5e2a 2018-01-05 12:00:36 +01:00
Salvador Díaz Fau
2f89f8a609 Update to CEF 3.3239.1720.g1ad5e2a
TChromium.DeleteCookies now uses the right cookie manager in custom request contexts.
2018-01-05 11:59:25 +01:00
Salvador Díaz Fau
9888fe3e46 Bug fix #85 : Adding overloaded ExecuteJavaScript to select individual frames 2018-01-02 16:52:35 +01:00
Salvador Díaz Fau
227dafc55c Added TChromium.ProxyScheme property 2017-12-30 15:42:29 +01:00
Salvador Díaz Fau
2bcd2b1da0
Update to CEF 3.3239.1716.g735b746 2017-12-30 09:55:50 +01:00
Salvador Díaz Fau
a334640b24 Update to CEF 3.3239.1716.g735b746
- Added a HTTP, SOCKS4 and SOCKS5 combobox to the proxy preferences in the MiniBrowser.
- Added more comments to DOMVisitor.
2017-12-30 09:54:26 +01:00
Salvador Díaz Fau
7f559b1bcd
Update to CEF 3.3239.1710.g85f637a 2017-12-27 14:08:42 +01:00
Salvador Díaz Fau
9c9a9f59c7 Update to CEF 3.3239.1710.g85f637a
Fixed an initialization bug in MDIBrowser, TabBrowser and ToolBoxBrowser
Added several procedures to clear interface and class references before destruction
2017-12-27 14:05:33 +01:00
Salvador Díaz Fau
984c87cc03
Update to CEF 3.3239.1709.g093cae4 2017-12-22 12:05:07 +01:00
Salvador Díaz Fau
7ab81f5233 Update to CEF 3.3239.1709.g093cae4 2017-12-22 12:03:15 +01:00