cef/tests/cefclient
Marshall Greenblatt 7361732f92 - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399).
- Add a new CefProxyHandler interface to allow applications to resolve proxy information (issue #389).

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@394 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2011-11-23 22:47:09 +00:00
..
mac
res Add support for transparency on Windows (issue #99). 2011-10-21 19:35:19 +00:00
binding_test.cpp Introduce CefV8Exception for returning detailed exception information from CefV8Value::ExecuteFunction*() and add the ability to re-throw exceptions. (issue #317). 2011-11-10 22:57:23 +00:00
binding_test.h
cefclient.cpp - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
cefclient.h - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
cefclient.rc - Win: Improve redraw and scrolling performance (issue #360). 2011-11-09 20:09:24 +00:00
cefclient_gtk.cpp - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
cefclient_mac.mm - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
cefclient_switches.cpp - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
cefclient_switches.h - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
cefclient_win.cpp - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
client_handler.cpp Replace JSBindingHandler with a new V8ContextHandler interface that contains callbacks for V8 context creation and release (issue #359). 2011-11-21 21:21:55 +00:00
client_handler.h Replace JSBindingHandler with a new V8ContextHandler interface that contains callbacks for V8 context creation and release (issue #359). 2011-11-21 21:21:55 +00:00
client_handler_gtk.cpp Add initial Linux support (issue #40). 2011-10-24 20:20:52 +00:00
client_handler_mac.mm Fix transparent background for toolbar in DevTools (issue #313). 2011-10-31 18:47:01 +00:00
client_handler_win.cpp Add the ability to specify full plugin matching parameters including multiple mime types and file extensions via CefPluginInfo (issue #401). 2011-11-01 16:04:57 +00:00
client_popup_handler.cpp
client_popup_handler.h
clientplugin.cpp
clientplugin.h
download_handler.cpp
download_handler.h
extension_test.cpp - Hide CEF internal V8 attributes from JavaScript (issue #316). 2011-11-04 19:34:14 +00:00
extension_test.h - Fix memory leaks in V8 usage (issue #323). 2011-09-20 20:41:54 +00:00
osrplugin.cpp - Win: Improve redraw and scrolling performance (issue #360). 2011-11-09 20:09:24 +00:00
osrplugin.h Add support for transparency on Windows (issue #99). 2011-10-21 19:35:19 +00:00
osrplugin_test.cpp Add the ability to specify full plugin matching parameters including multiple mime types and file extensions via CefPluginInfo (issue #401). 2011-11-01 16:04:57 +00:00
osrplugin_test.h Add support for transparency on Windows (issue #99). 2011-10-21 19:35:19 +00:00
plugin_test.cpp Add the ability to specify full plugin matching parameters including multiple mime types and file extensions via CefPluginInfo (issue #401). 2011-11-01 16:04:57 +00:00
plugin_test.h
resource.h - Win: Improve redraw and scrolling performance (issue #360). 2011-11-09 20:09:24 +00:00
resource_util.h Add initial Linux support (issue #40). 2011-10-24 20:20:52 +00:00
resource_util_linux.cpp - Linux: Implement resource loading in cefclient. 2011-11-12 04:47:00 +00:00
resource_util_mac.mm
resource_util_win.cpp
scheme_test.cpp Pass the |redirectUrl| parameter to GetResponseHeaders() instead of ProcessRequest() (issue #414). 2011-11-07 22:23:51 +00:00
scheme_test.h
string_util.cpp
string_util.h
uiplugin.cpp
uiplugin.h
uiplugin_test.cpp Add the ability to specify full plugin matching parameters including multiple mime types and file extensions via CefPluginInfo (issue #401). 2011-11-01 16:04:57 +00:00
uiplugin_test.h
util.h