Skip to content

Commit cd052ec

Browse files
committed
Update to Chromium version 130.0.6723.0 (#1356013)
1 parent e44d33d commit cd052ec

File tree

84 files changed

+758
-736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

84 files changed

+758
-736
lines changed

CHROMIUM_BUILD_COMPATIBILITY.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# https://bitbucket.org/chromiumembedded/cef/wiki/BranchesAndBuilding
88

99
{
10-
'chromium_checkout': 'refs/tags/129.0.6668.0'
10+
'chromium_checkout': 'refs/tags/130.0.6723.0'
1111
}

include/cef_api_hash.h

+4-4
Original file line numberDiff line numberDiff line change
@@ -42,13 +42,13 @@
4242
// way that may cause binary incompatibility with other builds. The universal
4343
// hash value will change if any platform is affected whereas the platform hash
4444
// values will change only if that particular platform is affected.
45-
#define CEF_API_HASH_UNIVERSAL "3c4bef13c1801f001305b1bc3af84039b2426943"
45+
#define CEF_API_HASH_UNIVERSAL "9717d7221d63adfd79ee52e2a31c9ac7acdd6d50"
4646
#if defined(OS_WIN)
47-
#define CEF_API_HASH_PLATFORM "10e56374e7d422b45eec31ae5d2aa7ef5288621c"
47+
#define CEF_API_HASH_PLATFORM "072a4fe61a512f21fd0d664495902fca6ec2193b"
4848
#elif defined(OS_MAC)
49-
#define CEF_API_HASH_PLATFORM "ae9f14019f456db6ad8059f17d1dfd484d4a08d7"
49+
#define CEF_API_HASH_PLATFORM "ee7f0e9247add8df0827d02da32559e38e8079d0"
5050
#elif defined(OS_LINUX)
51-
#define CEF_API_HASH_PLATFORM "84dcdea90daf46d0ba611b1d0f3e42666fb3382d"
51+
#define CEF_API_HASH_PLATFORM "88996e58ee062016efd054bfbafd03dd3daa99ed"
5252
#endif
5353

5454
#ifdef __cplusplus

include/internal/cef_types.h

+16-14
Original file line numberDiff line numberDiff line change
@@ -3627,20 +3627,22 @@ typedef enum {
36273627
CEF_PERMISSION_TYPE_DISK_QUOTA = 1 << 7,
36283628
CEF_PERMISSION_TYPE_LOCAL_FONTS = 1 << 8,
36293629
CEF_PERMISSION_TYPE_GEOLOCATION = 1 << 9,
3630-
CEF_PERMISSION_TYPE_IDENTITY_PROVIDER = 1 << 10,
3631-
CEF_PERMISSION_TYPE_IDLE_DETECTION = 1 << 11,
3632-
CEF_PERMISSION_TYPE_MIC_STREAM = 1 << 12,
3633-
CEF_PERMISSION_TYPE_MIDI_SYSEX = 1 << 13,
3634-
CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS = 1 << 14,
3635-
CEF_PERMISSION_TYPE_NOTIFICATIONS = 1 << 15,
3636-
CEF_PERMISSION_TYPE_KEYBOARD_LOCK = 1 << 16,
3637-
CEF_PERMISSION_TYPE_POINTER_LOCK = 1 << 17,
3638-
CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER = 1 << 18,
3639-
CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER = 1 << 19,
3640-
CEF_PERMISSION_TYPE_STORAGE_ACCESS = 1 << 20,
3641-
CEF_PERMISSION_TYPE_VR_SESSION = 1 << 21,
3642-
CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT = 1 << 22,
3643-
CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS = 1 << 23,
3630+
CEF_PERMISSION_TYPE_HAND_TRACKING = 1 << 10,
3631+
CEF_PERMISSION_TYPE_IDENTITY_PROVIDER = 1 << 11,
3632+
CEF_PERMISSION_TYPE_IDLE_DETECTION = 1 << 12,
3633+
CEF_PERMISSION_TYPE_MIC_STREAM = 1 << 13,
3634+
CEF_PERMISSION_TYPE_MIDI_SYSEX = 1 << 14,
3635+
CEF_PERMISSION_TYPE_MULTIPLE_DOWNLOADS = 1 << 15,
3636+
CEF_PERMISSION_TYPE_NOTIFICATIONS = 1 << 16,
3637+
CEF_PERMISSION_TYPE_KEYBOARD_LOCK = 1 << 17,
3638+
CEF_PERMISSION_TYPE_POINTER_LOCK = 1 << 18,
3639+
CEF_PERMISSION_TYPE_PROTECTED_MEDIA_IDENTIFIER = 1 << 19,
3640+
CEF_PERMISSION_TYPE_REGISTER_PROTOCOL_HANDLER = 1 << 20,
3641+
CEF_PERMISSION_TYPE_STORAGE_ACCESS = 1 << 21,
3642+
CEF_PERMISSION_TYPE_VR_SESSION = 1 << 22,
3643+
CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION = 1 << 23,
3644+
CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT = 1 << 24,
3645+
CEF_PERMISSION_TYPE_FILE_SYSTEM_ACCESS = 1 << 25,
36443646
} cef_permission_request_types_t;
36453647

36463648
///

include/internal/cef_types_content_settings.h

+24-17
Original file line numberDiff line numberDiff line change
@@ -445,28 +445,35 @@ typedef enum {
445445
/// ALLOW: Protections disabled.
446446
CEF_CONTENT_SETTING_TYPE_TRACKING_PROTECTION,
447447

448-
// With this permission, when the application calls `getDisplayMedia()`, a
449-
// system audio track can be returned without showing the display media
450-
// selection picker. The application can explicitly specify
451-
// `systemAudio: 'exclude'` or `video: true` to still show the display media
452-
// selection picker if needed. Please note that the setting only works for
453-
// WebUI.
448+
/// With this permission, when the application calls `getDisplayMedia()`, a
449+
/// system audio track can be returned without showing the display media
450+
/// selection picker. The application can explicitly specify
451+
/// `systemAudio: 'exclude'` or `video: true` to still show the display media
452+
/// selection picker if needed. Please note that the setting only works for
453+
/// WebUI.
454454
CEF_CONTENT_SETTING_TYPE_DISPLAY_MEDIA_SYSTEM_AUDIO,
455455

456-
// Whether to use the higher-tier v8 optimizers for running JavaScript on the
457-
// page.
456+
/// Whether to use the higher-tier v8 optimizers for running JavaScript on the
457+
/// page.
458458
CEF_CONTENT_SETTING_TYPE_JAVASCRIPT_OPTIMIZER,
459459

460-
// Content Setting for the Storage Access Headers persistent origin trial that
461-
// allows origins to opt into the storage access header behavior. Should be
462-
// scoped to `REQUESTING_ORIGIN_AND_TOP_SCHEMEFUL_SITE_SCOPE` in order to
463-
// correspond to the design of persistent origin trials. See also:
464-
// https://github.com/cfredric/storage-access-headers
465-
// ALLOW: storage access request headers will be attached to cross-site
466-
// requests, and url requests will look for response headers from
467-
// origins to retry a request or load with storage access.
468-
// BLOCK (default): no effect.
460+
/// Content Setting for the Storage Access Headers persistent origin trial
461+
/// that allows origins to opt into the storage access header behavior. Should
462+
/// be scoped to `REQUESTING_ORIGIN_AND_TOP_SCHEMEFUL_SITE_SCOPE` in order to
463+
/// correspond to the design of persistent origin trials. See also:
464+
/// https://github.com/cfredric/storage-access-headers
465+
/// ALLOW: storage access request headers will be attached to cross-site
466+
/// requests, and url requests will look for response headers from
467+
/// origins to retry a request or load with storage access.
468+
/// BLOCK (default): no effect.
469469
CEF_CONTENT_SETTING_TYPE_STORAGE_ACCESS_HEADER_ORIGIN_TRIAL,
470+
471+
/// Whether or not sites can request Hand Tracking data within WebXR Sessions.
472+
CEF_CONTENT_SETTING_TYPE_HAND_TRACKING,
473+
474+
/// Website setting to indicate whether user has opted in to allow web apps to
475+
/// install other web apps.
476+
CEF_CONTENT_SETTING_TYPE_WEB_APP_INSTALLATION,
470477
} cef_content_setting_types_t;
471478

472479
///

libcef/browser/alloy/alloy_browser_host_impl.cc

+3-1
Original file line numberDiff line numberDiff line change
@@ -940,17 +940,19 @@ content::WebContents* AlloyBrowserHostImpl::OpenURLFromTab(
940940
return nullptr;
941941
}
942942

943-
void AlloyBrowserHostImpl::AddNewContents(
943+
content::WebContents* AlloyBrowserHostImpl::AddNewContents(
944944
content::WebContents* source,
945945
std::unique_ptr<content::WebContents> new_contents,
946946
const GURL& target_url,
947947
WindowOpenDisposition disposition,
948948
const blink::mojom::WindowFeatures& window_features,
949949
bool user_gesture,
950950
bool* was_blocked) {
951+
auto* new_contents_ptr = new_contents.get();
951952
platform_delegate_->AddNewContents(source, std::move(new_contents),
952953
target_url, disposition, window_features,
953954
user_gesture, was_blocked);
955+
return new_contents_ptr;
954956
}
955957

956958
void AlloyBrowserHostImpl::LoadingStateChanged(content::WebContents* source,

libcef/browser/alloy/alloy_browser_host_impl.h

+8-7
Original file line numberDiff line numberDiff line change
@@ -179,13 +179,14 @@ class AlloyBrowserHostImpl : public CefBrowserHostBase,
179179
const content::OpenURLParams& params,
180180
base::OnceCallback<void(content::NavigationHandle&)>
181181
navigation_handle_callback) override;
182-
void AddNewContents(content::WebContents* source,
183-
std::unique_ptr<content::WebContents> new_contents,
184-
const GURL& target_url,
185-
WindowOpenDisposition disposition,
186-
const blink::mojom::WindowFeatures& window_features,
187-
bool user_gesture,
188-
bool* was_blocked) override;
182+
content::WebContents* AddNewContents(
183+
content::WebContents* source,
184+
std::unique_ptr<content::WebContents> new_contents,
185+
const GURL& target_url,
186+
WindowOpenDisposition disposition,
187+
const blink::mojom::WindowFeatures& window_features,
188+
bool user_gesture,
189+
bool* was_blocked) override;
189190
void LoadingStateChanged(content::WebContents* source,
190191
bool should_show_loading_ui) override;
191192
void CloseContents(content::WebContents* source) override;

libcef/browser/chrome/chrome_content_browser_client_cef.cc

+3-3
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ namespace {
5151
void HandleExternalProtocolHelper(
5252
ChromeContentBrowserClientCef* self,
5353
content::WebContents::Getter web_contents_getter,
54-
int frame_tree_node_id,
54+
content::FrameTreeNodeId frame_tree_node_id,
5555
content::NavigationUIData* navigation_data,
5656
bool is_primary_main_frame,
5757
bool is_in_fenced_frame_tree,
@@ -343,7 +343,7 @@ void ChromeContentBrowserClientCef::WillCreateURLLoaderFactory(
343343
bool ChromeContentBrowserClientCef::HandleExternalProtocol(
344344
const GURL& url,
345345
content::WebContents::Getter web_contents_getter,
346-
int frame_tree_node_id,
346+
content::FrameTreeNodeId frame_tree_node_id,
347347
content::NavigationUIData* navigation_data,
348348
bool is_primary_main_frame,
349349
bool is_in_fenced_frame_tree,
@@ -372,7 +372,7 @@ bool ChromeContentBrowserClientCef::HandleExternalProtocol(
372372

373373
bool ChromeContentBrowserClientCef::HandleExternalProtocol(
374374
content::WebContents::Getter web_contents_getter,
375-
int frame_tree_node_id,
375+
content::FrameTreeNodeId frame_tree_node_id,
376376
content::NavigationUIData* navigation_data,
377377
bool is_primary_main_frame,
378378
bool is_in_fenced_frame_tree,

libcef/browser/chrome/chrome_content_browser_client_cef.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ class ChromeContentBrowserClientCef : public ChromeContentBrowserClient {
7878
bool HandleExternalProtocol(
7979
const GURL& url,
8080
content::WebContents::Getter web_contents_getter,
81-
int frame_tree_node_id,
81+
content::FrameTreeNodeId frame_tree_node_id,
8282
content::NavigationUIData* navigation_data,
8383
bool is_primary_main_frame,
8484
bool is_in_fenced_frame_tree,
@@ -91,7 +91,7 @@ class ChromeContentBrowserClientCef : public ChromeContentBrowserClient {
9191
override;
9292
bool HandleExternalProtocol(
9393
content::WebContents::Getter web_contents_getter,
94-
int frame_tree_node_id,
94+
content::FrameTreeNodeId frame_tree_node_id,
9595
content::NavigationUIData* navigation_data,
9696
bool is_primary_main_frame,
9797
bool is_in_fenced_frame_tree,

libcef/browser/frame_host_impl.cc

+2-2
Original file line numberDiff line numberDiff line change
@@ -469,8 +469,8 @@ void CefFrameHostImpl::ExecuteJavaScriptWithUserGestureForTests(
469469

470470
content::RenderFrameHost* rfh = GetRenderFrameHost();
471471
if (rfh) {
472-
rfh->ExecuteJavaScriptWithUserGestureForTests(javascript,
473-
base::NullCallback());
472+
rfh->ExecuteJavaScriptWithUserGestureForTests(
473+
javascript, base::NullCallback(), content::ISOLATED_WORLD_ID_GLOBAL);
474474
}
475475
}
476476

libcef/browser/net_service/cookie_helper.cc

+2-6
Original file line numberDiff line numberDiff line change
@@ -283,10 +283,7 @@ void SaveCookies(const CefBrowserContext::Getter& browser_context_getter,
283283

284284
// Match the logic in
285285
// URLRequestHttpJob::SaveCookiesAndNotifyHeadersComplete.
286-
base::Time response_date;
287-
if (!headers->GetDateValue(&response_date)) {
288-
response_date = base::Time();
289-
}
286+
const auto response_date = headers->GetDateValue();
290287

291288
const std::string_view name(net_service::kHTTPSetCookieHeaderName);
292289
std::string cookie_string;
@@ -299,8 +296,7 @@ void SaveCookies(const CefBrowserContext::Getter& browser_context_getter,
299296

300297
net::CookieInclusionStatus returned_status;
301298
std::unique_ptr<net::CanonicalCookie> cookie = net::CanonicalCookie::Create(
302-
request.url, cookie_string, base::Time::Now(),
303-
std::make_optional(response_date),
299+
request.url, cookie_string, base::Time::Now(), response_date,
304300
/*cookie_partition_key=*/std::nullopt, net::CookieSourceType::kHTTP,
305301
&returned_status);
306302
if (!returned_status.IsInclude()) {

libcef/browser/net_service/resource_request_handler_wrapper.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -1360,7 +1360,7 @@ std::unique_ptr<InterceptedRequestHandler> CreateInterceptedRequestHandler(
13601360

13611361
std::unique_ptr<InterceptedRequestHandler> CreateInterceptedRequestHandler(
13621362
content::WebContents::Getter web_contents_getter,
1363-
int frame_tree_node_id,
1363+
content::FrameTreeNodeId frame_tree_node_id,
13641364
const network::ResourceRequest& request,
13651365
const base::RepeatingClosure& unhandled_request_callback) {
13661366
CEF_REQUIRE_UIT();

libcef/browser/net_service/resource_request_handler_wrapper.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ std::unique_ptr<InterceptedRequestHandler> CreateInterceptedRequestHandler(
4141
// ProxyURLLoaderFactory::CreateProxy. Called on the UI thread only.
4242
std::unique_ptr<InterceptedRequestHandler> CreateInterceptedRequestHandler(
4343
content::WebContents::Getter web_contents_getter,
44-
int frame_tree_node_id,
44+
content::FrameTreeNodeId frame_tree_node_id,
4545
const network::ResourceRequest& request,
4646
const base::RepeatingClosure& unhandled_request_callback);
4747

libcef/browser/osr/osr_accessibility_util.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ struct PopulateAxNodeAttributes {
107107
case ax::mojom::IntAttribute::kActivedescendantId:
108108
case ax::mojom::IntAttribute::kInPageLinkTargetId:
109109
case ax::mojom::IntAttribute::kErrormessageIdDeprecated:
110-
case ax::mojom::IntAttribute::kDOMNodeId:
110+
case ax::mojom::IntAttribute::kDOMNodeIdDeprecated:
111111
case ax::mojom::IntAttribute::kDropeffectDeprecated:
112112
case ax::mojom::IntAttribute::kMemberOfId:
113113
case ax::mojom::IntAttribute::kNextFocusId:

libcef/browser/permission_prompt.cc

+4
Original file line numberDiff line numberDiff line change
@@ -208,6 +208,8 @@ cef_permission_request_types_t GetCefRequestType(
208208
return CEF_PERMISSION_TYPE_LOCAL_FONTS;
209209
case permissions::RequestType::kGeolocation:
210210
return CEF_PERMISSION_TYPE_GEOLOCATION;
211+
case permissions::RequestType::kHandTracking:
212+
return CEF_PERMISSION_TYPE_HAND_TRACKING;
211213
case permissions::RequestType::kIdentityProvider:
212214
return CEF_PERMISSION_TYPE_IDENTITY_PROVIDER;
213215
case permissions::RequestType::kIdleDetection:
@@ -236,6 +238,8 @@ cef_permission_request_types_t GetCefRequestType(
236238
return CEF_PERMISSION_TYPE_TOP_LEVEL_STORAGE_ACCESS;
237239
case permissions::RequestType::kVrSession:
238240
return CEF_PERMISSION_TYPE_VR_SESSION;
241+
case permissions::RequestType::kWebAppInstallation:
242+
return CEF_PERMISSION_TYPE_WEB_APP_INSTALLATION;
239243
case permissions::RequestType::kWindowManagement:
240244
return CEF_PERMISSION_TYPE_WINDOW_MANAGEMENT;
241245
case permissions::RequestType::kFileSystemAccess:

libcef_dll/cpptoc/views/window_delegate_cpptoc.cc

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//
1414

1515
#include "libcef_dll/cpptoc/views/window_delegate_cpptoc.h"
16+
1617
#include "libcef_dll/ctocpp/views/view_ctocpp.h"
1718
#include "libcef_dll/ctocpp/views/window_ctocpp.h"
1819
#include "libcef_dll/shutdown_checker.h"

libcef_dll/ctocpp/views/window_delegate_ctocpp.cc

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
//
1414

1515
#include "libcef_dll/ctocpp/views/window_delegate_ctocpp.h"
16+
1617
#include "libcef_dll/cpptoc/views/view_cpptoc.h"
1718
#include "libcef_dll/cpptoc/views/window_cpptoc.h"
1819
#include "libcef_dll/shutdown_checker.h"

patch/patch.cfg

+15-3
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,11 @@ patches = [
184184
#
185185
# Route |parent_widget| to MenuHost for OSR context menu Widget creation.
186186
# https://github.com/chromiumembedded/cef/issues/3330
187+
#
188+
# Make views::View::GetHeightForWidth virtual so that it can be overridden
189+
# by CefViewView. Alternately, we could implement the same functionality
190+
# by removing CefViewDelegate::GetHeightForWidth and adding an optional
191+
# |available_size| argument to CefViewDelegate::GetPreferredSize.
187192
'name': 'views_1749_2102_3330',
188193
},
189194
{
@@ -230,6 +235,13 @@ patches = [
230235
# Linux: Fix duplicate symbol error for tab_network_state.cc
231236
# https://issuetracker.google.com/issues/353628440#comment8
232237
#
238+
# Linux: Fix duplicate symbol error for automation_manager_aura.cc
239+
# https://chromium-review.googlesource.com/c/chromium/src/+/5893679
240+
#
241+
# Linux: Fix duplicate symbol error for
242+
# chrome_bluetooth_chooser_controller.cc
243+
# https://chromium-review.googlesource.com/c/chromium/src/+/5894080
244+
#
233245
# Avoid duplicate window from DevTools when CEF handles the open via
234246
# OnOpenURLFromTab.
235247
# https://github.com/chromiumembedded/cef/issues/3735
@@ -741,8 +753,8 @@ patches = [
741753
'name': 'third_party_sentencepiece_3616'
742754
},
743755
{
744-
# Windows: Add missing check in base/profiler/stack_copier.cc to fix
745-
# compilation error of cef_sandbox.
746-
'name': 'win_sandbox_stack_copier'
756+
# win: Add missing <limits> include for cef_sandbox build.
757+
# https://chromium-review.googlesource.com/c/chromium/src/+/5891459
758+
'name': 'win_base_pa_oom_5891459'
747759
}
748760
]

patch/patches/base_command_line_1872.patch

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git base/command_line.cc base/command_line.cc
2-
index 853a7fa23c725..33654c0b63dc1 100644
2+
index fd6792a0599e2..4cf7bb3ceb226 100644
33
--- base/command_line.cc
44
+++ base/command_line.cc
55
@@ -389,11 +389,10 @@ void CommandLine::AppendSwitchNative(std::string_view switch_string,

patch/patches/base_sandbox_2743.patch

+3-3
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
diff --git base/BUILD.gn base/BUILD.gn
2-
index 2561c2726d27e..f666f5b804c4c 100644
2+
index d6dbc2c38b401..0e0a5cc086291 100644
33
--- base/BUILD.gn
44
+++ base/BUILD.gn
55
@@ -41,6 +41,7 @@ import("//build/nocompile.gni")
@@ -10,7 +10,7 @@ index 2561c2726d27e..f666f5b804c4c 100644
1010
import("//testing/libfuzzer/fuzzer_test.gni")
1111
import("//testing/test.gni")
1212

13-
@@ -1519,7 +1520,11 @@ component("base") {
13+
@@ -1507,7 +1508,11 @@ component("base") {
1414
"hash/md5_constexpr_internal.h",
1515
"hash/sha1.h",
1616
]
@@ -23,7 +23,7 @@ index 2561c2726d27e..f666f5b804c4c 100644
2323
sources += [
2424
"hash/md5_nacl.cc",
2525
"hash/md5_nacl.h",
26-
@@ -1942,6 +1947,12 @@ component("base") {
26+
@@ -1932,6 +1937,12 @@ component("base") {
2727
defines += [ "COM_INIT_CHECK_HOOK_DISABLED" ]
2828
}
2929

0 commit comments

Comments
 (0)