Chromium Embedded Framework: Difference between revisions

From Wikipedia, the free encyclopedia
Content deleted Content added
→‎Applications using CEF: Add OBS Studio which uses CEF for its browser source
QBox426 (talk | contribs)
m →‎Overview: Re-added information about the built-in web based PDF viewer.
 
(41 intermediate revisions by 33 users not shown)
Line 1: Line 1:
{{Short description|Free and open-source software framework}}
{{Infobox web browser
{{Infobox web browser
| name = Chromium Embedded Framework
| name = Chromium Embedded Framework
| logo = Chromium Embedded Framework Logo.png
| logo = Chromium Embedded Framework Logo.svg
| developer = Marshall Greenblatt
| developer = Marshall Greenblatt
| released = {{start date and age|2009|6|1}}
| released = {{start date and age|2009|6|1}}
| latest release version = 121.3.4 (g2af7b91, Chromium 121.0.6167.139)<ref>{{cite web|title=CEF3 WIKI Current Releases Supported|url=https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding#markdown-header-current-release-branches-supported}}</ref><ref>{{cite web|title=CEF Automated Builds|url=https://cef-builds.spotifycdn.com/index.html}}</ref>
| latest release version = 92.0.27 (g274abcf)
| latest release date = {{Start date and age|2024|02|03}}
Chromium 92.0.4515.159<ref>{{cite web|title=CEF3 WIKI Current Releases Supported|url=https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding#markdown-header-current-release-branches-supported}}</ref><ref>{{cite web|title=CEF Automated Builds|url=https://cef-builds.spotifycdn.com/index.html}}</ref>
| latest release date = {{Start date and age|2021|08|14}}
| programming language = [[C++]]
| programming language = [[C++]]
| operating system = {{ubl|[[Microsoft Windows|Windows]]|[[Linux]]|[[macOS]]}}
| operating system = {{ubl|[[Microsoft Windows|Windows]]|[[Linux]]|[[macOS]] | [[OpenHarmony]] | [[OpenHarmony#Oniro OS|Oniro OS]] | [[HarmonyOS]]}}
| genre = [[Software framework|Framework]], [[Web browser]]
| genre = [[Software framework|Framework]], [[Web browser]]
| license = [[BSD licenses|BSD]]
| license = [[BSD licenses|BSD]]
Line 23: Line 23:
CEF 1 is a single-process implementation based on the Chromium WebKit API. It is no longer actively developed or supported.<ref>{{cite web|title=CEF1 Retirement Plan|url=http://www.magpcss.org/ceforum/viewtopic.php?f=10&t=10647}}</ref>
CEF 1 is a single-process implementation based on the Chromium WebKit API. It is no longer actively developed or supported.<ref>{{cite web|title=CEF1 Retirement Plan|url=http://www.magpcss.org/ceforum/viewtopic.php?f=10&t=10647}}</ref>


CEF 3 is a multi-process implementation based on the Chromium Content API and has performance similar to Google Chrome.<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/wiki/Architecture.md#markdown-header-cef3 |title=CEF 3 Architecture – CEF wiki pages}}</ref> It uses asynchronous messaging to communicate between the main application process and one or more render processes ([[Blink (layout engine)|Blink]] + [[V8 (JavaScript engine)|V8]] JavaScript engine). It supports [[PPAPI]] plugins and extensions, both internal (PDF viewer) or externally loadable.
CEF 3 is a multi-process implementation based on the Chromium Content API and has performance similar to Google Chrome.<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/wiki/Architecture.md#markdown-header-cef3 |title=CEF 3 Architecture – CEF wiki pages}}</ref> It uses asynchronous messaging to communicate between the main application process and one or more render processes ([[Blink (layout engine)|Blink]] + [[V8 (JavaScript engine)|V8]] JavaScript engine). As of July of 2022, it no longer supports [[PPAPI]] plugins due to removal of PPAPI, legacy Chrome Apps, and Native Client (NaCl) support from the upstream Chromium project.<ref>{{Cite web |title=Changes to the Chrome App Support Timeline |url=https://blog.chromium.org/2020/08/changes-to-chrome-app-support-timeline.html |access-date=2024-04-22 |website=Chromium Blog |language=en}}</ref> PDF viewer support from Chromium's PDFium PDF viewer is still supported though. The single-process run mode is not supported, but still present; currently is being used for debugging purposes only.<ref>{{cite web|title=Single process – Process Models- The Chromium Projects|url=https://www.chromium.org/developers/design-documents/process-models#TOC-Single-process}}</ref>
The single-process run mode is not supported, but still present; currently is being used for debugging purposes only.<ref>{{cite web|title=Single process – Process Models- The Chromium Projects|url=https://www.chromium.org/developers/design-documents/process-models#TOC-Single-process}}</ref>


On March 16, 2019, the CEF version numbering changed with the release of CEF 73.1.3+g46cf800+chromium-73.0.3683.75. The previous release on March 14, 2019 was CEF 3.3683.1920.g9f41a27. Both of these releases were based on Chromium 73.0.3683.75, however the new version numbering has the major number the same as the Chromium major version number it is based on.
On March 16, 2019, the CEF version numbering changed with the release of CEF 73.1.3+g46cf800+chromium-73.0.3683.75. The previous release on March 14, 2019 was CEF 3.3683.1920.g9f41a27. Both of these releases were based on Chromium 73.0.3683.75, however the new version numbering has the major number the same as the Chromium major version number it is based on.
Line 31: Line 30:


Documentation can be found in the header files located in the "include" directory<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/src/1364/cef1/include/?at=1364 |title=CEF Git: /1364/cef1/include/}}</ref><ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/src/master/include/?at=master |title=CEF Git: /master/include/}}</ref> and on wiki pages.<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/wiki/Home |title=CEF Wiki Pages}}</ref>
Documentation can be found in the header files located in the "include" directory<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/src/1364/cef1/include/?at=1364 |title=CEF Git: /1364/cef1/include/}}</ref><ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/src/master/include/?at=master |title=CEF Git: /master/include/}}</ref> and on wiki pages.<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/cef/wiki/Home |title=CEF Wiki Pages}}</ref>

[[Spotify]] maintains [https://www.spotify.com/ro/opensource/ development and stable] branches builds for Linux, Mac and Windows in [[32-bit|32-]] and [[64-bit computing|64-bit]] forms.


==Supported languages==
==Supported languages==
Line 42: Line 39:
* Delphi (CEF3) – WebKitX CEF3 ActiveX
* Delphi (CEF3) – WebKitX CEF3 ActiveX
* Dyalog APL (CEF3) – HTMLRenderer<ref>{{cite web|title=HTMLRenderer User Guide|url=http://docs.dyalog.com/17.1/HTMLRenderer%20User%20Guide.pdf|website=dyalog.com|accessdate=1 August 2019|language=en}}</ref>
* Dyalog APL (CEF3) – HTMLRenderer<ref>{{cite web|title=HTMLRenderer User Guide|url=http://docs.dyalog.com/17.1/HTMLRenderer%20User%20Guide.pdf|website=dyalog.com|accessdate=1 August 2019|language=en}}</ref>
*[[Free Pascal]] (CEF3) - fpCEF3<ref>{{cite web|url=https://github.com/dliw/fpCEF3 |title=Chromium Embedded Framework for Free Pascal|accessdate=2017-01-31}}</ref>
*[[Free Pascal]] (CEF3) - fpCEF3<ref>{{cite web|url=https://github.com/dliw/fpCEF3 |title=Chromium Embedded Framework for Free Pascal|website=[[GitHub]]|accessdate=2017-01-31}}</ref>
* Go (CEF3) – CEF2go<ref>{{cite web|url=https://github.com/CzarekTomczak/cef2go |title=HTML 5 based GUI toolkit for the Go language |date= |accessdate=2014-02-06}}</ref>
* Go (CEF3) – CEF2go<ref>{{cite web|url=https://github.com/CzarekTomczak/cef2go |title=HTML 5 based GUI toolkit for the Go language |website=[[GitHub]] |date= |accessdate=2014-02-06}}</ref>
* Java (CEF3) – Java Chromium Embedded<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/java-cef |title=javachromiumembedded – Java Wrapper for the Chromium Embedded Framework (CEF)}}</ref>
* Java (CEF3) – Java Chromium Embedded<ref>{{cite web|url=https://bitbucket.org/chromiumembedded/java-cef |title=javachromiumembedded – Java Wrapper for the Chromium Embedded Framework (CEF)}}</ref>
* .NET (CEF1, CEF3) – CefSharp<ref>{{cite web|url=https://github.com/chillitom/CefSharp |title=chillitom/CefSharp · GitHub |publisher=Github.com |date= |accessdate=2012-12-26}}</ref>
* .NET (CEF1, CEF3) – CefSharp<ref>{{cite web|url=https://github.com/chillitom/CefSharp |title=chillitom/CefSharp · GitHub |publisher=Github.com |date= |accessdate=2012-12-26}}</ref>
Line 51: Line 48:
* .NET (CEF3) – WebKitX CEF3 ActiveX
* .NET (CEF3) – WebKitX CEF3 ActiveX
* Python (CEF1, CEF3) – CEF Python<ref>{{cite web|url=http://code.google.com/p/cefpython/ |title=cefpython – Python bindings for Chrome / Chromium Embedded Framework (CEF) – Google Project Hosting |date= |accessdate=2012-12-26}}</ref>
* Python (CEF1, CEF3) – CEF Python<ref>{{cite web|url=http://code.google.com/p/cefpython/ |title=cefpython – Python bindings for Chrome / Chromium Embedded Framework (CEF) – Google Project Hosting |date= |accessdate=2012-12-26}}</ref>
* Swift (CEF3) – CEF.swift<ref>{{cite web|url=https://github.com/lvsti/CEF.swift |title=CEF.swift – Swift bindings for the Chromium Embedded Framework (CEF)}}</ref>
* Swift (CEF3) – CEF.swift<ref>{{cite web|url=https://github.com/lvsti/CEF.swift |title=CEF.swift – Swift bindings for the Chromium Embedded Framework (CEF)|website=[[GitHub]]|date=6 December 2021}}</ref>
* Visual Basic 6 (CEF3) – WebKitX CEF3 ActiveX<ref>{{cite web|url=http://www.webkitx.com/ |title=WebKitX CEF3 ActiveX – Visual Studio 2015 C++11 MFC/ATL ActiveX for VB6}}</ref>
* Visual Basic 6 (CEF3) – WebKitX CEF3 ActiveX<ref>{{cite web|url=http://www.webkitx.com/ |title=WebKitX CEF3 ActiveX – Visual Studio 2015 C++11 MFC/ATL ActiveX for VB6}}</ref>
* Visual FoxPro (CEF3) – WebKitX CEF3 ActiveX
* Visual FoxPro (CEF3) – WebKitX CEF3 ActiveX
Line 63: Line 60:
* Embarcadero RAD Studio (VCL C++) (CEF3) - WebKitX CEF3 ActiveX
* Embarcadero RAD Studio (VCL C++) (CEF3) - WebKitX CEF3 ActiveX
* Broadcom CA PLEX (VBScript / C++) (CEF3) - WebKitX CEF3 ActiveX
* Broadcom CA PLEX (VBScript / C++) (CEF3) - WebKitX CEF3 ActiveX
* YallFramework (YS /WS ) (FF213 - WevKitX CEF57 ActiveX)


== Applications using CEF ==
== Applications using CEF ==
{{examplefarm|date=September 2016}}
{{Cleanup list|section|date=September 2016}}
* [[4th Dimension (software)|4D]] – relational database management system and IDE
* [[4th Dimension (software)|4D]] – relational database management system and IDE
* [[Adobe Inc.|Adobe]]<ref>{{Cite web |title=Adobe using Google Chromium Embedded Framework for Edge tools {{!}} Tim Anderson's IT Writing |date=27 September 2012 |url=https://www.itwriting.com/blog/6616-adobe-using-google-chromium-embedded-framework-for-edge-tools.html |access-date=2022-12-02 |language=en-US}}</ref>
* [[Adobe Acrobat]]
* [[Adobe Creative Cloud]]
** [[Adobe Acrobat]]
** [[Adobe Illustrator]] – [[vector graphics editor]]
* [[Adobe Dreamweaver]] – web development tool which uses CEF to control resource loading, navigation and context menus<ref>{{cite web|title=CEF integration in Dreamweaver|url=https://helpx.adobe.com/dreamweaver/using/cef-integration.html}}</ref>
* [[Adobe Edge Animate]] – multimedia authoring tools
** [[Adobe Creative Cloud]]
** [[Adobe Dreamweaver]] – web development tool which uses CEF to control resource loading, navigation and context menus<ref>{{cite web|title=CEF integration in Dreamweaver|url=https://helpx.adobe.com/dreamweaver/using/cef-integration.html}}</ref> Adobe Chromium Embedded
* [[Adobe Edge#Adobe Edge Reflow|Adobe Edge Reflow]] – responsive web design tool
** [[Adobe Edge Animate]] – multimedia authoring tools
** [[Adobe Edge#Adobe Edge Reflow|Adobe Edge Reflow]] – web design tool
** [[Brackets (text editor)|Adobe Brackets]] – previously closed-source IDE
* [[AIM (software)|AIM]] – instant messaging client that uses CEF on Windows
* [[AIM (software)|AIM]] – instant messaging client that uses CEF on Windows
* alt:V - multiplayer engine for PC game [[Grand Theft Auto V]]
* alt:V - multiplayer engine for PC game [[Grand Theft Auto V]]
Line 83: Line 84:
* Desura client – official client for [[Desura]]
* Desura client – official client for [[Desura]]
* [[Dish Network|Dish World IPTV]] – streaming video platform
* [[Dish Network|Dish World IPTV]] – streaming video platform
* Dyalog [[APL (programming language)|APL]] – Uses CEF for its user commands <code>]HTML</code>, <code>]Plot</code>, and <code>]APLCart</code>
* Epic Games Launcher – official client for [[Epic Games Store]]
* Epic Games Launcher – official client for [[Epic Games Store]]
* Eve Online launcher – official launcher for [[Eve Online]]<ref>{{cite web|title=Eve Launcher – Evelopedia|url=http://wiki.eveonline.com/en/wiki/EVE_Launcher|accessdate=4 March 2013|archive-url=https://web.archive.org/web/20150528033619/https://wiki.eveonline.com/en/wiki/EVE_Launcher|archive-date=28 May 2015|url-status=dead}}</ref>
* Eve Online launcher – official launcher for [[Eve Online]]<ref>{{cite web|title=Eve Launcher – Evelopedia|url=http://wiki.eveonline.com/en/wiki/EVE_Launcher|accessdate=4 March 2013|archive-url=https://web.archive.org/web/20150528033619/https://wiki.eveonline.com/en/wiki/EVE_Launcher|archive-date=28 May 2015|url-status=dead}}</ref>
* [[ExpanDrive]] – network file system client
* [[ExpanDrive]] – network file system client
* [[Facebook Messenger]] for Windows
* [[Foxmail]] – freeware email client by [[Tencent]]
* [[Foxmail]] – freeware email client by [[Tencent]]
* [[GOG.com#GOG Galaxy|GOG Galaxy]] – official client for [[GOG.com]]
* [[GOG.com#GOG Galaxy|GOG Galaxy]] – official client for [[GOG.com]]
Line 101: Line 102:
* Minecraft Launcher – official launcher for [[Minecraft]]<ref>{{Cite web|url=https://www.reddit.com/r/Minecraft/comments/59b7m0/help_us_test_the_new_minecraft_launcher_check_the/|title=Help us test the new Minecraft launcher! Check the comments for instructions. • /r/Minecraft|website=reddit|access-date=2016-10-25}}</ref>
* Minecraft Launcher – official launcher for [[Minecraft]]<ref>{{Cite web|url=https://www.reddit.com/r/Minecraft/comments/59b7m0/help_us_test_the_new_minecraft_launcher_check_the/|title=Help us test the new Minecraft launcher! Check the comments for instructions. • /r/Minecraft|website=reddit|access-date=2016-10-25}}</ref>
* [[Multi Theft Auto]] – multiplayer engine for PC game [[Grand Theft Auto: San Andreas]]
* [[Multi Theft Auto]] – multiplayer engine for PC game [[Grand Theft Auto: San Andreas]]
*[[OBS Studio]] - Live streaming software<ref>{{Citation|title=obs-browser|date=2021-10-21|url=https://github.com/obsproject/obs-browser|publisher=OBS Project|access-date=2021-10-22}}</ref>
* [[OBS Studio]] browser plugin - Live streaming software<ref>{{Citation|title=obs-browser|date=2021-10-21|url=https://github.com/obsproject/obs-browser|publisher=OBS Project|access-date=2021-10-22}}</ref>
* [https://github.com/cztomczak/phpdesktop PHP Desktop] – provide a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite.
* [https://github.com/cztomczak/phpdesktop PHP Desktop] – provide a way for developing native desktop GUI applications using web technologies such as PHP, HTML5, JavaScript and SQLite.
* [[PokerStars]] – online poker [[cardroom]]
* [[PokerStars]] – online poker [[cardroom]]
* [[PTC Creo]] - Creo Parametric Chromium embedded browser
* [[Qobuz]] – HD download and streaming music platform<ref>{{cite web|title=Quobuz Desktop|url=http://www.qobuz.com/abonnement-streaming/applications|accessdate=4 March 2013}}</ref>
* [[QuarkXPress]] – JavaScript support
* [[QuarkXPress]] – JavaScript support
* RAGE Multiplayer - multiplayer engine for PC game [[Grand Theft Auto V]]
* RAGE Multiplayer - multiplayer engine for PC game [[Grand Theft Auto V]]
* [[Rockstar Games#Rockstar Games Launcher|Rockstar Games Launcher]] – official client for [[Rockstar Games Social Club|Social Club]]
* [[Rockstar Games#Rockstar Games Launcher|Rockstar Games Launcher]] – official client for [[Rockstar Games Social Club|Social Club]]
* [[Second Life]] – online virtual world<ref>{{cite web|title=Second Life 4.0.0.305703 Release Notes|url=http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Project_Valhalla/4.0.0.305703|accessdate=7 April 2016}}</ref>
* [[Second Life]] – online virtual world<ref>{{cite web|title=Second Life 4.0.0.305703 Release Notes|date=25 October 2015 |url=http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Project_Valhalla/4.0.0.305703|accessdate=7 April 2016}}</ref>
* [[Sling TV]] – IPTV service operated by Dish Network.<ref>{{cite web|title=Sling TV – Watch Live TV Programming Anytime and Anywhere|url=https://www.sling.com/attributions|accessdate=27 August 2015}}</ref>
* [[Sling TV]] – IPTV service operated by Dish Network.<ref>{{cite web|title=Sling TV – Watch Live TV Programming Anytime and Anywhere|url=https://www.sling.com/attributions|accessdate=27 August 2015}}</ref>
* [[Spotify]] – streaming music platform<ref>{{cite web|title=Open Source @ Spotify|url=https://www.spotify.com/us/opensource/|accessdate=2 March 2016}}</ref>
* [[Spotify]] Desktop Client – streaming music platform<ref>{{cite web|title=Open Source @ Spotify|url=https://www.spotify.com/us/opensource/|accessdate=2 March 2016}}</ref>
* [[StarUML]] – UML model editor
* [[StarUML]] – UML model editor
* [[Steam (service)|Steam client]] – official client for [[Valve Corporation|Valve's]] Steam<ref>{{cite web |title=Chromium Embedded Framework |url=https://developer.valvesoftware.com/w/index.php?title=Chromium_Embedded_Framework&oldid=316840#In_relation_to_Valve |website=developer.valvesoftware.com. Last edited on 15 June 2023 |access-date=27 July 2023}}</ref>
* Steam client – official client for [[Steam (service)|Steam]]
* [[Team Fortress 2]] - Video game by [[Valve Corporation|Valve]] that uses Source Engine
* [[Tencent QQ]] – instant messaging program (its QPlus part) and web browser
* [[Tencent QQ]] – instant messaging program (its QPlus part) and web browser
* [[The Bat!]] – email client by RitLabs for Microsoft Windows
* [[TouchDesigner]] - creative development platform <ref>{{cite web|title=Derivative WebRender TOP Documentation|url=https://derivative.ca/UserGuide/Web_Render_TOP|accessdate=2 December 2022}}</ref>
* [[TOWeb]] – responsive website creation software
* [[TOWeb]] – responsive website creation software
* [[Trend Micro Internet Security]] – antivirus software
* [[Trend Micro Internet Security]] – antivirus software
Line 136: Line 140:
* {{Official website|https://bitbucket.org/chromiumembedded/cef}}
* {{Official website|https://bitbucket.org/chromiumembedded/cef}}


[[Category:C++ software]]
[[Category:Free software]]
[[Category:Google Chrome]]
[[Category:Google Chrome]]
[[Category:Free software programmed in C++]]
[[Category:Cross-platform free software (Linux; macOS; Windows)]]
[[Category:Software using the BSD license]]

Latest revision as of 14:02, 22 April 2024

Chromium Embedded Framework
Developer(s)Marshall Greenblatt
Initial releaseJune 1, 2009; 14 years ago (2009-06-01)
Stable release
121.3.4 (g2af7b91, Chromium 121.0.6167.139)[1][2] / February 3, 2024; 3 months ago (2024-02-03)
Repository
Written inC++
Operating system
TypeFramework, Web browser
LicenseBSD
Websitebitbucket.org/chromiumembedded/cef

The Chromium Embedded Framework (CEF) is an open-source software framework for embedding a Chromium web browser within another application. This enables developers to add web browsing functionality to their application, as well as the ability to use HTML, CSS, and JavaScript to create the application's user interface (or just portions of it).

CEF runs on Linux, macOS, and Windows. It has many language bindings including C, C++, Go, Java, and Python.

Overview[edit]

There are two versions of Chromium Embedded Framework: CEF 1 and CEF 3.[3] Development of CEF 2 was abandoned after the appearance of the Chromium Content API.[4]

CEF 1 is a single-process implementation based on the Chromium WebKit API. It is no longer actively developed or supported.[5]

CEF 3 is a multi-process implementation based on the Chromium Content API and has performance similar to Google Chrome.[6] It uses asynchronous messaging to communicate between the main application process and one or more render processes (Blink + V8 JavaScript engine). As of July of 2022, it no longer supports PPAPI plugins due to removal of PPAPI, legacy Chrome Apps, and Native Client (NaCl) support from the upstream Chromium project.[7] PDF viewer support from Chromium's PDFium PDF viewer is still supported though. The single-process run mode is not supported, but still present; currently is being used for debugging purposes only.[8]

On March 16, 2019, the CEF version numbering changed with the release of CEF 73.1.3+g46cf800+chromium-73.0.3683.75. The previous release on March 14, 2019 was CEF 3.3683.1920.g9f41a27. Both of these releases were based on Chromium 73.0.3683.75, however the new version numbering has the major number the same as the Chromium major version number it is based on.

CEF comes with a sample application called CefClient that is written in C++ using WinAPI, Cocoa, or GTK (depending on the platform) and contains demos of various features.[9][10] Newer versions include a sample application called CefSimple that, along with an accompanying tutorial, show how to create a simple application using CEF 3.[11]

Documentation can be found in the header files located in the "include" directory[12][13] and on wiki pages.[14]

Supported languages[edit]

The base CEF framework includes support for the C and C++ programming languages, but there are external projects that provide bindings for other languages:

  • Delphi (CEF1) – DCEF 1[15]
  • Delphi (CEF3) – DCEF 3[16]
  • Delphi (CEF3) – CEF4Delphi[17]
  • Delphi (CEF3) – WebKitX CEF3 ActiveX
  • Dyalog APL (CEF3) – HTMLRenderer[18]
  • Free Pascal (CEF3) - fpCEF3[19]
  • Go (CEF3) – CEF2go[20]
  • Java (CEF3) – Java Chromium Embedded[21]
  • .NET (CEF1, CEF3) – CefSharp[22]
  • .NET (CEF1) – CefGlue[23]
  • .NET/Mono (CEF3) – Xilium.CefGlue[24]
  • .NET (CEF3) – ChromiumFX[25]
  • .NET (CEF3) – WebKitX CEF3 ActiveX
  • Python (CEF1, CEF3) – CEF Python[26]
  • Swift (CEF3) – CEF.swift[27]
  • Visual Basic 6 (CEF3) – WebKitX CEF3 ActiveX[28]
  • Visual FoxPro (CEF3) – WebKitX CEF3 ActiveX
  • PowerBuilder (CEF3) – WebKitX CEF3 ActiveX
  • Ruby (via the 'win32ole' library) (CEF3) – WebKitX CEF3 ActiveX
  • Visual Basic for Applications 2003/2007/2010/2015/2016 (VBA, Access, Excel) (CEF3) – WebKitX CEF3 ActiveX
  • Microsoft Visual Studio .NET 2010/2015/2017 (VB.Net, C#, C++, 32-bit and 64-bit) (CEF3) – WebKitX CEF3 ActiveX
  • Xojo (for Windows apps, 32-bit and 64-bit) (CEF3) – WebKitX CEF3 ActiveX
  • Qt (any Windows version, only for 32-bit) (CEF3) – WebKitX CEF3 ActiveX
  • CodeTyphon Studio -package pl_CEF
  • Embarcadero RAD Studio (VCL C++) (CEF3) - WebKitX CEF3 ActiveX
  • Broadcom CA PLEX (VBScript / C++) (CEF3) - WebKitX CEF3 ActiveX
  • YallFramework (YS /WS ) (FF213 - WevKitX CEF57 ActiveX)

Applications using CEF[edit]

See also[edit]

References[edit]

  1. ^ "CEF3 WIKI Current Releases Supported".
  2. ^ "CEF Automated Builds".
  3. ^ "Versions – Overview of the CEF architecture".
  4. ^ "Content API – The Chromium Projects".
  5. ^ "CEF1 Retirement Plan".
  6. ^ "CEF 3 Architecture – CEF wiki pages".
  7. ^ "Changes to the Chrome App Support Timeline". Chromium Blog. Retrieved 2024-04-22.
  8. ^ "Single process – Process Models- The Chromium Projects".
  9. ^ "CEF Git: 1364/cef1/tests/cefclient/".
  10. ^ "CEF Git: master/tests/cefclient/".
  11. ^ "CefSimple Tutorial".
  12. ^ "CEF Git: /1364/cef1/include/".
  13. ^ "CEF Git: /master/include/".
  14. ^ "CEF Wiki Pages".
  15. ^ "delphichromiumembedded – Delphi Chromium Embedded – Google Project Hosting". Retrieved 2012-12-26.
  16. ^ "dcef3 – Delphi Chromium Embedded 3 – Google Project Hosting". Retrieved 2012-12-26.
  17. ^ "GitHub - salvadordf/CEF4Delphi: CEF4Delphi is an open source project to embed Chromium-based browsers in applications made with Delphi". github.com. Retrieved 25 February 2017.
  18. ^ "HTMLRenderer User Guide" (PDF). dyalog.com. Retrieved 1 August 2019.
  19. ^ "Chromium Embedded Framework for Free Pascal". GitHub. Retrieved 2017-01-31.
  20. ^ "HTML 5 based GUI toolkit for the Go language". GitHub. Retrieved 2014-02-06.
  21. ^ "javachromiumembedded – Java Wrapper for the Chromium Embedded Framework (CEF)".
  22. ^ "chillitom/CefSharp · GitHub". Github.com. Retrieved 2012-12-26.
  23. ^ "fddima / CefGlue / wiki / Home — Bitbucket". Bitbucket.org. 2012-08-21. Retrieved 2012-12-26.
  24. ^ "xilium / Xilium.CefGlue / wiki / Home — Bitbucket". Bitbucket.org. 2012-10-10. Retrieved 2012-12-26.[permanent dead link]
  25. ^ "ChromiumFX – .NET bindings for the Chromium Embedded Framework (CEF)". Archived from the original on 2019-02-20. Retrieved 2015-03-21.
  26. ^ "cefpython – Python bindings for Chrome / Chromium Embedded Framework (CEF) – Google Project Hosting". Retrieved 2012-12-26.
  27. ^ "CEF.swift – Swift bindings for the Chromium Embedded Framework (CEF)". GitHub. 6 December 2021.
  28. ^ "WebKitX CEF3 ActiveX – Visual Studio 2015 C++11 MFC/ATL ActiveX for VB6".
  29. ^ "Adobe using Google Chromium Embedded Framework for Edge tools | Tim Anderson's IT Writing". 27 September 2012. Retrieved 2022-12-02.
  30. ^ "CEF integration in Dreamweaver".
  31. ^ "Bitdefender Total Security".
  32. ^ "Eve Launcher – Evelopedia". Archived from the original on 28 May 2015. Retrieved 4 March 2013.
  33. ^ "The Architecture of the League Client Update". Riot Games Engineering. Retrieved 21 March 2017.
  34. ^ "How To Add a Web Browser to Your App". LiveCode. Retrieved 10 November 2015.
  35. ^ "Microsoft PowerBI". Microsoft. Retrieved 22 February 2019.
  36. ^ "Help us test the new Minecraft launcher! Check the comments for instructions. • /r/Minecraft". reddit. Retrieved 2016-10-25.
  37. ^ obs-browser, OBS Project, 2021-10-21, retrieved 2021-10-22
  38. ^ "Second Life 4.0.0.305703 Release Notes". 25 October 2015. Retrieved 7 April 2016.
  39. ^ "Sling TV – Watch Live TV Programming Anytime and Anywhere". Retrieved 27 August 2015.
  40. ^ "Open Source @ Spotify". Retrieved 2 March 2016.
  41. ^ "Chromium Embedded Framework". developer.valvesoftware.com. Last edited on 15 June 2023. Retrieved 27 July 2023.
  42. ^ "Derivative WebRender TOP Documentation". Retrieved 2 December 2022.

External links[edit]