cef/libcef_dll
Marshall Greenblatt 8b400331c7 Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622).
With this change the CefCookieManager::SetSupportedSchemes method can be used
to disable all loading and saving of cookies for the associated request context.
This matches functionality that was previously available via GetBlockingManager.

This change also fixes a bug where Set-Cookie headers returned for a request
handled via CefSchemeHandlerFactory would be ignored if there was not also a
CefResourceRequestHandler returned for the request.

To test: All CookieTest.* tests pass.
2019-05-02 18:33:10 -04:00
..
base
cpptoc Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622). 2019-05-02 18:33:10 -04:00
ctocpp Support disabling of cookie load/save via SetSupportedSchemes (see issue #2622). 2019-05-02 18:33:10 -04:00
sandbox
wrapper Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
CMakeLists.txt.in
libcef_dll2.cc
libcef_dll.cc
libcef_dll.rc
libcef.dll.manifest
libcef.lst
ptr_util.h
resource.h
shutdown_checker.cc
shutdown_checker.h
transfer_util.cc
transfer_util.h
views_stub.cc
wrapper_types.h Move cookie load/save callbacks to CefCookieAccessFilter (see issue #2622). 2019-04-26 13:02:58 -04:00