cef/tests
Marshall Greenblatt b65f336f81 Enforce cache_path requirements for NetworkService (see issue #2622).
This change adds a new CefSettings.root_cache_path value that must be either
equal to or a parent directory of all CefSettings.cache_path and
CefRequestContextSettings.cache_path values. The sandbox may block read/write
access from the NetworkService to directories that do not meet this requirement.

To test: Run cefclient with a combination of the following flags:

--cache-path=c:\temp\cache
  Cache data should be persisted to the specified directory.

--request-context-per-browser
  A separate numbered cache directory should be created underneath the
  cache-path directory for each new browser instance.

--enable-network-service --disable-extensions
  Same tests, but with NetworkService enabled.

Known issues:
- When NetworkService is enabled a C:\temp\cache\cache\Cache directory is
  created (should be C:\temp\cache\Cache).
2019-03-24 16:47:00 -04:00
..
cefclient Enforce cache_path requirements for NetworkService (see issue #2622). 2019-03-24 16:47:00 -04:00
cefsimple macOS: Add support for and enable the V2 sandbox (issue #2459) 2018-07-27 22:33:31 -04:00
ceftests Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00
gtest Fix gtest path (issue #2188) 2017-06-13 17:09:59 +03:00
shared Remove methods that modify cookie storage at runtime (see issue #2622). 2019-03-24 16:45:06 -04:00