Wiki
Clone wikicef / Home
The Chromium Embedded Framework (CEF) is a simple framework for embedding Chromium-based browsers in other applications. Visit the Project Overview page for more information.
Note to Editors: Changes made to this Wiki page without prior approval via the CEF Forum or Issue Tracker may be lost or reverted.
Wiki Pages
- Tutorial - Tutorial explaining how to create a simple application using CEF3.
- MasterBuildQuickStart - Quick-start guide for building the CEF/Chromium master (development) branch.
- BranchesAndBuilding - Information about CEF branches and instructions for downloading, building and packaging source code.
- ContributingWithGit - How to contribute code changes to CEF using Git.
- GeneralUsage - Overview and general usage of CEF3.
- JavaScriptIntegration - How to use V8 JavaScript integration in client applications.
- Architecture - Overview of the CEF architecture.
- ApiVersioning - Overview and usage of CEF API versioning.
- UsingChromeDriver - How to use ChromeDriver and Selenium to automate CEF-based applications.
- UsingAddressSanitizer - How to use AddressSanitizer with CEF-based applications.
- UsingTheCAPI - How to use the C API in your client application.
- LinkingDifferentRunTimeLibraries - How to link CEF against a different run-time library.
- BuildingOnDebian7 - How to build CEF on Debian 7 systems (these instructions are deprecated).
- ChromiumUpdate - How to update CEF to use the newest Chromium revision.
- AutomatedBuildSetup - How to set up an automated build system for CEF.
- CrashReporting - How to handle crash reporting from CEF-based applications.
- SandboxSetup - Sandbox usage and requirements for CEF.
The complete list of CEF Wiki pages is available here.
External Links
- Support Forum - http://www.magpcss.org/ceforum/
- C++ API Docs - Stable release docs / Beta release docs
- Downloads - https://cef-builds.spotifycdn.com/index.html
- Donations - http://www.magpcss.org/ceforum/donate.php
Updated