Menu
Home Explore People Places Arts History Plants & Animals Science Life & Culture Technology
On this page
Chromium Embedded Framework
Free software framework

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.

Related Image Collections Add Image
We don't have any YouTube videos related to Chromium Embedded Framework yet.
We don't have any PDF documents related to Chromium Embedded Framework yet.
We don't have any Books related to Chromium Embedded Framework yet.
We don't have any archived web articles related to Chromium Embedded Framework yet.

Overview

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

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

CEF 3 is a multi-process implementation based on the Chromium Content API and has performance similar to Google Chrome.4 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.5 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.6

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.78 Newer versions include a sample application called CefSimple that, along with an accompanying tutorial, show how to create a simple application using CEF 3.9

Documentation can be found in the header files located in the "include" directory1011 and on wiki pages.12

Supported languages

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 113
  • Delphi (CEF3) – DCEF 314
  • Delphi (CEF3) – CEF4Delphi15
  • Delphi (CEF3) – WebKitX CEF3 ActiveX
  • Dyalog APL (CEF3) – HTMLRenderer16
  • Free Pascal (CEF3) - fpCEF317
  • Go (CEF3) – CEF2go18
  • Java (CEF3) – Java Chromium Embedded19
  • .NET (CEF1, CEF3) – CefSharp20
  • .NET (CEF1) – CefGlue21
  • .NET/Mono (CEF3) – Xilium.CefGlue22
  • .NET (CEF3) – ChromiumFX23
  • .NET (CEF3) – WebKitX CEF3 ActiveX
  • Python (CEF1, CEF3) – CEF Python24
  • Swift (CEF3) – CEF.swift25
  • Visual Basic 6 (CEF3) – WebKitX CEF3 ActiveX26
  • 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

See also

  • Free and open-source software portal

References

  1. "Versions – Overview of the CEF architecture". https://bitbucket.org/chromiumembedded/cef/wiki/Architecture.md#markdown-header-versions

  2. "Content API – The Chromium Projects". https://www.chromium.org/developers/content-module/content-api

  3. "CEF1 Retirement Plan". http://www.magpcss.org/ceforum/viewtopic.php?f=10&t=10647

  4. "CEF 3 Architecture – CEF wiki pages". https://bitbucket.org/chromiumembedded/cef/wiki/Architecture.md#markdown-header-cef3

  5. "Changes to the Chrome App Support Timeline". Chromium Blog. Retrieved 2024-04-22. https://blog.chromium.org/2020/08/changes-to-chrome-app-support-timeline.html

  6. "Single process – Process Models- The Chromium Projects". https://www.chromium.org/developers/design-documents/process-models#TOC-Single-process

  7. "CEF Git: 1364/cef1/tests/cefclient/". https://bitbucket.org/chromiumembedded/cef/src/1364/cef1/tests/cefclient/?at=1364

  8. "CEF Git: master/tests/cefclient/". https://bitbucket.org/chromiumembedded/cef/src/master/tests/cefclient/?at=master

  9. "CefSimple Tutorial". https://bitbucket.org/chromiumembedded/cef/wiki/Tutorial

  10. "CEF Git: /1364/cef1/include/". https://bitbucket.org/chromiumembedded/cef/src/1364/cef1/include/?at=1364

  11. "CEF Git: /master/include/". https://bitbucket.org/chromiumembedded/cef/src/master/include/?at=master

  12. "CEF Wiki Pages". https://bitbucket.org/chromiumembedded/cef/wiki/Home

  13. "delphichromiumembedded – Delphi Chromium Embedded – Google Project Hosting". Retrieved 2012-12-26. https://code.google.com/p/delphichromiumembedded/

  14. "dcef3 – Delphi Chromium Embedded 3 – Google Project Hosting". Retrieved 2012-12-26. https://code.google.com/p/dcef3/

  15. "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. https://github.com/salvadordf/CEF4Delphi

  16. "HTMLRenderer User Guide" (PDF). dyalog.com. Retrieved 1 August 2019. http://docs.dyalog.com/17.1/HTMLRenderer%20User%20Guide.pdf

  17. "Chromium Embedded Framework for Free Pascal". GitHub. Retrieved 2017-01-31. https://github.com/dliw/fpCEF3

  18. "HTML 5 based GUI toolkit for the Go language". GitHub. Retrieved 2014-02-06. https://github.com/CzarekTomczak/cef2go

  19. "javachromiumembedded – Java Wrapper for the Chromium Embedded Framework (CEF)". https://bitbucket.org/chromiumembedded/java-cef

  20. "chillitom/CefSharp · GitHub". Github.com. Retrieved 2012-12-26. https://github.com/chillitom/CefSharp

  21. "fddima / CefGlue / wiki / Home — Bitbucket". Bitbucket.org. 2012-08-21. Retrieved 2012-12-26. https://bitbucket.org/fddima/cefglue

  22. "xilium / Xilium.CefGlue / wiki / Home — Bitbucket". Bitbucket.org. 2012-10-10. Retrieved 2012-12-26.[permanent dead link] https://bitbucket.org/xilium/xilium.cefglue

  23. "ChromiumFX – .NET bindings for the Chromium Embedded Framework (CEF)". Archived from the original on 2019-02-20. Retrieved 2015-03-21. https://web.archive.org/web/20190220042117/https://bitbucket.org/chromiumfx/chromiumfx

  24. "cefpython – Python bindings for Chrome / Chromium Embedded Framework (CEF) – Google Project Hosting". Retrieved 2012-12-26. https://code.google.com/p/cefpython/

  25. "CEF.swift – Swift bindings for the Chromium Embedded Framework (CEF)". GitHub. 6 December 2021. https://github.com/lvsti/CEF.swift

  26. "WebKitX CEF3 ActiveX – Visual Studio 2015 C++11 MFC/ATL ActiveX for VB6". http://www.webkitx.com/

  27. "Adobe using Google Chromium Embedded Framework for Edge tools | Tim Anderson's IT Writing". 27 September 2012. Retrieved 2022-12-02. https://www.itwriting.com/blog/6616-adobe-using-google-chromium-embedded-framework-for-edge-tools.html

  28. "CEF integration in Dreamweaver". https://helpx.adobe.com/dreamweaver/using/cef-integration.html

  29. "Bitdefender Total Security". https://www.bitdefender.com/solutions/total-security.html

  30. "Eve Launcher – Evelopedia". Archived from the original on 28 May 2015. Retrieved 4 March 2013. https://web.archive.org/web/20150528033619/https://wiki.eveonline.com/en/wiki/EVE_Launcher

  31. "The Architecture of the League Client Update". Riot Games Engineering. 16 May 2016. Retrieved 21 March 2017. https://engineering.riotgames.com/news/architecture-league-client-update

  32. "How To Add a Web Browser to Your App". LiveCode. 10 November 2015. Retrieved 10 November 2015. https://livecode.com/how-to-add-a-web-browser-to-your-app/

  33. "LockDown Browser - Resources". Respondus. Retrieved 10 October 2024. https://web.respondus.com/he/lockdownbrowser/resources/

  34. "Microsoft PowerBI". Microsoft. Retrieved 22 February 2019. https://powerbi.microsoft.com/en-us/

  35. "Help us test the new Minecraft launcher! Check the comments for instructions. • /r/Minecraft". reddit. 25 October 2016. Retrieved 2016-10-25. https://www.reddit.com/r/Minecraft/comments/59b7m0/help_us_test_the_new_minecraft_launcher_check_the/

  36. obs-browser, OBS Project, 2021-10-21, retrieved 2021-10-22 https://github.com/obsproject/obs-browser

  37. Know ONLYOFFICE better: our commercial director reveals the story behind the project in the interview for Diolinux, 12 September 2017, retrieved 2024-06-23 https://www.onlyoffice.com/blog/2017/09/know-onlyoffice-better-our-commercial-director-reveals-the-story-behind-the-project-in-the-interview-for-diolinux

  38. "Second Life 4.0.0.305703 Release Notes". 25 October 2015. Retrieved 7 April 2016. http://wiki.secondlife.com/wiki/Release_Notes/Second_Life_Project_Valhalla/4.0.0.305703

  39. "Sling TV – Watch Live TV Programming Anytime and Anywhere". Retrieved 27 August 2015. https://www.sling.com/attributions

  40. "Open Source @ Spotify". Retrieved 2 March 2016. https://www.spotify.com/us/opensource/

  41. "Chromium Embedded Framework". developer.valvesoftware.com. Last edited on 15 June 2023. Retrieved 27 July 2023. https://developer.valvesoftware.com/w/index.php?title=Chromium_Embedded_Framework&oldid=316840#In_relation_to_Valve

  42. "Derivative WebRender TOP Documentation". Retrieved 2 December 2022. https://derivative.ca/UserGuide/Web_Render_TOP