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

1403 Commits

Author SHA1 Message Date
c1e9b5e273 Update to CEF 138.0.34
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
2025-07-31 12:15:55 +02:00
72f863c0cc Added the KioskBrowser demo 2025-07-26 13:31:04 +02:00
229da769b8 Remove AcceptLanguageList from the MiniBrowser demos 2025-07-26 12:23:12 +02:00
58fbd83d30 Removed TChromiumCore.AcceptLanguageList
Chromium ignores changes to the intl.accept_languages browser preference.

Alternatives :
- Use GlobalCEFApp.AcceptLanguageList.
- Use TChromiumCore.SetUserAgentOverride and set the aAcceptLanguage parameter.
- Create a custom request context with TCefRequestContextRef.New and set the aAcceptLanguageList parameter.
2025-07-25 16:47:42 +02:00
b700253103 Updated documentation 2025-07-25 11:25:51 +02:00
c3ee67c707 Update to CEF 138.0.33 2025-07-25 11:03:09 +02:00
df8c20556b Update to CEF 138.0.29
Added Lazarus 4.2 mention
2025-07-24 11:14:11 +02:00
6ec5c3063d Update to CEF 138.0.27 2025-07-22 15:25:29 +02:00
0a390bccc5 Added Rad Studio 13.0 to the defines 2025-07-22 14:53:29 +02:00
33741411cf Update to CEF 138.0.26 2025-07-18 17:28:02 +02:00
24eb36973f Update to CEF 138.0.25 2025-07-17 16:46:49 +02:00
302ee14d57 Update to CEF 138.0.21
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
2025-07-12 12:18:09 +02:00
80cb846efc Update to CEF 138.0.18 2025-07-11 18:01:00 +02:00
396755f659 Update to CEF 138.0.17 2025-07-03 16:31:50 +02:00
92278a395b Update to CEF 138.0.15
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
2025-06-28 18:43:55 +02:00
44d91fbc74 Update to CEF 137.0.19 137.0.7151.121 2025-06-24 18:27:23 +02:00
d0983b7818 Update to CEF 137.0.17
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
2025-06-14 15:24:19 +02:00
cb793dee79 Update to CEF 137.0.11
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
2025-06-12 18:24:40 +02:00
3f8c3961e5 Fixed memory leak in JSWindowBindingWithArrayBuffer 2025-06-09 18:37:21 +02:00
1e5fbb06c1 Update to CEF 137.0.10 2025-06-05 15:55:12 +02:00
1608288727 Update to CEF 137.0.8
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
2025-05-30 18:00:44 +02:00
9ac32a08e3 Update to CEF 137.0.4 2025-05-30 16:54:28 +02:00
44caea2fd9 Added TChromiumCore.AutofillSaveData
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
Added TChromiumCore.CanMakePayment
Added TChromiumCore.SearchSuggestEnabled
Added TChromiumCore.URLDataCollection
136.0.7103.114
2025-05-22 11:43:59 +02:00
f3ee45910e Enable DPI aware setting in Lazarus demos for Windows
Cleanup some useless code in Lazarus demos for Windows
2025-05-20 19:35:57 +02:00
13ce632b49 Update to CEF 136.1.6 2025-05-16 18:35:18 +02:00
b30adaada1 Update to CEF 136.1.5 2025-05-15 12:40:14 +02:00
62857477a6 Added aNewWindowStyle parameter to TFMXWindowParent.Reparent
Some checks failed
Make / build (ubuntu-latest) (push) Has been cancelled
2025-05-12 11:42:06 +02:00
d3f2b48d4c Update to CEF 136.1.4 2025-05-09 11:24:02 +02:00
b965e23734 Update to CEF 136.1.3 2025-05-07 16:46:14 +02:00
4a264fc45c Update to CEF 136.1.2 2025-05-06 15:21:21 +02:00
0f6d0fccb8 Added Lazarus 4.0 mention 2025-05-05 17:07:07 +02:00
770019bec8 Update to CEF 136.1.1 2025-05-04 18:27:51 +02:00
8752850487 Increment internalversion in update_CEF4Delphi.json 135.0.7049.115 2025-05-02 16:23:20 +02:00
febd697c9b Merge pull request #559 from theavege/add/ci
add github-actions
2025-05-02 16:21:55 +02:00
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