Chromium Embedded Framework: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (Changed protection level for "Chromium Embedded Framework" ([move=sysop] (indefinite)))
No edit summary
Line 3: Line 3:
== In relation to Valve ==  
== In relation to Valve ==  


It is reported that Valve's latest iteration of the [[Steam]] content-delivery platform is using a variation of the CEF to render web content. This is a departure from previous versions, which internally used Internet Explorer and was thus tied to Windows platforms.
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 here:
[http://developer.valvesoftware.com/w/images/cef/cef_valve_03162010.zip]
[http://developer.valvesoftware.com/w/images/cef/cef_valve_04242012.zip]


This drop is based off the CEF code base at [http://code.google.com/p/chromiumembedded/source/browse/?r=63#svn/trunk revision #65] and the Chromium code base at [http://src.chromium.org/viewvc/chrome/trunk/?pathrev=35902 revision #35902].
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 16:45, 24 April 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 here: [1]

This drop is based off the CEF code base at revision #102.