Salvador Díaz Fau
8e084c205f
Fixed TChromium.OnClose event declaration in JSRTTIExtension demo
2019-05-16 16:56:05 +02:00
Salvador Díaz Fau
2173c94bf0
SchemeRegistrationBrowser demo improvements
...
- Added a local JavaScript file to show an alert dialog
- Added more comments to the demo.
2019-05-12 10:50:27 +02:00
Salvador Díaz Fau
59f3441b1e
Update to CEF 74.1.16
...
- Copied the GlobalCEFApp_OnWebKitInitializedEvent fix for D2007 made by jepp to other demos.
- Added TChromium.DownloadImage and TChromium.OnDownloadImageFinished to download images
- Added a TChromium.DownloadImage example to the MiniBrowser demo.
- Modified some parameters in TCefImageRef
2019-05-11 15:40:19 +02:00
Salvador Díaz Fau
dc56584556
Merge pull request #184 from jepp/patch-1
...
Thank you very much!
2019-05-11 11:44:51 +02:00
jepp
0d0912f125
GlobalCEFApp_OnWebKitInitializedEvent for D2007-
...
For Delphi 2007 and lower, the definition of TCefApplication.OnWebKitInitialized is a "procedure of object." The existing demo code uses a non-method procedure, which is only compatible with the definition of "reference to procedure" used for the Delphi 2009 conditional.
2019-05-10 16:54:26 -05:00
Salvador Díaz Fau
62b930cc27
Update to CEF 74.1.14
2019-05-07 12:39:32 +02:00
Salvador Díaz Fau
f8f9d420a7
Compilation fix for Lazarus in Linux
2019-05-04 09:53:50 +02:00
Salvador Díaz Fau
179a2442ee
Updated Lazarus package version number
2019-04-30 10:19:34 +02:00
Salvador Díaz Fau
1a239e1e02
Update to CEF 74.1.13
2019-04-25 10:52:10 +02:00
Salvador Díaz Fau
6f3920a052
Update to CEF 73.1.13
2019-04-21 11:10:39 +02:00
Salvador Díaz Fau
dbc4900358
Fix #119 : All units in the source folder start with "uCEF"
...
- Fixed TCustomAudioHandler creation in uCEFClient.pas
- Fixed "title" parsing in uCEFDragAndDropMgr.pas
2019-04-04 10:26:44 +02:00
Salvador Díaz Fau
0ae96d07d5
TChromium.OnClose parameter changed
...
- Fixed initialization issue in FMXExternalPumpBrowser
2019-03-28 10:40:36 +01:00
Salvador Díaz Fau
bfc69072bf
Merge pull request #178 from SchneiderInfosystems/master
...
Solve Memory Leak in TFMXExternalPumpBrowserFrm
2019-03-28 10:28:22 +01:00
SchneiderInfosystems
c693aa506e
Prevent Memory Leak of one TCriticalSection object
2019-03-27 18:36:18 +01:00
SchneiderInfosystems
4a1fa8d0cf
Add git ignorre for delphi and project specific files
2019-03-27 18:36:18 +01:00
Salvador Díaz Fau
745026375f
Added context menu option to mute/unmute the audio in the MiniBrowser demo
2019-03-24 10:59:39 +01:00
Salvador Díaz Fau
ca724c40a7
Update JSON for Lazarus Online Package Manager
2019-03-22 18:35:00 +01:00
Salvador Díaz Fau
32c4ed2eb0
Updated comments in Subprocess demo
...
Added more info to the Lazarus package
2019-03-22 17:23:20 +01:00
Salvador Díaz Fau
96890240e2
Update to CEF 73.1.12
2019-03-22 13:13:51 +01:00
Salvador Díaz Fau
4682fe3a19
Update to CEF 73.1.12
...
- Added context menu option in JSDemo to get the vertical scroll position.
- Now TChromium uses the same keyboard events for the browser and the DevTools.
- Fixed a MiniBrowser issue with the F12 keyboard shortcut. Now you can press F12 to hide and show the DevTools correctly.
2019-03-22 13:12:44 +01:00
Salvador Díaz Fau
15ac7120e4
Update to CEF 73.1.11
2019-03-20 17:10:56 +01:00
Salvador Díaz Fau
70b12c6ae9
Update to CEF 73.1.11+ge6986dc+chromium-73.0.3683.75
2019-03-20 17:08:16 +01:00
Salvador Díaz Fau
2ed976d906
Fix for duplicated resources in FMX apps made by SchneiderInfosystems
...
- The FMX demos now load the initial web page using the TFMXChromium.DefaultUrl property.
- Added the $(FrameworkType) conditional define to all the FMX demos.
- Added the $(FrameworkType) conditional define to the CEF4Delphi_FMX project.
2019-03-20 15:56:14 +01:00
Salvador Díaz Fau
00cb710e59
Update to CEF 3.3683.1920.g9f41a27
2019-03-15 17:20:06 +01:00
Salvador Díaz Fau
6a1c46dd6a
Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi
2019-03-15 17:17:24 +01:00
Salvador Díaz Fau
ea103fc6ef
Update to CEF 3.3683.1920.g9f41a27
2019-03-15 17:17:14 +01:00
Salvador Díaz Fau
5fa7c09a65
Merge pull request #172 from ashumkin/xe7
...
fixed: FMXExternalPumpBrowser: compilation failure with Delphi XE7
2019-03-15 09:26:58 +01:00
Alexey Shumkin
4240c02281
fixed: FMXExternalPumpBrowser: compilation failure with Delphi XE7
...
The `TFMXBufferPanel` ancestor TControl has `Hint` and `ShowHint`
properties visibility as `published` since Delphi 10 Seattle only, so,
FMXExternalPumpBrowser demo project compilation fails on Delphi XE7.
2019-03-15 11:18:53 +03:00
Salvador Díaz Fau
abb9af6927
Update to CEF 3.3626.1895.g7001d56
2019-03-08 15:08:44 +01:00
Salvador Díaz Fau
1189b9d861
Update to CEF 3.3626.1895.g7001d56
2019-03-08 15:07:34 +01:00
Salvador Díaz Fau
0172c6e1e3
Fix FMX demos compilation failures with Delphi 10 Seattle and XE7
2019-03-06 15:08:17 +01:00
Salvador Díaz Fau
376606779a
Merge pull request #168 from ashumkin/xe7
...
Fix SimpleFMXBrowser compilation failures with Delphi 10 Seattle and XE7
2019-03-06 14:55:11 +01:00
Alexey Shumkin
84e34fea3f
fixed: SimpleFMXBrowser: compilation failure with Delphi XE7
...
IFXMApplicationService has GetVersionString method since XE8 only.
2019-03-06 16:45:47 +03:00
Alexey Shumkin
def9ab8a83
fixed: SimpleFMXBrowser: compilation failure with Delphi 10 Seattle
...
TCommonCustomForm.SetBounds(TRect) overloaded method is since Delphi
10.1 Berlin.
2019-03-06 16:45:07 +03:00
Alexey Shumkin
299c9ec0b1
remove unused FMX.Controls unit from uses clause
2019-03-06 16:40:58 +03:00
Salvador Díaz Fau
9617e5808c
Update to CEF 3.3626.1894.g90eb8cc
2019-03-01 11:49:05 +01:00
Salvador Díaz Fau
3eb6a3d6d8
Update to CEF 3.3626.1894.g90eb8cc
2019-03-01 11:48:02 +01:00
Salvador Díaz Fau
244cb180d8
Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi
2019-02-25 09:35:28 +01:00
Salvador Díaz Fau
b2f599e31b
Added 2 GlobalCEFApp properties to disable some security settings
...
- Added GlobalCEFApp.AllowFileAccessFromFiles
- Added GlobalCEFApp.AllowRunningInsecureContent
2019-02-25 09:35:22 +01:00
Salvador Díaz Fau
8e6b734fa9
Update to CEF 3.3626.1891.g52be333
2019-02-20 12:45:17 +01:00
Salvador Díaz Fau
b3213a1052
Update to CEF 3.3626.1891.g52be333
...
- Added transparency support to TBufferPanel.
- Added TBufferPanel.Transparent property
- Added TBufferPanel.OnPaintParentBkg event
- Added the TRANSPARENT_BROWSER constant in SimpleOSRBrowser to enable transparency
2019-02-20 12:44:07 +01:00
Salvador Díaz Fau
86561f4913
Update to CEF 3.3626.1886.g162fdec
2019-02-12 12:34:34 +01:00
Salvador Díaz Fau
469b194d4a
Update to CEF 3.3626.1886.g162fdec
2019-02-12 12:33:17 +01:00
Salvador Díaz Fau
45545152d0
New ToolBoxLazBrowser demo
2019-02-12 08:19:00 +01:00
Salvador Díaz Fau
1f96e8272b
Added TChromium.GetNavigationEntries and TChromium.OnNavigationVisitorResultAvailable
...
- MiniBrowser demo : Added a context menu option to get the navigation entries.
2019-02-03 15:34:21 +01:00
Salvador Díaz Fau
a3de8552e3
Update to CEF 3.3626.1881.g628f810
2019-02-01 09:20:43 +01:00
Salvador Díaz Fau
856b5d1957
Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi
2019-02-01 09:19:20 +01:00
Salvador Díaz Fau
311a29d15f
Update to CEF 3.3626.1881.g628f810
2019-02-01 09:19:17 +01:00
Salvador Díaz Fau
801d4bf1cc
Update to CEF 3.3578.1869.gcc1dc0f
2019-01-31 09:04:19 +01:00
Salvador Díaz Fau
787bb84938
Update to CEF 3.3578.1869.gcc1dc0f
2019-01-31 09:03:08 +01:00