开源项目Chromium Embedded Framework (CEF)

开源是一种精神、开源是一种理念、开源是民族产业的未来 。
宣传开源精神,推进开源运动;

开源项目Chromium Embedded Framework (CEF)

帖子dreamszhu » 2012年 5月 1日 17:52

官网:http://code.google.com/p/chromiumembedded/
CEF3 is a re-implementation of CEF using the new Chromium Content API. Some advantages of the CEF3 architecture over the previous implementation include:

Support for both single-process and multi-process run modes.
More code sharing with the Chromium browser.
Improved performance and less breakage due to use of the "supported" code path.
Faster access to new features.

The Chromium Embedded Framework (CEF) is an open source project founded by Marshall Greenblatt in 2008 to develop a Web browser control based on the Google Chromium project. CEF currently supports a range of programming languages and operating systems and can be easily integrated into both new and existing applications. It was designed from the ground up with both performance and ease of use in mind. The base framework includes C and C++ programming interfaces exposed via native libraries that insulate the host application from Chromium and WebKit implementation details. It provides close integration between the browser control and the host application including support for custom plugins, protocols, JavaScript objects and JavaScript extensions. The host application can optionally control resource loading, navigation, context menus, printing and more, while taking advantage of the same performance and HTML5 technologies available in the Google Chrome Web browser.

Numerous individuals and organizations contribute time and resources to support CEF development, but more involvement from the community is always welcome. This includes support for both the core CEF project and external projects that integrate CEF with additional programming languages and frameworks (see the "External Projects" section below). If you are interested in donating time to help with CEF development please see the "Helping Out" section below. If you are interested in donating money to support general CEF development and infrastructure efforts please visit the CEF Donations page.
天下皆知美之为美,斯恶矣;皆知善之为善,斯不善已。
头像
dreamszhu
 
帖子: 4804
注册: 2011年 9月 8日 20:30

汉化

帖子dreamszhu » 2012年 5月 1日 18:12

修改资源文件cefclient\cefclient.rc
代码: 全选
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
#pragma code_page(1252)
#endif //_WIN32

修改为
代码: 全选
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
#ifdef _WIN32
LANGUAGE LANG_CHINESE, SUBLANG_CHINESE_SIMPLIFIED
#pragma code_page(1252)
#endif //_WIN32

繁体中文
代码: 全选
LANGUAGE   LANG_CHINESE,   SUBLANG_CHINESE_TRADITIONAL
#pragma   code_page(950)

默认窗口标题
代码: 全选
IDS_APP_TITLE
天下皆知美之为美,斯恶矣;皆知善之为善,斯不善已。
头像
dreamszhu
 
帖子: 4804
注册: 2011年 9月 8日 20:30


回到 开源项目

在线用户

正在浏览此版面的用户:没有注册用户 和 1 位游客

cron