File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ __Windows__
7878* To build CEF from sources:
7979 * Use Win7 x64 or later. 32-bit OS'es are not supported. For more details
8080 see [ here] ( https://www.chromium.org/developers/how-tos/build-instructions-windows ) .
81- * For CEF branch >= 2704 install VS2015 Update 2 or later
82- * For CEF branch < 2704 install VS2013 Update 4 or later
81+ * For CEF branch >= 2704 install VS2015 Update 2 or later. Use the
82+ Custom Install option, see details [ here ] ( https://chromium.googlesource.com/chromium/src/+/master/docs/windows_build_instructions.md#Open-source-contributors ) .
8383 * Install [ CMake] ( https://cmake.org/ ) 2.8.12.1 or newer and add cmake.exe
8484 to PATH
8585 * Install [ ninja] ( http://martine.github.io/ninja/ ) and add ninja.exe
Original file line number Diff line number Diff line change 11diff --git http_cache_transaction.cc http_cache_transaction.cc
2- index 178df98..85dc6d1 100644
2+ index 4200926..334a182 100644
33--- http_cache_transaction.cc
44+++ http_cache_transaction.cc
5- @@ -2489 ,7 +2489 ,8 @@ int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) {
5+ @@ -2501 ,7 +2501 ,8 @@ int HttpCache::Transaction::WriteResponseInfoToEntry(bool truncated) {
66 // blocking page is shown. An alternative would be to reverse-map the cert
77 // status to a net error and replay the net error.
88 if ((response_.headers->HasHeaderValue("cache-control", "no-store")) ||
You can’t perform that action at this time.
0 commit comments