Chromium Embedded Framework: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
(Added patch. Fixed codebase revision branch (is based off r465, not r102))
Line 5: Line 5:
The [[Steam]] client on Windows and OS X uses a customized version of CEF to render web content.  
The [[Steam]] client on Windows and OS X uses a customized version of CEF to render web content.  


The Source code for Valve's usage of the Chromium Embedded Framework can be downloaded here:
The Source code for Valve's usage of the Chromium Embedded Framework can be downloaded
[http://developer.valvesoftware.com/w/images/cef/cef_valve_04242012.zip]
[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.
 
This drop is based off the CEF code base at [http://code.google.com/p/chromiumembedded/source/browse/?r=102#svn/trunk revision #102].


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

Revision as of 07:43, 24 June 2012

Chromium Embedded Framework (CEF) is an extension of the Chromium browser rendering engine, an open-source project which is a component of Google Chrome.

In relation to Valve

The Steam client on Windows and OS X uses a customized version of CEF to render web content.

The Source code for Valve's usage of the Chromium Embedded Framework 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.