1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-07-12 22:30:17 +02:00
Commit Graph

843 Commits

Author SHA1 Message Date
abb9af6927 Update to CEF 3.3626.1895.g7001d56 2019-03-08 15:08:44 +01:00
1189b9d861 Update to CEF 3.3626.1895.g7001d56 2019-03-08 15:07:34 +01:00
0172c6e1e3 Fix FMX demos compilation failures with Delphi 10 Seattle and XE7 2019-03-06 15:08:17 +01:00
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
84e34fea3f fixed: SimpleFMXBrowser: compilation failure with Delphi XE7
IFXMApplicationService has GetVersionString method since XE8 only.
2019-03-06 16:45:47 +03:00
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
299c9ec0b1 remove unused FMX.Controls unit from uses clause 2019-03-06 16:40:58 +03:00
9617e5808c Update to CEF 3.3626.1894.g90eb8cc 2019-03-01 11:49:05 +01:00
3eb6a3d6d8 Update to CEF 3.3626.1894.g90eb8cc 2019-03-01 11:48:02 +01:00
244cb180d8 Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2019-02-25 09:35:28 +01:00
b2f599e31b Added 2 GlobalCEFApp properties to disable some security settings
- Added GlobalCEFApp.AllowFileAccessFromFiles
- Added GlobalCEFApp.AllowRunningInsecureContent
2019-02-25 09:35:22 +01:00
8e6b734fa9 Update to CEF 3.3626.1891.g52be333 2019-02-20 12:45:17 +01:00
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
86561f4913 Update to CEF 3.3626.1886.g162fdec 2019-02-12 12:34:34 +01:00
469b194d4a Update to CEF 3.3626.1886.g162fdec 2019-02-12 12:33:17 +01:00
45545152d0 New ToolBoxLazBrowser demo 2019-02-12 08:19:00 +01:00
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
a3de8552e3 Update to CEF 3.3626.1881.g628f810 2019-02-01 09:20:43 +01:00
856b5d1957 Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2019-02-01 09:19:20 +01:00
311a29d15f Update to CEF 3.3626.1881.g628f810 2019-02-01 09:19:17 +01:00
801d4bf1cc Update to CEF 3.3578.1869.gcc1dc0f v71.0.3578.98 2019-01-31 09:04:19 +01:00
787bb84938 Update to CEF 3.3578.1869.gcc1dc0f 2019-01-31 09:03:08 +01:00
f699e892a2 Update to CEF 3.3578.1867.g0f6d65a 2019-01-29 10:18:42 +01:00
6d12086933 Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2019-01-29 10:17:01 +01:00
f2e452c02e Update to CEF 3.3578.1867.g0f6d65a
- Removed obsolete properties in TCefApplication
- TabbedBrowser demo now closes when there are no tabs
2019-01-29 10:16:58 +01:00
2115211ec2 Updated copyright year 2019-01-23 11:57:05 +01:00
2a82206be3 Added default view rect values in OSR mode 2019-01-20 09:50:32 +01:00
9e12b2258b Bug fix #154
Fixed an issue in SchemeRegistrationBrowser with big streams. Now THelloScheme.ReadResponse copies the stream in chunks correctly.
2019-01-17 14:53:02 +01:00
395e76afce Update to CEF 3.3578.1863.gbf8cff2 2019-01-13 12:19:30 +01:00
a8c44bd87b Update to CEF 3.3578.1863.gbf8cff2
- Removed obsolete "Result" parameter in all OSR demos.
- Added more code comments to ResponseFilterBrowser.
- Now ResponseFilterBrowser modifies the HTTP request to receive uncompressed resources.
- Updated compiler properties in Delphinus.Install.json
2019-01-13 12:17:52 +01:00
fe702f2a2f Fixed backwards compatibility with Delphi XE5 2019-01-10 09:59:39 +01:00
20c2a60d57 Updated Lazarus version 2019-01-08 19:31:32 +01:00
769aa4f384 Fixed IME support in OSR mode
- Added lots of conditional compiler directives to build CEF4DElphi in Linux using Lazarus/FPC
- Updated copyright year
2019-01-08 19:15:25 +01:00
ea11d6cd46 Added the TChromiumWindow.UseSetFocus property 2018-12-18 17:07:50 +01:00
c8e354b8e5 Added renamed constants for backwards compatibility 2018-12-13 13:24:38 +01:00
f788f87646 Update to CEF 3.3578.1860.g36610bd 2018-12-12 17:14:52 +01:00
bab31cc0a2 Update to CEF 3.3578.1860.g36610bd 2018-12-12 17:13:23 +01:00
14410a722a Bug fix #149 : Removed duplicated constants v70.0.3538.102 2018-12-11 11:49:02 +01:00
82795b8159 Added ComponentPlatformsAttribute to TChromiumWindow
Fixed #146
2018-12-09 11:47:32 +01:00
665a578001 Added Delphi 10.3 Rio support
Added ComponentPlatformsAttribute to all the components to provide platform-specific run-time information.
2018-12-09 11:11:59 +01:00
fbe8ecaedd Merge branch 'master' of https://github.com/salvadordf/CEF4Delphi 2018-12-06 11:49:17 +01:00
0688b10e1d Fixed circular reference in TCustomCefUrlrequestClient
Added the TCefApplication.DisableBackgroundNetworking and TCefApplication.MetricsRecordingOnly properties
2018-12-06 11:49:08 +01:00
d0d85d65ad Removed empty properties 2018-11-30 10:40:07 +01:00
6214f4d7ae Removed empty property 2018-11-30 10:38:59 +01:00
063f7f9d42 Added the Delphinus-Support tag 2018-11-30 10:36:16 +01:00
8b655ef68c Create Delphinus.Install.json 2018-11-30 10:32:07 +01:00
01dd1bfb64 Create Delphinus.Info.json 2018-11-30 10:12:24 +01:00
bc19071005 Update text formatting 2018-11-30 09:16:39 +01:00
401b55350d Create LICENSE.md 2018-11-30 09:11:06 +01:00
f7ffd5c4c9 Fixed mime type in DATA URL 2018-11-28 11:53:54 +01:00