salvadordf
f2237604fb
Update to CEF 114.2.10
2023-06-09 15:13:45 +02:00
salvadordf
42d8ba4f85
Update to CEF 113.1.5
2023-05-17 11:56:49 +02:00
salvadordf
424975e0e1
Update to CEF 112.2.7
2023-04-08 19:00:33 +02:00
salvadordf
4150a65980
Fixed issue #446 : OSR browsers don't show the blinking caret when you click on an editable element
2023-03-11 17:29:30 +01:00
salvadordf
6b042e813a
Update to CEF 111.2.2
2023-03-10 16:55:57 +01:00
salvadordf
141e177483
Added WindowsServiceBrowser demo
...
Added TCEFBrowserBitmap
Use TCEFBrowserBitmap in the ConsoleBrowser2 and WebpageSnapshot demos.
Fixed issue #445
2023-02-12 20:09:59 +01:00
salvadordf
1f5b9c03a4
Updated copyright year
2023-01-07 15:53:04 +01:00
salvadordf
a20f854950
Update to CEF 108.4.13
2022-12-16 11:29:15 +01:00
salvadordf
83a2d51322
Update to CEF 107.1.9
2022-11-10 12:37:19 +01:00
salvadordf
031eb58ad1
Added VirtualUI demos for Delphi and Lazarus
...
Added Delphi_VCL/VirtualUIBrowser
Added Delphi_FMX_Windows/FMXVirtualUIBrowser
Added Lazarus_Windows/VirtualUIBrowser
2022-10-15 19:29:11 +02:00
salvadordf
e3fbc6ab64
Use CefBaseTimeToDateTime instead of CefTimeToDateTime in the MiniBrowser demo
...
Added Delphi 11.2 reference to the Readme.md file
2022-09-13 16:17:24 +02:00
salvadordf
941f2c768f
Added TChromiumCore.ToggleAudioMuted
...
Always set TChromiumCore.AudioMuted in the right CEF thread
2022-08-29 22:45:28 +02:00
salvadordf
326b2a7405
Added an HTML response to the SimpleServer demo
2022-08-18 15:20:04 +02:00
salvadordf
f2400c68a5
Update to CEF 104.4.18
2022-08-06 12:00:28 +02:00
salvadordf
317e4eae16
Added workaround the issue #427 in ResponseFilterBrowser
2022-07-02 20:31:57 +02:00
salvadordf
676162a41b
Fixed context menu position in FMX demos using OSR mode in high DPI screens
...
Fixed a build issue in the SubProcess demo.
2022-06-25 18:19:14 +02:00
salvadordf
1afd635484
Improved code comments in the SimpleOSRBrowser demo
...
Enable hardware acceleration in the SimpleOSRBrowser demo
2022-06-21 11:02:30 +02:00
salvadordf
5bbddf099c
Update to CEF 102.0.8
2022-05-26 13:08:20 +02:00
salvadordf
3bca41ef4a
Update to CEF 101.0.15
2022-05-03 12:43:16 +02:00
salvadordf
455a75c849
Fixed issue #415 : TChromiumCore.Initialized remains False in some popup windows
...
Added the TabbedOSRBrowser demo
2022-04-30 19:01:45 +02:00
salvadordf
7de8912d31
Use TChromium.OnCursorChange in the MiniBrowser demo
2022-04-27 11:03:07 +02:00
salvadordf
a7d682639a
Use GlobalCEFApp.OnFocusedNodeChanged in DOMVisitor to fill an input element
2022-04-18 10:39:28 +02:00
salvadordf
b4a02e89af
Added MobileBrowser demo for Lazarus on Windows and Linux
...
Fixed issues using the message_id parameter incorrectly when calling ExecuteDevToolsMethod in the MiniBrowser and MobileBrowser demos.
2022-04-02 16:32:39 +02:00
salvadordf
fd331e266c
Update to CEF 99.2.14
...
Added the MobileBrowser demo
2022-03-30 16:48:20 +02:00
salvadordf
d141f5d751
Fixed backwards compatibility issues
...
Fixed issue #409
2022-03-06 10:21:37 +01:00
salvadordf
2133254e80
Release the certificate selection callback as soon as it's no longer needed
2022-03-05 14:16:25 +01:00
salvadordf
d0838e2438
Update to CEF 99.2.9
...
Added a certificate selection form to the MiniBrowser VCL demo
2022-03-05 13:17:34 +01:00
salvadordf
951c583ddd
Update to CEF 99.2.7
2022-03-03 11:16:30 +01:00
salvadordf
acd6deb308
Update to CEF 98.2.1
...
Added the source directory to all the search paths
Replaced packages with a DPK file for old Delphi versions and a group for newer Delphi versions.
Updated all include files
2022-02-26 14:29:41 +01:00
salvadordf
127b062909
Update to CEF 97.1.2
...
Enable the "Chrome runtime" mode in the TinyBrowser2 demos
2022-01-11 11:49:38 +01:00
salvadordf
2ef6568a3f
Update to CEF 97.1.1
2022-01-07 19:18:18 +01:00
salvadordf
29c04d2221
Updated copyright year
...
Fixed the project version in the Lazarus LPK file
2022-01-01 10:41:21 +01:00
salvadordf
6030a82644
Fixed missing DELPHI28_UP define for unknown Delphi versions
2021-12-23 18:44:15 +01:00
salvadordf
25edba76e8
Added TCEFFileDialogInfo
...
MiniBrowser now uses TCEFFileDialogInfo to show custom open and save dialogs.
2021-11-28 20:16:49 +01:00
salvadordf
e3cee7cf9b
Changed some Windows API imports to improve compatibility with C++ Builder
2021-10-27 12:18:33 +02:00
salvadordf
f9b7447094
Update to CEF 95.7.12
...
Fix for Windows shutdown issue thanks to petko
2021-10-26 10:29:58 +02:00
salvadordf
9b90babbcb
Update to CEF 95.7.10
...
Added TChromiumCore.OnPrefsUpdated. See issue #390
2021-10-22 19:19:57 +02:00
salvadordf
dde1340250
Update to CEF 94.4.8
2021-10-05 11:45:21 +02:00
salvadordf
c88ec15bd4
Update to CEF 94.4.1
...
Added the keyboard handling modification to the OSRExternalPumpBrowser demo requested by mterrisse in issue #378
Fixed the wrong form icon in TinyBrowser demo.
2021-09-27 12:04:33 +02:00
Salvador Díaz Fau
a14c51f98b
Added Delphi 11 Alexandria support
2021-09-14 12:45:14 +02:00
Salvador Díaz Fau
5602e1029d
Moved CefClearSchemeHandlerFactories to the GlobalCEFApp destruction
2021-09-11 12:00:09 +02:00
Salvador Díaz Fau
0683539655
Fixed issue #382 : scheme registration leak
...
Added a link to test Widevine in the MiniBrowser demo
2021-09-10 18:30:54 +02:00
Salvador Díaz Fau
83a75c985a
Update to CEF 93.1.11
...
Fixed issue #378 in the VCL demos
2021-09-05 10:49:20 +02:00
Salvador Díaz Fau
c4135dedd5
Update to CEF 92.0.21
...
Added GlobalCEFApp.DisablePopupBlocking
Added GlobalCEFApp.DisableBackForwardCache
Fixed issue #372
TCefApplicationCore code reorganization
2021-07-31 17:24:54 +02:00
Salvador Díaz Fau
b0259524c5
Update to CEF 91.1.21
...
The TabbedBrowser2 demo for Windows can now open new tabs without losing the POST data.
2021-06-20 13:08:37 +02:00
Salvador Díaz Fau
3228738e3a
Close MiniBrowser correctly when the user logs off
2021-06-14 12:58:46 +02:00
Salvador Díaz Fau
43ab8ef953
Added TCEFTimerWorkScheduler
...
- Moved the GlobalCEFWorkScheduler creation after the GlobalCEFApp creation in all demos using it.
- Replaced TCEFWorkScheduler by TCEFTimerWorkScheduler in FMX demos for Linux and MacOS.
- Fixed context menu issue in FMXExternalPumpBrowser2 for Linux
- Fixed stability issues in FMXExternalPumpBrowser for MacOS
- Fixed 32bit build issues in TinyBrowser and ToolBoxBrowser2 demos.
- Added uCEFMacOSInterfaces and uCEFMacOSCustomCocoaTimer.
2021-06-04 15:10:40 +02:00
Salvador Díaz Fau
a3d361d8ba
Disable TNetEncoding calls for older Delphi versions in the MiniBrowser demo
2021-05-20 16:59:01 +02:00
Salvador Díaz Fau
15e6332392
Added a menu option to save as MHTML in the MiniBrowser demo
2021-05-07 16:25:49 +02:00
Salvador Díaz Fau
edbfe8775b
Update to CEF 90.5.7
...
Modified the VCL version of the TinyBrowser2 demo to use the experimental "ChromeRuntime" mode.
2021-04-23 14:52:53 +02:00