Skip to content

Commit dcb1fe1

Browse files
committed
Update to Chromium v58 on Windows (cztomczak#354)
1 parent 6b875ae commit dcb1fe1

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

src/compile_time_constants.pxi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
# This file was generated by setup.py
2-
DEF UNAME_SYSNAME = "Linux"
2+
DEF UNAME_SYSNAME = "Windows"
33
DEF PY_MAJOR_VERSION = 2

src/version/cef_version_win.h

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,16 @@
3535
#ifndef CEF_INCLUDE_CEF_VERSION_H_
3636
#define CEF_INCLUDE_CEF_VERSION_H_
3737

38-
#define CEF_VERSION "3.2987.1601.gf035232"
38+
#define CEF_VERSION "3.3029.1604.g364cd86"
3939
#define CEF_VERSION_MAJOR 3
40-
#define CEF_COMMIT_NUMBER 1601
41-
#define CEF_COMMIT_HASH "f035232c082f837d2b85bd7821a93a54fc742775"
40+
#define CEF_COMMIT_NUMBER 1604
41+
#define CEF_COMMIT_HASH "364cd863b14617f21e6bf8fd3ca3faea01e2ef38"
4242
#define COPYRIGHT_YEAR 2017
4343

44-
#define CHROME_VERSION_MAJOR 57
44+
#define CHROME_VERSION_MAJOR 58
4545
#define CHROME_VERSION_MINOR 0
46-
#define CHROME_VERSION_BUILD 2987
47-
#define CHROME_VERSION_PATCH 133
46+
#define CHROME_VERSION_BUILD 3029
47+
#define CHROME_VERSION_PATCH 81
4848

4949
#define DO_MAKE_STRING(p) #p
5050
#define MAKE_STRING(p) DO_MAKE_STRING(p)
@@ -63,13 +63,13 @@ extern "C" {
6363
// universal hash value will change if any platform is affected whereas the
6464
// platform hash values will change only if that particular platform is
6565
// affected.
66-
#define CEF_API_HASH_UNIVERSAL "b0a24e3e202f3d8b72f2fbc1ebc5864f96ec16ae"
66+
#define CEF_API_HASH_UNIVERSAL "f0e835273a00acd02a699af272fc8f6ff9c5645c"
6767
#if defined(OS_WIN)
68-
#define CEF_API_HASH_PLATFORM "1c6a27f840ac87c8c971350c907edbe2c5fa0387"
68+
#define CEF_API_HASH_PLATFORM "3cf7ac2b9aa61adfb9e5decdf0d32fbf78813355"
6969
#elif defined(OS_MACOSX)
70-
#define CEF_API_HASH_PLATFORM "1567db600ee83cc2a59bb8c17ca416d11a7c9b8a"
70+
#define CEF_API_HASH_PLATFORM "f1d2ed00ab93e03a215fd787e6da9127e2949fd8"
7171
#elif defined(OS_LINUX)
72-
#define CEF_API_HASH_PLATFORM "1f9f9e15bf7cf13de2557ddd411dfc9f694503b0"
72+
#define CEF_API_HASH_PLATFORM "698e69c4297cc63b9893558a8591e7bd7aeeb0d4"
7373
#endif
7474

7575
// Returns CEF version information for the libcef library. The |entry|

0 commit comments

Comments
 (0)