cef/libcef_dll
Marshall Greenblatt 558a8a3658 Implement improvements for request handling (issue #1327).
- Add a new CefRequestHandler::OnResourceResponse() method for inspecting the request/response headers and potentially restarting or redirecting the request.
- Add a new CefRequest::GetIdentifier() method for tracking a request across multiple CefRequestHandler callbacks.
- Pass a CefRequest object instead of just the old URL to CefRequestHandler::OnResourceRedirect().

git-svn-id: https://chromiumembedded.googlecode.com/svn/trunk@2073 5089003a-bbd8-11dd-ad1f-f1f9622dbc98
2015-03-11 18:44:11 +00:00
..
base Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
cpptoc Implement improvements for request handling (issue #1327). 2015-03-11 18:44:11 +00:00
ctocpp Implement improvements for request handling (issue #1327). 2015-03-11 18:44:11 +00:00
sandbox Introduce the use of Chromium types (issue #1336). 2014-07-14 22:18:51 +00:00
wrapper Add missing initializer to CefStreamResourceHandler constructor (issue #1187). 2015-03-04 19:01:53 +00:00
CMakeLists.txt.in Update to Chromium revision 8cb76f56 (#307671) 2014-12-13 20:18:31 +00:00
libcef_dll2.cc Introduce the use of Chromium types (issue #1336). 2014-07-11 20:10:05 +00:00
libcef_dll.cc Add support for complete isolation of storage and permissions (cache, cookies, localStorage, access grants, etc) on a per-request-context basis (issue #1044). 2015-03-02 20:25:14 +00:00
libcef_dll.rc - Add about:version, about:credits and about:license internal URLs (issue #731). 2012-10-08 17:47:37 +00:00
libcef.dll.manifest Update to Chromium revision 217791. 2013-08-15 19:38:55 +00:00
resource.h
transfer_util.cc Rename .cpp file extensions to .cc for consistency (issue #1500). 2015-01-22 01:55:39 +00:00
transfer_util.h