Chromium Embedded Framework (CEF). A simple framework for embedding Chromium-based browsers in other applications.
Go to file
Marshall Greenblatt 669244ca18 libcef: Update due to underlying chromium changes.
- Calling AddStandardScheme() is now required for custom scheme handlers due to GURL changes.
- Add '--no-circular-check' flag in cef_create_projects.bat to avoid unnecessary GYP failures.
- nphostapi.h moved to third_party/npapi/bindings directory.
- UTF functions moved to base/utf_string_conversions.h
- app/gfx directory moved to gfx
- Add simple cookie jar implementation.
- Enable WebGL support.


git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@72 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2010-03-29 17:53:26 +00:00
include libcef: Update due to underlying chromium changes. 2010-03-29 17:53:26 +00:00
libcef libcef: Update due to underlying chromium changes. 2010-03-29 17:53:26 +00:00
libcef_dll Add support for intercepting key events (Issue #63, patch by cpinfold.joinerysoft) 2010-02-03 19:25:11 +00:00
patch Move to GYP-based project file generation (issue #48). 2009-10-02 17:59:38 +00:00
tests Add support for intercepting key events (Issue #63, patch by cpinfold.joinerysoft) 2010-02-03 19:25:11 +00:00
tools Move to GYP-based project file generation (issue #48). 2009-10-02 17:59:38 +00:00
AUTHORS.txt Update all files to use Windows CRLF (\r\n) line endings (issue #45). 2009-07-24 19:11:01 +00:00
CHROMIUM_BUILD_COMPATIBILITY.txt libcef: Update due to underlying chromium changes. 2010-03-29 17:53:26 +00:00
DEPS - Add deps file for gclient integration. (try #4) 2009-10-13 20:33:56 +00:00
LICENSE.txt - Move frame-related methods from CefBrowser into a new CefFrame class. 2009-05-28 00:31:21 +00:00
cef.gyp libcef: Update due to underlying chromium changes. 2010-03-29 17:53:26 +00:00
cef.gypi Move to GYP-based project file generation (issue #48). 2009-10-02 17:59:38 +00:00
cef_create_projects.bat libcef: Update due to underlying chromium changes. 2010-03-29 17:53:26 +00:00