Skip to content

Commit 8ea37ec

Browse files
committed
Update patches for CEF branch 2743
1 parent d199672 commit 8ea37ec

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/Build-instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

patches/issue125.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --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")) ||

0 commit comments

Comments
 (0)