cef/tests/unittests
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
..
command_line_unittest.cc - Expose command line parsing support with a new CefCommandLine class (issue #422). 2011-11-14 23:43:52 +00:00
content_filter_unittest.cc
cookie_unittest.cc Add CefSetCookiePath() and CefSetStoragePath() functions for changing cookie and localStorage locations while CEF is running (issue #347). 2011-11-02 19:50:00 +00:00
dom_unittest.cc
navigation_unittest.cc
request_unittest.cc
run_all_unittests.cc
scheme_handler_unittest.cc Pass the |redirectUrl| parameter to GetResponseHeaders() instead of ProcessRequest() (issue #414). 2011-11-07 22:23:51 +00:00
storage_unittest.cc 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
stream_unittest.cc
string_unittest.cc
test_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
test_suite.cc - Add a new CefApp interface that provides global handlers and gets passed to CefInitialize() (issue #399). 2011-11-23 22:47:09 +00:00
test_suite.h Add CefSetCookiePath() and CefSetStoragePath() functions for changing cookie and localStorage locations while CEF is running (issue #347). 2011-11-02 19:50:00 +00:00
url_unittest.cc
v8_unittest.cc 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
web_urlrequest_unittest.cc
xml_reader_unittest.cc
zip_reader_unittest.cc