mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 129.0.6668.0
- Mac: Minimum system version is now 11.0. - Win: Windows SDK version is now 10.0.22621.2428.
This commit is contained in:
committed by
Marshall Greenblatt
parent
2cd405baac
commit
af1f40a2d3
@@ -1,8 +1,8 @@
|
||||
diff --git chrome/browser/ui/views/profiles/profile_menu_view_base.cc chrome/browser/ui/views/profiles/profile_menu_view_base.cc
|
||||
index b1f2387812161..e8a55e883bbc9 100644
|
||||
index cbc806f09f40c..b70fc0ec47dfb 100644
|
||||
--- chrome/browser/ui/views/profiles/profile_menu_view_base.cc
|
||||
+++ chrome/browser/ui/views/profiles/profile_menu_view_base.cc
|
||||
@@ -1089,8 +1089,8 @@ int ProfileMenuViewBase::GetMaxHeight() const {
|
||||
@@ -1108,8 +1108,8 @@ int ProfileMenuViewBase::GetMaxHeight() const {
|
||||
->GetDisplayNearestPoint(anchor_rect.CenterPoint())
|
||||
.work_area();
|
||||
int available_space = screen_space.bottom() - anchor_rect.bottom();
|
||||
@@ -14,15 +14,15 @@ index b1f2387812161..e8a55e883bbc9 100644
|
||||
std::max(available_space, anchor_rect.y() - screen_space.y());
|
||||
#endif
|
||||
diff --git ui/views/style/platform_style_mac.mm ui/views/style/platform_style_mac.mm
|
||||
index ace1e3b9864be..869d1f51700a1 100644
|
||||
index 869d1f51700a1..ace1e3b9864be 100644
|
||||
--- ui/views/style/platform_style_mac.mm
|
||||
+++ ui/views/style/platform_style_mac.mm
|
||||
@@ -43,7 +43,7 @@ const bool PlatformStyle::kTableViewSupportsKeyboardNavigationByCell = false;
|
||||
const bool PlatformStyle::kTreeViewSelectionPaintsEntireRow = true;
|
||||
const bool PlatformStyle::kUseRipples = false;
|
||||
const bool PlatformStyle::kInactiveWidgetControlsAppearDisabled = true;
|
||||
-const bool PlatformStyle::kAdjustBubbleIfOffscreen = false;
|
||||
+const bool PlatformStyle::kAdjustBubbleIfOffscreen = true;
|
||||
-const bool PlatformStyle::kAdjustBubbleIfOffscreen = true;
|
||||
+const bool PlatformStyle::kAdjustBubbleIfOffscreen = false;
|
||||
const View::FocusBehavior PlatformStyle::kDefaultFocusBehavior =
|
||||
View::FocusBehavior::ACCESSIBLE_ONLY;
|
||||
|
||||
|
Reference in New Issue
Block a user