merge: update to chromium 135.0.7049.95

This commit is contained in:
jj
2025-04-18 18:36:57 +00:00
6 changed files with 8 additions and 9 deletions

View File

@@ -1 +1 @@
135.0.7049.84
135.0.7049.95

View File

@@ -9,7 +9,6 @@ Allow sites to check if you have payment methods saved | Disabled | chrome://set
Ask where to save each file before downloading | Enabled | chrome://settings/downloads
Auto sign-in | Disabled | chrome://settings/passwords
Block third-party cookies | Enabled | chrome://settings/cookies
Clear cookies and site data when you close all windows | Enabled | chrome://settings/cookies
Continue running background apps when Chromium is closed | Disabled | chrome://settings/system
Hyperlink auditing (\<a ping>) | Disabled | NA
Link Doctor | Disabled | NA

View File

@@ -1,6 +1,6 @@
--- a/chrome/browser/ui/views/toolbar/toolbar_view.cc
+++ b/chrome/browser/ui/views/toolbar/toolbar_view.cc
@@ -484,6 +484,17 @@ void ToolbarView::Init() {
@@ -489,6 +489,17 @@ void ToolbarView::Init() {
browser_->profile()->IsGuestSession() ||
browser_->profile()->IsRegularProfile();
#endif

View File

@@ -86,7 +86,7 @@
// Feature declarations and associated constants (feature params, et cetera)
--- a/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
+++ b/third_party/blink/renderer/modules/webgl/webgl_rendering_context_base.cc
@@ -3860,6 +3860,8 @@ ScriptValue WebGLRenderingContextBase::g
@@ -3861,6 +3861,8 @@ ScriptValue WebGLRenderingContextBase::g
pname, IdentifiabilityBenignStringToken(
String(ContextGL()->GetString(GL_RENDERER))));
}
@@ -95,7 +95,7 @@
return WebGLAny(script_state,
String(ContextGL()->GetString(GL_RENDERER)));
}
@@ -3875,6 +3877,8 @@ ScriptValue WebGLRenderingContextBase::g
@@ -3876,6 +3878,8 @@ ScriptValue WebGLRenderingContextBase::g
pname, IdentifiabilityBenignStringToken(
String(ContextGL()->GetString(GL_VENDOR))));
}

View File

@@ -19,7 +19,7 @@
auto location_bar = std::make_unique<LocationBarView>(
browser_, browser_->profile(), browser_->command_controller(), this,
display_mode_ != DisplayMode::NORMAL);
@@ -835,13 +823,6 @@ void ToolbarView::Layout(PassKey) {
@@ -840,13 +828,6 @@ void ToolbarView::Layout(PassKey) {
// The container view should be the exact same size/position as ToolbarView.
container_view_->SetSize(size());
@@ -33,7 +33,7 @@
if (display_mode_ == DisplayMode::CUSTOM_TAB) {
custom_tab_bar_->SetBounds(0, 0, width(),
custom_tab_bar_->GetPreferredSize().height());
@@ -851,7 +832,6 @@ void ToolbarView::Layout(PassKey) {
@@ -856,7 +837,6 @@ void ToolbarView::Layout(PassKey) {
if (display_mode_ == DisplayMode::NORMAL) {
LayoutCommon();
@@ -41,7 +41,7 @@
}
if (toolbar_controller_) {
@@ -889,37 +869,6 @@ void ToolbarView::OnThemeChanged() {
@@ -894,37 +874,6 @@ void ToolbarView::OnThemeChanged() {
SchedulePaint();
}

View File

@@ -1 +1 @@
4
1