Salvador Díaz Fau
5243ce887e
Fixed D2010 issues with missing TEncoding types.
2018-08-20 14:56:14 +02:00
Salvador Díaz Fau
7ba82bd5ed
Fixed UpdateStringListPref and spell checker dictionaries in TFMXChromium
2018-08-15 14:36:11 +02:00
Salvador Díaz Fau
eaca9d8b65
Fixed parameter checking in UpdateStringListPref.
2018-08-13 09:41:08 +02:00
Salvador Díaz Fau
17a3b8e61c
Added option to replace a resource in ResponseFilterBrowser
...
- Added more comments to ResponseFilterBrowser
2018-08-09 09:59:43 +02:00
Salvador Díaz Fau
a6d948a5c4
Added more comments to ResponseFilterBrowser and fixed a couple of bugs
...
- Move unit in the "uses" section.
- Return RESPONSE_FILTER_DONE when all data has been written.
2018-08-07 17:03:13 +02:00
Salvador Díaz Fau
9d1c1ac052
Update to CEF 3.3440.1805.gbe070f9
2018-08-04 11:07:39 +02:00
Salvador Díaz Fau
87d7b40568
Update to CEF 3.3440.1805.gbe070f9
2018-08-04 11:06:18 +02:00
Salvador Díaz Fau
90b870fc78
Moved cookie path initialization to a thread
...
- Moved cookie path initialization to a thread. That thread uses a waitableevent and a callback to wait until the cookiemanager is initialized before setting the storage path.
- Added TCefEventCompletionCallback
- Changed TCefWaitableEventRef.New parameters to boolean
2018-08-01 10:00:23 +02:00
Salvador Díaz Fau
43bcdf725f
Update to CEF 3.3440.1802.g9512b3f
2018-07-31 09:49:39 +02:00
Salvador Díaz Fau
eba3058fd5
Update to CEF 3.3440.1802.g9512b3f
...
- GlobalCEFApp.SitePerProcess default value is now TRUE .
- Added TChromium.SpellChecking and TChromium.SpellCheckerDicts properties.
2018-07-31 09:47:43 +02:00
Salvador Díaz Fau
61ff40bd9d
Added a touch keyboard to SimpleOSRBrowser
2018-07-29 10:58:26 +02:00
Salvador Díaz Fau
e321510ada
Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi
2018-07-24 18:18:57 +02:00
Salvador Díaz Fau
5e5d0dcb74
TCefFileDialogMode and TCefDuplexMode defined as constants
...
- Added more parameter checks in CefRegisterExtension
- Minor change registering the extension in JSExtension demo. The TempHandler reference is valid until it reaches the "finally".
2018-07-24 18:18:54 +02:00
Salvador Díaz Fau
eda672d178
Update to CEF 3.3396.1786.gd3e36d0
2018-07-22 14:57:05 +02:00
Salvador Díaz Fau
08977db610
Update to CEF 3.3396.1786.gd3e36d0
2018-07-22 14:55:27 +02:00
Salvador Díaz Fau
b52736b43f
Added FMXToolBoxBrowser demo
2018-07-22 11:12:41 +02:00
Salvador Díaz Fau
2db1a72deb
Update to CEF 3.3396.1785.ga27bbfa
2018-07-11 09:52:49 +02:00
Salvador Díaz Fau
eec3ad39d3
Update to CEF 3.3396.1785.ga27bbfa
2018-07-11 09:51:22 +02:00
Salvador Díaz Fau
144f0268b3
added missing stdcall directive
2018-07-06 17:33:59 +02:00
Salvador Díaz Fau
ae840062db
Update to CEF 3.3396.1783.g1856231
2018-07-06 16:24:48 +02:00
Salvador Díaz Fau
665602e6c7
Update to CEF 3.3396.1783.g1856231
...
- Added the DLLBrowser demo.
2018-07-06 16:23:36 +02:00
Salvador Díaz Fau
b6c306030f
Merge pull request #122 from mronkain/master
...
Use FSetCurrentDir in CheckCEFLibrary
2018-07-04 08:57:55 +02:00
mronkain
d26e42ba17
Use FSetCurrentDir in CheckCEFLibrary as well so that the resource checking is done from the right place when the working directory is different from the executable location.
2018-07-03 15:54:50 +03:00
Salvador Díaz Fau
53b8b53c5a
Update to CEF 3.3396.1782.gc368dbf
2018-06-29 10:55:25 +02:00
Salvador Díaz Fau
8d60702852
Update to CEF 3.3396.1782.gc368dbf
2018-06-29 10:45:17 +02:00
Salvador Díaz Fau
dedb740a03
TChromiumWindow.GetChildWindowHandle must return TChromium.WindowHandle
2018-06-27 12:02:29 +02:00
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
911aa245a7
Publish TCEFWindowParent.Enabled, TCEFWindowParent.DoubleBuffered and TCEFWindowParent.ParentDoubleBuffered
2018-06-24 19:03:26 +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
8519c9b5d5
Added overloaded TCEFDomNode.GetElementAttributes(var attrList: TStrings);
2018-06-12 21:34:53 +02:00
Salvador Díaz Fau
b701fc99e8
CefRegisterSchemeHandlerFactory bug fix
...
CefRegisterSchemeHandlerFactory can have an empty DomainName and a nil handler.
2018-06-11 18:38:51 +02:00
Salvador Díaz Fau
33946d12d5
Update to CEF 3.3396.1777.g636f29b
2018-06-11 09:03:35 +02:00
Salvador Díaz Fau
bde2aeef85
Update to CEF 3.3396.1777.g636f29b
...
More GlobalCEFApp checks in uCEFMiscFunctions.pas
2018-06-11 09:01:38 +02:00
Salvador Díaz Fau
ac8a3358fa
Removed the GlobalCEFApp.EnableSpellingService property
...
The --enable-spelling-service parameter doesn't work. The spell checker uses local files, not the online service.
2018-06-06 15:18:14 +02:00
Salvador Díaz Fau
8046e3e098
Update to CEF 3.3396.1775.g5340bb0
2018-06-03 17:21:20 +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
Salvador Díaz Fau
f68312a1a6
Merge pull request #116 from wqmeng/master
...
Force Unicode data stream to be received until the complete file to a…
2018-05-24 18:23:27 +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
bb0aecb192
Mention Lazarus/FPC support in the description
2018-05-18 12:08:43 +02:00
Salvador Díaz Fau
1b4177c148
Update to CEF 3.3359.1774.gd49d25f
2018-05-18 11:47:42 +02:00
Salvador Díaz Fau
d9e7da9b31
Update to CEF 3.3359.1774.gd49d25f
2018-05-18 11:44:44 +02:00
Salvador Díaz Fau
dae14bed08
Fixed issue #110 : Correct NativeInt and NativeUInt declaration in FPC
2018-05-14 16:12:21 +02:00
Salvador Díaz Fau
1353ccb7af
Added support for Lazarus/FPC (windows 32 bit)
2018-05-12 14:54:00 +02:00