1
0
mirror of https://github.com/salvadordf/CEF4Delphi.git synced 2025-08-04 21:32:54 +02:00
Commit Graph

1369 Commits

Author SHA1 Message Date
33d76d97b4 add DCPcrypt 2025-04-29 21:21:55 +03:00
5b294f6724 add ci 2025-04-29 21:18:37 +03:00
207e84f383 Removed old conditionals from GlobalCEFApp 2025-04-26 15:12:17 +02:00
3904180367 Added GlobalCEFApp.GTKVersion in Linux
Set GlobalCEFApp.GTKVersion to gtkVersion3 in TinyBrowser and TinyBrowser2 for Lazarus and GTK3 in order to avoid an initial error because the app and Chromium are trying to load diferent versions of GTK.
2025-04-25 16:51:53 +02:00
232e06c8c7 Update to CEF 135.0.22 2025-04-25 12:32:16 +02:00
56bd985fc6 Update to CEF 135.0.21 2025-04-18 09:02:50 +02:00
73b3328e84 Update to CEF 135.0.20 2025-04-10 18:22:07 +02:00
2ad0c8a753 Update to CEF 135.0.17
Fixed issue #548
Removed custom JS dialogs code from SimpleOSRBrowser.
2025-04-03 16:14:01 +02:00
d4111842bf Update to CEF 135.0.15 2025-04-02 17:29:52 +02:00
f070688e54 Update to CEF 134.3.11 134.0.6998.178 2025-04-01 18:25:24 +02:00
e6c2ee77ba Update to CEF 134.3.9 2025-03-28 11:37:58 +01:00
5de8142bdf Update to CEF 134.3.8 2025-03-25 16:13:22 +01:00
e6f1891cf1 Update to CEF 134.3.7 2025-03-23 17:02:17 +01:00
3138463b53 Update to CEF 134.3.6 2025-03-21 15:57:10 +01:00
c777bfc51a Update to CEF 134.3.5 2025-03-20 16:17:33 +01:00
fba986d1ce Added GlobalCEFApp.PasswordStorage in Linux 2025-03-19 16:01:37 +01:00
b731deee3b Added a menu option to download a file in MiniBrowser 2025-03-15 15:36:47 +01:00
8112808b95 Update to CEF 134.3.2 2025-03-14 16:12:03 +01:00
04c19a3653 Argument name change in TOnPreferenceChangedEvent 2025-03-13 16:45:24 +01:00
e223d1c0a6 Update to CEF 134.3.1 2025-03-13 11:51:28 +01:00
752306b7c9 Update to CEF 133.4.8 133.0.6943.142 2025-03-08 14:55:43 +01:00
0206d90fb0 Enable multiple tabs and popup windows in TinyBrowser2 2025-03-05 11:47:06 +01:00
97e967f893 Update to CEF 133.4.5 2025-03-01 15:41:52 +01:00
cfba87c4d0 Update to CEF 133.4.1 2025-02-27 14:37:45 +01:00
dc2de4f6fa Added custom JS dialogs to SimpleOSRBrowser 2025-02-26 17:00:35 +01:00
032e1e5769 Removed GlobalCEFApp.ApiHashUniversal mention in MiniBrowser 2025-02-26 16:23:14 +01:00
9c41b46285 Update to CEF 133.4.0 2025-02-26 16:05:45 +01:00
345c99ce59 Use Chrome runtime style in SchemeRegistrationBrowser to fix issue #548 2025-02-22 16:35:19 +01:00
0ce22061ae Fixed issue #547 : Render process crash in the JSRTTIExtension demo 2025-02-22 15:46:39 +01:00
7deeeac5aa Fixed issue #549 : Latest CEF4Delphi Master .dpk does not compile 2025-02-19 23:08:42 +01:00
44d69766b8 Removed debug code 2025-02-16 15:14:50 +01:00
e2bafbdf9a Update to CEF 133.4.6 2025-02-16 15:02:10 +01:00
2081ad570a Block the shortcut to view the HTML source code (Control+U) in MiniBrowser 132.0.6834.161 2025-02-12 10:44:12 +01:00
c0a03f0098 Fixed initial browser focus in SimpleOSRBrowser for Linux-GTK2 2025-02-10 16:56:19 +01:00
6760bed772 Added IME support to SimpleOSRBrowser in Linux-GTK2 (issue #544)
Renamed argument in TChromiumCore.OnTakeFocus
2025-02-09 16:33:51 +01:00
e09bf5bebe Use the Chrome runtime style in popup windows in the TabbedBrowser2 demo. 2025-02-05 17:34:24 +01:00
9e25a062b0 Update to CEF 132.3.2 2025-02-04 15:00:27 +01:00
f0f4de8b3b Added the lazarus lpk file that was deleted by mistaker 2025-01-17 15:13:47 +01:00
1b15a05799 fixed versions in readme 2025-01-17 12:02:36 +01:00
2807be6373 Update to CEF 132.3.1 2025-01-17 12:00:14 +01:00
373a19f8f5 Added WebpageSnapshot demo for UniGUI 131.0.6778.265 2025-01-13 18:45:34 +01:00
38b9b5ae12 TabbedBrowser2 demos now use the Chrome style 2025-01-09 17:24:32 +01:00
526634f715 Update to CEF 131.4.1 2025-01-09 16:04:55 +01:00
b1f2a7d50c Update LICENSE.md 2025-01-01 10:58:54 +01:00
7067405c81 Added more links to free Pascal books. 2024-12-30 14:06:08 +01:00
d93b699712 Added TChromiumCore.AutofillCreditCard
Added TChromiumCore.AutofillProfile
2024-12-21 10:00:57 +01:00
373c941913 Update to CEF 131.3.5 2024-12-20 16:17:21 +01:00
f9de87dafe Fixed invisible select items in FullScreenBrowser demos 2024-12-19 11:17:18 +01:00
54d4bd1243 Fixed GlobalCEFApp.DeleteCache and GlobalCEFApp.DeleteCookies
Added mote Chrome URLs to uCEFConstants
2024-12-18 11:21:16 +01:00
ba4ca3af3a Windows : Fix popup DevTools issue. 2024-12-16 12:12:42 +01:00