Marshall Greenblatt

Results 1180 comments of Marshall Greenblatt

See the updated [SandboxSetup](https://bitbucket.org/chromiumembedded/cef/wiki/SandboxSetup.md) Wiki page for complete bootstrap usage details.

**See the [SandboxSetup](https://bitbucket.org/chromiumembedded/cef/wiki/SandboxSetup.md) Wiki page for complete bootstrap usage details.** The bootstrap executable will check code signing certificates (see https://github.com/chromiumembedded/cef/issues/3935 for background). If either the bootstrap executable or the client...

**See the [SandboxSetup](https://bitbucket.org/chromiumembedded/cef/wiki/SandboxSetup.md) Wiki page for complete bootstrap usage details.** Example of changing the `bootstrap.exe` program icon (and renaming to `cefclient.exe`) using [Resource Hacker](https://www.angusj.com/resourcehacker/): ``` > ResourceHacker.exe -open "D:\code\chromium_git\chromium\src\out\Debug_GN_x64\bootstrap.exe" -save...

**Original comment by Hua Liu (Bitbucket: Hua Liu).** ---------------------------------------- One of the checks\(**expect\_response\_was\_cached**\) in the cache control test is used to check whether the response data for the request comes...

We might need to add a new CefRequestContext method for clearing the in-memory cache.

The following test is failing consistently when run together starting with M86, but not failing when run by itself. ``` > ceftests.exe --gtest_filter=URLRequestTest.BrowserGETCacheWithControlContextGlobal* Note: Google Test filter = URLRequestTest.BrowserGETCacheWithControlContextGlobal* [==========]...

Issue #3155 was marked as a duplicate of this issue.

**Original changes by Hua Liu (Bitbucket: Hua Liu).** ---------------------------------------- * changed component from "Unclassified" to "Tests"

* changed title from "Executing CacheWithControl-related ceftests will fail" to "CacheWithControl-related ceftests leak global cache state"