mirror of
https://bitbucket.org/chromiumembedded/cef
synced 2025-06-05 21:39:12 +02:00
Update to Chromium version 110.0.5481.23
This commit is contained in:
@ -178,7 +178,7 @@ index 28085aa32d7d8..312911b8a4564 100644
|
||||
BrowserFrame(const BrowserFrame&) = delete;
|
||||
BrowserFrame& operator=(const BrowserFrame&) = delete;
|
||||
diff --git chrome/browser/ui/views/frame/browser_view.cc chrome/browser/ui/views/frame/browser_view.cc
|
||||
index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
index 5b3bbc40a9bb8..41744430646ff 100644
|
||||
--- chrome/browser/ui/views/frame/browser_view.cc
|
||||
+++ chrome/browser/ui/views/frame/browser_view.cc
|
||||
@@ -311,11 +311,10 @@ using content::NativeWebKeyboardEvent;
|
||||
@ -255,7 +255,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
return frame_->GetFrameView()->ShouldHideTopUIForFullscreen();
|
||||
}
|
||||
|
||||
@@ -2795,7 +2813,8 @@ DownloadShelf* BrowserView::GetDownloadShelf() {
|
||||
@@ -2796,7 +2814,8 @@ DownloadShelf* BrowserView::GetDownloadShelf() {
|
||||
}
|
||||
|
||||
DownloadBubbleUIController* BrowserView::GetDownloadBubbleUIController() {
|
||||
@ -265,7 +265,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
if (auto* download_button = toolbar_button_provider_->GetDownloadButton())
|
||||
return download_button->bubble_controller();
|
||||
return nullptr;
|
||||
@@ -3287,7 +3306,8 @@ void BrowserView::ReparentTopContainerForEndOfImmersive() {
|
||||
@@ -3288,7 +3307,8 @@ void BrowserView::ReparentTopContainerForEndOfImmersive() {
|
||||
if (top_container()->parent() == this)
|
||||
return;
|
||||
|
||||
@ -275,7 +275,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
top_container()->DestroyLayer();
|
||||
AddChildViewAt(top_container(), 0);
|
||||
EnsureFocusOrder();
|
||||
@@ -3864,8 +3884,10 @@ void BrowserView::Layout() {
|
||||
@@ -3865,8 +3885,10 @@ void BrowserView::Layout() {
|
||||
|
||||
// TODO(jamescook): Why was this in the middle of layout code?
|
||||
toolbar_->location_bar()->omnibox_view()->SetFocusBehavior(
|
||||
@ -288,7 +288,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
|
||||
// Some of the situations when the BrowserView is laid out are:
|
||||
// - Enter/exit immersive fullscreen mode.
|
||||
@@ -3931,6 +3953,11 @@ void BrowserView::AddedToWidget() {
|
||||
@@ -3932,6 +3954,11 @@ void BrowserView::AddedToWidget() {
|
||||
SetThemeProfileForWindow(GetNativeWindow(), browser_->profile());
|
||||
#endif
|
||||
|
||||
@ -300,7 +300,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
toolbar_->Init();
|
||||
|
||||
// TODO(pbos): Manage this either inside SidePanel or the corresponding button
|
||||
@@ -3990,13 +4017,9 @@ void BrowserView::AddedToWidget() {
|
||||
@@ -3991,13 +4018,9 @@ void BrowserView::AddedToWidget() {
|
||||
|
||||
EnsureFocusOrder();
|
||||
|
||||
@ -316,7 +316,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
using_native_frame_ = frame_->ShouldUseNativeFrame();
|
||||
|
||||
MaybeInitializeWebUITabStrip();
|
||||
@@ -4405,7 +4428,8 @@ void BrowserView::ProcessFullscreen(bool fullscreen,
|
||||
@@ -4406,7 +4429,8 @@ void BrowserView::ProcessFullscreen(bool fullscreen,
|
||||
// Undo our anti-jankiness hacks and force a re-layout.
|
||||
in_process_fullscreen_ = false;
|
||||
ToolbarSizeChanged(false);
|
||||
@ -326,7 +326,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
}
|
||||
|
||||
bool BrowserView::ShouldUseImmersiveFullscreenForUrl(const GURL& url) const {
|
||||
@@ -4747,6 +4771,8 @@ Profile* BrowserView::GetProfile() {
|
||||
@@ -4748,6 +4772,8 @@ Profile* BrowserView::GetProfile() {
|
||||
}
|
||||
|
||||
void BrowserView::UpdateUIForTabFullscreen() {
|
||||
@ -335,7 +335,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
frame()->GetFrameView()->UpdateFullscreenTopUI();
|
||||
}
|
||||
|
||||
@@ -4769,6 +4795,8 @@ void BrowserView::HideDownloadShelf() {
|
||||
@@ -4770,6 +4796,8 @@ void BrowserView::HideDownloadShelf() {
|
||||
}
|
||||
|
||||
bool BrowserView::CanUserExitFullscreen() const {
|
||||
@ -345,7 +345,7 @@ index 457e24dccb793..4ccb4705c2d7f 100644
|
||||
}
|
||||
|
||||
diff --git chrome/browser/ui/views/frame/browser_view.h chrome/browser/ui/views/frame/browser_view.h
|
||||
index 97f6f59322215..a71571e0d6ce9 100644
|
||||
index b37a1c4e7a87b..2dc68dc29f39f 100644
|
||||
--- chrome/browser/ui/views/frame/browser_view.h
|
||||
+++ chrome/browser/ui/views/frame/browser_view.h
|
||||
@@ -131,11 +131,16 @@ class BrowserView : public BrowserWindow,
|
||||
@ -365,7 +365,7 @@ index 97f6f59322215..a71571e0d6ce9 100644
|
||||
void set_frame(BrowserFrame* frame) { frame_ = frame; }
|
||||
BrowserFrame* frame() const { return frame_; }
|
||||
|
||||
@@ -803,6 +808,12 @@ class BrowserView : public BrowserWindow,
|
||||
@@ -804,6 +809,12 @@ class BrowserView : public BrowserWindow,
|
||||
void SetLoadingAnimationStateChangeClosureForTesting(
|
||||
base::OnceClosure closure);
|
||||
|
||||
|
Reference in New Issue
Block a user