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
Salvador Díaz Fau
e9f3020792
Update to CEF 3.3239.1705.gf6d6dfc
2017-12-20 09:38:09 +01:00
Salvador Díaz Fau
df5504af4c
Update to CEF 3.3239.1705.gf6d6dfc
2017-12-20 09:36:48 +01:00
Salvador Díaz Fau
d12fb2ea8b
Update to CEF 3.3239.1700.g385b2d4
2017-12-18 19:40:25 +01:00
Salvador Díaz Fau
26c6f6696d
Update to CEF 3.3239.1700.g385b2d4
...
- New TCEFServerComponent. The new CEF3 includes a http and websockets server for communication between applications in localhost.
- New JSDialogBrowser demo to showhow to use custom forms in javascript dialogs.
- New SimpleServer demo which uses TCEFServerComponent.
- Removed all the code that could be removed from the DPR files and moved to another units.
- Now the GlogalCEFApp checks all the CEF3 binaries and stores the missing files in GlogalCEFApp.MissingLibFiles. The default error message gives a list of missing files.
- New GlobalCEFApp.Status property. Use it with GlobalCEFApp.ShowMessageDlg set to False if you want to show customized error messages.
- Now TCEFClient only creates the necessary handlers if you use any their events in TChromium.
- Fixed a destruction bug in OSRExternalPumpBrowser
- Added the procedures to handle WM_ENTERMENULOOP and WM_EXITMENULOOP to all the demos.
2017-12-18 19:38:56 +01:00
Salvador Díaz Fau
f871755249
TabBrowser and ToolBoxBrowser demos : Added CEF initialization checks before enabling the GUI
2017-12-14 12:09:13 +01:00
Salvador Díaz Fau
8319df160d
Update to CEF 3.3202.1694.gf061c23
2017-12-14 10:33:21 +01:00
Salvador Díaz Fau
afa069b776
Update to CEF 3.3202.1694.gf061c23
...
- fixed MDIBrowser demo and added some crude initialization checks
2017-12-14 10:31:24 +01:00
Salvador Díaz Fau
49a1c9af3a
Update to CEF 3.3202.1693.g6adf855
2017-12-07 10:51:18 +01:00
Salvador Díaz Fau
14425b01ae
Update to CEF 3.3202.1693.g6adf855
2017-12-07 10:49:51 +01:00
Salvador Díaz Fau
77f488d7db
Fixed TCefApplication.QuitMessageLoop
2017-12-05 12:13:15 +01:00
Salvador Díaz Fau
c22bbc231c
Update to CEF 3.3202.1690.gcd6b88f
2017-12-05 10:07:10 +01:00
Salvador Díaz Fau
751fe924b7
Update to CEF 3.3202.1690.gcd6b88f
...
- Update to CEF 3.3202.1690.gcd6b88f
- Bug fix #71
- Added the TCEFWorkScheduler class to handle the cef_do_message_loop_work calls when you use an external message pump.
- Added 2 demos using the "external message pump" mode.
- Added a TakeSnapshot function to the TChromium and TCEFWindowParent to take snapshots in non-OSR mode.
2017-12-05 10:02:07 +01:00
Salvador Díaz Fau
24f5a70f4b
Delphi 2007 backwards compatibility fix
2017-11-27 20:53:54 +01:00
Salvador Díaz Fau
f5f1a767c9
bug fix #68
2017-11-25 19:04:15 +01:00
Salvador Díaz Fau
b54a2861c4
Bug fix #68
...
RenderProcessHandler and ResourceBundleHandler are now created automatically in TCEFApplication. All their events are now TCEFApplication events.
2017-11-22 17:43:48 +01:00
Salvador Díaz Fau
47765631e3
Buffer panel resize fixes for SimpleOSRBrowser
2017-11-19 11:30:26 +01:00
Salvador Díaz Fau
042c3ac088
fixed version numbers
2017-11-16 13:04:23 +01:00
Salvador Díaz Fau
9d0d85a243
Update to CEF 3.3202.1686.gd665578
2017-11-16 12:52:26 +01:00
Salvador Díaz Fau
ac54a086f4
Update to CEF 3.3202.1684.gd665578
...
- Removed the Graphics32 dependency in SimpleOSRBrowser demo. Now this demo uses a custom component called TBufferPanel included in CEF4Delphi.
- Now SimpleOSRBrowser demo draws the "select" elements.
- Fixed a bug in SimpleOSRBrowser with high DPI monitors. The new paint function works with all client sizes.
2017-11-16 12:49:15 +01:00
Salvador Díaz Fau
28a5827e3e
SimpleOSRBrowser demo focus and mouse wheel fixes
...
- TChromium.Invalidate now also invalidates the browser in normal mode (non-OSR)
2017-11-13 18:32:48 +01:00
Salvador Díaz Fau
3949273b79
Update to CEF 3.3202.1683.gb095524
2017-11-09 10:35:24 +01:00
Salvador Díaz Fau
45d585970d
Update to CEF 3.3202.1683.gb095524
2017-11-09 10:33:20 +01:00
Salvador Díaz Fau
b64cc746ab
Added simple downloading functions and events to MiniBrowser demo.
2017-11-06 13:19:40 +01:00
Salvador Díaz Fau
d138e98ecb
Added timers to create the browsers only when GlobalCEFApp.GlobalContextInitialized is TRUE
2017-11-04 18:32:29 +01:00
Salvador Díaz Fau
92c167a1da
Bug fixes #64 and #65
...
- Modified CheckLocalFiles for D7 compatibility
- Added WebRTC properties to TChromium
2017-11-04 09:40:31 +01:00
Salvador Díaz Fau
bbf24f94f2
Update to CEF 3.3202.1678.g28f27be
2017-11-02 09:22:01 +01:00
Salvador Díaz Fau
f5d1c6285a
Update to CEF 3.3202.1678.g28f27be
2017-11-02 09:20:37 +01:00
Salvador Díaz Fau
55cb5368ad
Update to CEF 3.3202.1677.gd04a869
2017-11-01 09:43:34 +01:00
Salvador Díaz Fau
8becf848e9
Update to CEF 3.3202.1677.gd04a869
2017-11-01 09:38:38 +01:00
Salvador Díaz Fau
38098cc91b
GPU Hardware acceleration disabled by default
2017-10-29 22:00:48 +01:00
Salvador Díaz Fau
453c3065d7
OSR demo : TChromium.WasHidden(False) must be in TForm.OnShow
2017-10-29 17:18:27 +01:00
Salvador Díaz Fau
410c16b0bb
OSR demo : TChromium.CreateBrowser moved to TForm.OnShow
2017-10-29 17:10:33 +01:00
Salvador Díaz Fau
74b1d6c52a
Added v8_context_snapshot.bin to the cef binaries checking functions
...
- Added v8_context_snapshot.bin to the cef binaries checking functions.
- Added a the Initialized property to TChromiumWindow and nowCreateBrowser is a function, not procedure.
2017-10-28 18:48:53 +02:00
Salvador Díaz Fau
bb83979092
GlobalCEFApp initialization changes
...
Added a custom BrowserProcessHandler to GlobalCEFApp to know when the global context is initialized and it's allowed to set the custom cookies directory and to create browsers.
2017-10-28 10:53:51 +02:00
Salvador Díaz Fau
ed8d551d85
Update to CEF 3.3202.1674.g2a991c4
2017-10-26 13:26:13 +02:00
Salvador Díaz Fau
26f286cae7
Update to CEF 3.3202.1674.g2a991c4
2017-10-26 13:23:13 +02:00
Salvador Díaz Fau
87d11774bd
Added TCEFApplication.CustomFlashPath property
...
Added TCEFApplication.CustomFlashPath property.
Added default values to some parameters in CheckLocales and CheckResources o keep backwards compatibility.
2017-10-24 20:44:51 +02:00
Salvador Díaz Fau
d5d5bfed26
Merge pull request #60 from ashumkin/master
...
Make able to reduce CEF package size. Thanks Ashumkin!
2017-10-24 19:22:01 +02:00
Salvador Díaz Fau
0e705a3aa2
Added a crash_reporter.cfg and a SimpleBrowser to the SubProcess demo
2017-10-19 12:11:47 +02:00
Salvador Díaz Fau
bd0de4a775
Deleted unused files
...
- Bug fix #56 : Deleted unused files.
- Created the source\dcu directory for the Delphi 7 project .
2017-10-10 09:25:01 +02:00
Salvador Díaz Fau
3c707bb104
Now TCEFApplication sets back the old directory after the DLLs are loaded
2017-10-09 14:59:46 +02:00
Salvador Díaz Fau
4cddbb069b
Added GetModulePath to uCEFMiscFunctions.pas
2017-10-09 13:06:45 +02:00
Salvador Díaz Fau
07ee3fd484
Added TCefApplication.SetCurrentDir property to set the current directory before loading the CEF libraries
2017-10-06 16:28:28 +02:00
Salvador Díaz Fau
6dbaa022da
Added TCefApplication.ShowMessageDlg property to hide the MessageDlg dialogs
2017-10-05 16:03:02 +02:00
Salvador Díaz Fau
92f683662c
Added more comments in the SimpleBrowser demo
2017-10-05 10:35:27 +02:00
Salvador Díaz Fau
5f88acb5d0
Fix DLL cheking functions. icudtl.dat must be next to libcef.dll
2017-10-04 14:02:07 +02:00
Salvador Díaz Fau
5790d86fbf
Bug fix #37
...
Initialization fix
2017-10-03 14:38:37 +02:00
Salvador Díaz Fau
43412f48d1
Reverted deleted interface
2017-10-02 18:41:55 +02:00
Salvador Díaz Fau
659092bb37
Removed unused interface and more pointer checks
2017-10-02 17:56:56 +02:00
Salvador Díaz Fau
045fe07e74
Update to CEF 3.3163.1671.g700dc25
2017-10-02 11:38:02 +02:00