Skip to content

Commit bd5cce9

Browse files
committed
en-US locale was outdated, came from revision 607, locales/ directory contains all locales now, the default one is "en-US", others are optional and do not need to be distributed.
1 parent c6532d3 commit bd5cce9

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

cefexample/_changelog.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
Version 0.42 not yet released.
2-
* Rebind/reload example added to cefadvanced.py
2+
* Rebind/reload example added to cefadvanced.py.
3+
* en-US locale was outdated, came from revision `607`, locales/ directory contains all locales now, the default one is "en-US", others are optional and do not need to be distributed.
34

45
Version 0.41 released on 2012-09-14.
56
* New options in [ApplicationSettings]: auto_detect_proxy_settings_enabled, pack_loading_disabled.

pyinclude/cef_types.pxd

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,10 @@ cdef extern from "include/internal/cef_types.h":
2020
ctypedef long long int64
2121

2222
# LoadHandler > OnLoadError - ErrorCode.
23+
24+
# Some of the constants are missing, for an up to date list see:
25+
# http://src.chromium.org/viewvc/chrome/trunk/src/net/base/net_error_list.h?view=markup
26+
2327
cdef enum cef_handler_errorcode_t:
2428
ERR_FAILED = -2,
2529
ERR_ABORTED = -3,

0 commit comments

Comments
 (0)