Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt 3f5a01e969 libcef: Update due to underlying chromium changes.
- Add unique IDs for browser instances because ResourceLoaderBridge::Create() now receives a routing ID instead of a WebFrame pointer.  The unique ID is assigned to a browser in CefContext::AddBrowser() and attached to a request in  BrowserWebViewDelegate::WillSendRequest().
- Add upload progress notification support to resource loader bridge.
- WebFrame::ExecuteJavaScript() changed to WebFrame::ExecuteScript().
- More functions moved into webkit_glue::WebKitClientImpl.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@22 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2009-03-24 15:06:38 +00:00
include libcef: 2009-03-08 02:26:16 +00:00
libcef libcef: Update due to underlying chromium changes. 2009-03-24 15:06:38 +00:00
libcef_dll - Add #ifdef _DEBUG around the DebugObjCt DCHECK() calls to avoid compile errors in release build (Fix by: vridosh, Issue #1). 2009-03-09 13:23:07 +00:00
tests/cefclient libcef: 2009-03-08 02:26:16 +00:00
AUTHORS.txt Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt libcef: Update due to underlying chromium changes. 2009-03-24 15:06:38 +00:00
LICENSE.txt Initial commit of libcef and cefclient projects. 2008-12-02 15:48:14 +00:00
cef.sln libcef: 2009-03-08 02:26:16 +00:00