Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8ea37ec

Browse filesBrowse files
committed
Update patches for CEF branch 2743
1 parent d199672 commit 8ea37ec
Copy full SHA for 8ea37ec

File tree

Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

2 files changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎docs/Build-instructions.md‎

Copy file name to clipboardExpand all lines: docs/Build-instructions.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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
Collapse file

‎patches/issue125.patch‎

Copy file name to clipboardExpand all lines: patches/issue125.patch
+2-2Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.