Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt 06a6f0ce7c Issue #188:
- Add a CefV8Context object and CefV8Value::ExecuteFunctionWithContext method to support asynchronous V8 ExecuteFunction callbacks.
- Add a CefFrame::GetBrowser() method.
- Ensure that V8 types are only referenced on the UI thread.
- Accept a empty |object| parameter to CefV8Value::ExecuteFunction.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@188 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-02-21 22:44:06 +00:00
include Issue #188: 2011-02-21 22:44:06 +00:00
libcef Issue #188: 2011-02-21 22:44:06 +00:00
libcef_dll Issue #188: 2011-02-21 22:44:06 +00:00
patch - Update to Chromium revision 70742. 2011-01-07 21:34:20 +00:00
tests Issue #188: 2011-02-21 22:44:06 +00:00
tools - Add CefWebURLRequest implementation (issue #51). 2011-02-09 22:04:35 +00:00
AUTHORS.txt Set eol-style property on all files. Future commits will use the subversion auto-props configuration at http://src.chromium.org/viewvc/chrome/trunk/tools/buildbot/slave/config 2010-10-03 21:04:50 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
DEPS Move gclient integration to the gclient_hook.py script in order to support a platform-agnostic DEPS file (issue #174). 2011-01-27 02:21:50 +00:00
LICENSE.txt Set eol-style property on all files. Future commits will use the subversion auto-props configuration at http://src.chromium.org/viewvc/chrome/trunk/tools/buildbot/slave/config 2010-10-03 21:04:50 +00:00
cef.gyp Issue #188: 2011-02-21 22:44:06 +00:00
cef.gypi Initial GYP changes and utility scripts for Mac and Linux support. 2010-10-09 16:37:43 +00:00
cef_create_projects.bat Move gclient integration to the gclient_hook.py script in order to support a platform-agnostic DEPS file (issue #174). 2011-01-27 02:21:50 +00:00
cef_create_projects.sh Move gclient integration to the gclient_hook.py script in order to support a platform-agnostic DEPS file (issue #174). 2011-01-27 02:21:50 +00:00