Chromium Embedded Framework: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (actually MS Edge used Chromium since 2020.)
(corrected grammar, corrected facts, elaborated on some things)
Line 3: Line 3:
== In relation to Valve ==  
== In relation to Valve ==  


The [[Steam]] client on Windows and OS X uses a customized version of CEF to render web content, and as of June 15, 2023, the entire UI now uses CEF, replacing the old [[VGUI]] system. VGUI is not completely removed, and was kept just in case if CEF does not working properly, telling users to restart some Steam process, or to warn users that Windows compatibility mode is enabled on Steam.
The [[Steam]] client on Windows, Linux, and macOS previously a customized version of CEF to render web content like the Store and Community. As of June 15, 2023, the entire UI was remade with web technologies and is now rendered using CEF, replacing the old [[VGUI]] interface. VGUI was not completely removed, and was kept just in case CEF stops working correctly, telling users to restart Steam, or to warn users that Windows compatibility mode is enabled.


The Source code for Valve's usage of the Chromium Embedded Framework (and Chromium) can be downloaded
The Source code for Valve's modified version of the Chromium Embedded Framework (and Chromium) can be downloaded
[http://developer.valvesoftware.com/w/images/cef/cef_valve_04242012.zip as a ZIP archive] ''(783 MB, 24th April 2012)''. A patch for [http://code.google.com/p/chromiumembedded/source/browse/?r=465#svn/trunk revision 465 of the CEF codebase] is available on [http://pastebin.com/raw.php?i=4pJ77J5z pastebin] ''(280 KB)'' that will apply Valve's changes.
[http://developer.valvesoftware.com/w/images/cef/cef_valve_04242012.zip as a ZIP archive] ''(783 MB, 24th April 2012)''. A patch for [http://code.google.com/p/chromiumembedded/source/browse/?r=465#svn/trunk revision 465 of the CEF codebase] is available on [http://pastebin.com/raw.php?i=4pJ77J5z pastebin] ''(280 KB)'' that will apply Valve's changes.


[[Category:Valve Open Source]]
[[Category:Valve Open Source]]

Revision as of 00:35, 17 December 2023

Chromium Embedded Framework (CEF) is an extension of the Chromium browser rendering engine, an open-source project which is a component of Google Chrome, and since 2020, Microsoft Edge, aswell as many other Wikipedia icon Chromium-based browsers.

In relation to Valve

The Steam client on Windows, Linux, and macOS previously a customized version of CEF to render web content like the Store and Community. As of June 15, 2023, the entire UI was remade with web technologies and is now rendered using CEF, replacing the old VGUI interface. VGUI was not completely removed, and was kept just in case CEF stops working correctly, telling users to restart Steam, or to warn users that Windows compatibility mode is enabled.

The Source code for Valve's modified version of the Chromium Embedded Framework (and Chromium) can be downloaded as a ZIP archive (783 MB, 24th April 2012). A patch for revision 465 of the CEF codebase is available on pastebin (280 KB) that will apply Valve's changes.