cef/tests/cefclient
Marshall Greenblatt ff983a6e72 - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage.
- Add CefRunMessageLoop() for efficient message loop usage and modify cefclient to use it.
- Add CefHandler::HandleNavStateChange() for back/forward state notifications and modify cefclient to use it.

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@208 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-03-24 20:36:47 +00:00
..
mac Fix Mac settings to allow both Xcode debugging and app execution (issue #199). 2011-03-22 22:59:02 +00:00
res - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
binding_test.cpp Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
binding_test.h Changes to cefclient in preparation for porting. 2010-10-28 20:38:27 +00:00
cefclient.cpp - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
cefclient.h - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
cefclient.rc - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
cefclient_mac.mm - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
cefclient_win.cpp - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
clientplugin.cpp - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
clientplugin.h - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
download_handler.cpp Introduce cef_runnable.h and cef_tuple.h and perform further thread-related cleanup (issue #175). 2011-01-29 22:52:34 +00:00
download_handler.h Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
extension_test.cpp Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
extension_test.h Changes to cefclient in preparation for porting. 2010-10-28 20:38:27 +00:00
osrplugin.cpp - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
osrplugin.h - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
osrplugin_test.cpp - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
osrplugin_test.h - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
plugin_test.cpp - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
plugin_test.h Changes to cefclient in preparation for porting. 2010-10-28 20:38:27 +00:00
resource.h - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
resource_util.h cefclient: 2011-03-04 02:14:04 +00:00
resource_util_mac.mm cefclient: 2011-03-04 02:14:04 +00:00
resource_util_win.cpp cefclient: 2011-03-04 02:14:04 +00:00
scheme_test.cpp Allow registration of non-standard schemes (issue #195). 2011-03-04 17:56:01 +00:00
scheme_test.h Changes to cefclient in preparation for porting. 2010-10-28 20:38:27 +00:00
string_util.cpp Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
string_util.h Introduce CefString and cef_string_t implementations that support string type conversions and customization of the API string type (issue #146). 2010-11-22 17:49:46 +00:00
uiplugin.cpp - Add off-screen rendering support on Windows. This involves a number of new CefBrowser and CefHandler methods. See the "Off-Screen Rendering Example" in cefclient for example usage. 2011-03-24 20:36:47 +00:00
uiplugin.h Changes to cefclient in preparation for porting. 2010-10-28 20:38:27 +00:00
uiplugin_test.cpp Update to Chromium revision 74933. 2011-02-15 18:07:24 +00:00
uiplugin_test.h Changes to cefclient in preparation for porting. 2010-10-28 20:38:27 +00:00
util.h Improve thread safety and documentation and add support for thread-specific APIs (issue #175). 2011-01-29 01:42:59 +00:00