Skip to content

Commit

Permalink
Update to CEF version 119.4.3+gc76a3b9+chromium-119.0.6045.159
Browse files Browse the repository at this point in the history
  • Loading branch information
S1artie authored and magreenblatt committed Nov 27, 2023
1 parent 37f25dc commit 8ff2de3
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 13 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ set_property(GLOBAL PROPERTY OS_FOLDERS ON)

# Specify the CEF distribution version.
if(NOT DEFINED CEF_VERSION)
set(CEF_VERSION "116.0.19+gc6a20bc+chromium-116.0.5845.141")
set(CEF_VERSION "119.4.3+gc76a3b9+chromium-119.0.6045.159")
endif()

# Determine the platform.
Expand Down
4 changes: 0 additions & 4 deletions java/org/cef/handler/CefLoadHandler.java
Original file line number Diff line number Diff line change
Expand Up @@ -187,12 +187,8 @@ enum ErrorCode {
ERR_INVALID_HTTP_RESPONSE(-370),
ERR_CONTENT_DECODING_INIT_FAILED(-371),
ERR_HTTP2_RST_STREAM_NO_ERROR_RECEIVED(-372),
ERR_HTTP2_PUSHED_STREAM_NOT_AVAILABLE(-373),
ERR_HTTP2_CLAIMED_PUSHED_STREAM_RESET_BY_SERVER(-374),
ERR_TOO_MANY_RETRIES(-375),
ERR_HTTP2_STREAM_CLOSED(-376),
ERR_HTTP2_CLIENT_REFUSED_STREAM(-377),
ERR_HTTP2_PUSHED_RESPONSE_DOES_NOT_MATCH(-378),
ERR_HTTP_RESPONSE_CODE_FAILURE(-379),
ERR_QUIC_CERT_ROOT_NOT_KNOWN(-380),
ERR_QUIC_GOAWAY_REQUEST_CAN_BE_RETRIED(-381),
Expand Down
8 changes: 0 additions & 8 deletions native/jni_util.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -633,18 +633,10 @@ jobject NewJNIErrorCode(JNIEnv* env, cef_errorcode_t errorCode) {
ERR_CONTENT_DECODING_INIT_FAILED, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_HTTP2_RST_STREAM_NO_ERROR_RECEIVED, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_HTTP2_PUSHED_STREAM_NOT_AVAILABLE, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_HTTP2_CLAIMED_PUSHED_STREAM_RESET_BY_SERVER, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_TOO_MANY_RETRIES, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_HTTP2_STREAM_CLOSED, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_HTTP2_CLIENT_REFUSED_STREAM, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_HTTP2_PUSHED_RESPONSE_DOES_NOT_MATCH, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
ERR_HTTP_RESPONSE_CODE_FAILURE, jerrorCode);
JNI_CASE(env, "org/cef/handler/CefLoadHandler$ErrorCode",
Expand Down

0 comments on commit 8ff2de3

Please sign in to comment.