Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt effbca00e2 Add context menu support (issue #509):
- Add new CefContextMenuHandler, CefContextMenuParams and CefMenuModel classes.
- Add cef_strings.grd and related infrastructure for supporting translation of CEF strings.
- Generate include/cef_pack_resources.h and include/cef_pack_strings.h files at build time that include all IDs used by CEF pack files.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@596 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2012-04-19 21:18:22 +00:00
cef1 Update to Chromium revision 131752. 2012-04-11 19:42:34 +00:00
include Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
libcef Add context menu support (issue #509): 2012-04-19 21:18:22 +00:00
libcef_dll Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
patch Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
tests Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
tools Add context menu support (issue #509): 2012-04-19 21:18:22 +00:00
AUTHORS.txt Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt Update to Chromium revision 131752. 2012-04-11 19:42:02 +00:00
DEPS Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
LICENSE.txt Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef.gyp Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
cef.gypi Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_create_projects.bat Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_create_projects.sh Branch CEF3 files from /branches/cef3 to /trunk/cef3 (issue #564). 2012-04-03 01:34:16 +00:00
cef_paths.gypi Add context menu support (issue #509): 2012-04-19 20:31:46 +00:00
cef_paths2.gypi Add support for JavaScript alert, confirm, prompt and onbeforeunload dialogs (issue #507). 2012-04-16 21:15:27 +00:00