Tag 13600 API version

This commit is contained in:
Marshall Greenblatt
2025-04-07 17:42:26 -04:00
parent 06288b535e
commit d746017d7c
3 changed files with 10 additions and 4 deletions

View File

@ -47,8 +47,14 @@
"linux": "5b7c2284ed2542cf6212981d62ca9122fb2a4e88", "linux": "5b7c2284ed2542cf6212981d62ca9122fb2a4e88",
"mac": "9862177631e8059a497d6086058168dd47477ab7", "mac": "9862177631e8059a497d6086058168dd47477ab7",
"windows": "3e78b6fe5fd31d69049499450849ada17a720a53" "windows": "3e78b6fe5fd31d69049499450849ada17a720a53"
},
"13600": {
"comment": "Added April 07, 2025.",
"linux": "eb353ba7b8b9bcbef890217971cd8ec41efeaa75",
"mac": "22c77d1f2305de8a6147f14e52f074b4a4e5222c",
"windows": "a8832519b4eb058567d68b65be1e1c9e80aae566"
} }
}, },
"last": "13500", "last": "13600",
"min": "13300" "min": "13300"
} }

View File

@ -3634,7 +3634,7 @@ typedef enum {
/// ///
typedef enum { typedef enum {
CEF_CTBT_CAST, CEF_CTBT_CAST,
#if CEF_API_REMOVED(CEF_NEXT) #if CEF_API_REMOVED(13600)
CEF_CTBT_DOWNLOAD, CEF_CTBT_DOWNLOAD,
CEF_CTBT_SEND_TAB_TO_SELF, CEF_CTBT_SEND_TAB_TO_SELF,
#else #else
@ -3793,7 +3793,7 @@ typedef enum {
CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION = 1 << 22, CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION = 1 << 22,
CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT = 1 << 23, CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT = 1 << 23,
CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS = 1 << 24, CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS = 1 << 24,
#if CEF_API_ADDED(CEF_NEXT) #if CEF_API_ADDED(13600)
CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS = 1 << 25, CEF_PERMISSION_TYPE_LOCAL_NETWORK_ACCESS = 1 << 25,
#endif #endif
} cef_permission_request_types_t; } cef_permission_request_types_t;

View File

@ -501,7 +501,7 @@ typedef enum {
CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS, CEF_CONTENT_SETTING_TYPE_REVOKED_DISRUPTIVE_NOTIFICATION_PERMISSIONS,
#endif #endif
#if CEF_API_ADDED(CEF_NEXT) #if CEF_API_ADDED(13600)
/// Content setting for whether the site is allowed to make local network /// Content setting for whether the site is allowed to make local network
/// requests. /// requests.
CEF_CONTENT_SETTING_TYPE_LOCAL_NETWORK_ACCESS, CEF_CONTENT_SETTING_TYPE_LOCAL_NETWORK_ACCESS,