Salvador Díaz Fau
55aa9965df
Added more comments to JSExtension
...
- MiniBrowser shows the name of the loaded frames.
- Fixed MiniBrowser Chromium1TextResultAvailable declaration.
2018-06-27 10:17:34 +02:00
Salvador Díaz Fau
5f82e1ace3
Added more code comments to the JSExtension demo
2018-06-25 13:56:23 +02:00
Salvador Díaz Fau
f05fbdc8ce
Added TBufferPanel.OnUTF8KeyPress event for Lazarus
...
- Bug fix #120
2018-06-18 21:57:18 +02:00
Salvador Díaz Fau
09161b19e1
The SubProcess demo now uses an external unit to create and destroy GlobalCEFApp
2018-06-18 17:01:44 +02:00
Salvador Díaz Fau
bf402109bf
Added GlobalCEFApp.DisablePDFExtension property
...
- Bug fix #89
- New SimpleLazOSRBrowser demo
2018-06-17 14:18:11 +02:00
Salvador Díaz Fau
67b9ecc578
Update to CEF 3.3396.1775.g5340bb0
...
- Bug fix #117
- ResponseFilterBrowser now ignores the Content-Length is it has a compressed size
2018-06-03 17:18:54 +02:00
Salvador Díaz Fau
b636a5930e
Missing FFilterInit initialization
2018-05-27 11:43:54 +02:00
Salvador Díaz Fau
73f9318839
ResponseFilterBrowser enhancements and fixes
...
- Added a statusbar to show then Content-Length HTTP header information, the raw stream size and the decoded string size.
- Fixed some synchronization bugs.
2018-05-27 11:13:01 +02:00
Salvador Díaz Fau
ee61ac3c7b
ResponseFilterBrowser now downloads the resource 1 time after the user clicks the GO button
2018-05-25 14:40:49 +02:00
Salvador Díaz Fau
8000e45198
CEF Views type and interface definitions
...
- Added some Linux and MacOS initialization (doesn't work yet)
- GlobalCEFApp.MustFreeLibrary is now FALSE by default.
- GlobalCEFApp set to nil in all demos.
- ResponseFilterBrowser now uses the critical section in Chromium1ResourceLoadComplete.
- Added overloaded TChromium.LoadURL to load a URL in a frame.
- Added url and cookiename parameters to TChromium.DeleteCookies to delete the cookies from that url and/or name.
2018-05-24 19:15:41 +02:00
wqmeng
563729a675
Force Unicode data stream to be received until the complete file to avoid copying part chain stream Msg. As a part chain stream will get encoding problem when convert the Raw string to a valid Unicode character.
2018-05-24 23:40:49 +08:00
Salvador Díaz Fau
dd5f7f42c4
Added support for Lazarus/FPC (windows 32bit)
2018-05-12 14:50:54 +02:00
Salvador Díaz Fau
d4dd717f51
Added a new option to the DOMVisitor context menu and new option to the config button to the MiniBrowser demo
...
- The DOMVisitor demo now has a context menu option to copy the HTML inside the body element to the clipboard.
- The MiniBrowser demo now has a config button option to load local HTML files using a DATA url.
2018-04-27 17:42:03 +02:00
Salvador Díaz Fau
cf784aba5f
Update to CEF 3.3359.1768.g8e7c5d6
2018-04-20 12:45:06 +02:00
Salvador Díaz Fau
d230010fa9
Update to CEF 3.3325.1758.g9aea513 and new SimpleFMXBrowser demo
2018-04-18 10:25:38 +02:00
Salvador Díaz Fau
e658ff6c92
New PopupBrowser2 demo
2018-04-08 21:35:21 +02:00
Salvador Díaz Fau
62580730d2
Added GlobalCEFWorkScheduler and GlobalFMXWorkScheduler global variables
2018-04-07 20:24:55 +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
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
15581a9c06
Update to CEF 3.3325.1749.ga42963a
2018-03-17 11:12:03 +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
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
8998f43f36
Added more comments with instructions to test the SubProcess demo
2018-02-24 10:02:48 +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
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
961e90bfbe
Update to CEF 3.3282.1733.g9091548
2018-02-13 20:16:24 +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
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
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
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
227dafc55c
Added TChromium.ProxyScheme property
2017-12-30 15:42:29 +01:00