Salvador Díaz Fau
eae6172ef3
Added the TCefApplication.MustFreeLibrary property
2018-04-04 15:55:57 +02:00
Salvador Díaz Fau
6c034fac25
Subclass CEF windows only once
2018-04-02 14:53:03 +02:00
Salvador Díaz Fau
e5b1ceb5fd
Update to CEF 3.3325.1756.g6d8faa4
2018-03-31 18:10:18 +02:00
Salvador Díaz Fau
2c4fa2c94f
Update to CEF 3.3325.1756.g6d8faa4
2018-03-31 18:08:18 +02:00
Salvador Díaz Fau
1ce74299cb
Update to CEF 3.3325.1755.g7c74b17
2018-03-29 20:04:03 +02:00
Salvador Díaz Fau
6fa50706a1
Update to CEF 3.3325.1755.g7c74b17
2018-03-29 20:02:04 +02:00
Salvador Díaz Fau
665957e132
The JSExtensionWithFunction demo now sends a text message back to the main process
2018-03-21 11:21:41 +01:00
Salvador Díaz Fau
7242c181a4
Update to CEF 3.3325.1749.ga42963a
2018-03-17 11:13:32 +01:00
Salvador Díaz Fau
15581a9c06
Update to CEF 3.3325.1749.ga42963a
2018-03-17 11:12:03 +01:00
Salvador Díaz Fau
fd7ff7f70a
Update to CEF 3.3325.1746.ge81cdf2
2018-03-08 11:48:36 +01:00
Salvador Díaz Fau
368479b0eb
Update to CEF 3.3325.1746.ge81cdf2
2018-03-08 11:47:04 +01:00
Salvador Díaz Fau
381f43394b
New TChromium and TFMXChromium properties
...
Added these properties to test the Adobe Flash Plugin.
TChromium.RunAllFlashInAllowMode
TChromium.AllowOutdatedPlugins
TChromium.AlwaysAuthorizePlugins
2018-03-01 10:37:14 +01:00
Salvador Díaz Fau
8402ba077f
More checks before "for" loops to avoid variable wrap arounds
2018-02-27 10:23:45 +01:00
Salvador Díaz Fau
d31825a7a5
Bug fix #98
2018-02-26 18:40:51 +01:00
Salvador Díaz Fau
4155f11128
OSR : MouseDown must handle the event regardless of the shift state
2018-02-25 16:57:03 +01:00
Salvador Díaz Fau
f1765f7288
Bug fix #93
2018-02-25 16:27:53 +01:00
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