Commit Graph

14 Commits

Author SHA1 Message Date
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
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
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
51ffa49b7c The ResponseFilterBrowser demo now supports multiple data chunks 2018-02-04 11:50:14 +01:00