Hide microphone from new page

i8e changed/i8e/chromium-124.0.6367.60-2.el8.inferit.1
Arkady L. Shane 5 months ago
parent 15437fa2dd
commit bb2f058af0
Signed by: tigro
GPG Key ID: 1EC08A25C9DB2503

@ -1,4 +1,4 @@
From aa29bac82e9e521fa5cac9184a7b5d3a8d80b402 Mon Sep 17 00:00:00 2001
From 3561cffa415fecb09df3549578095eef6e07f64f Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Tue, 23 Apr 2024 14:43:39 +0300
Subject: [PATCH] Added Yandex search bar as default on newtab and new-tab-page
@ -25,7 +25,8 @@ Subject: [PATCH] Added Yandex search bar as default on newtab and new-tab-page
.../search_engine_countries-inc.cc | 9 +++++----
.../search_engines/template_url_data_util.cc | 6 +++++-
.../template_url_prepopulate_data.cc | 15 +++++++++------
21 files changed, 96 insertions(+), 36 deletions(-)
.../cr_components/omnibox/realbox.html | 7 +++++++
22 files changed, 103 insertions(+), 36 deletions(-)
diff --git a/chrome/app/generated_resources.grd b/chrome/app/generated_resources.grd
index ceabbced0f..ae958b0be4 100644
@ -579,6 +580,22 @@ index 35063c9dea..7f16c889f8 100644
return t_urls;
}
diff --git a/ui/webui/resources/cr_components/omnibox/realbox.html b/ui/webui/resources/cr_components/omnibox/realbox.html
index 59d048c127..cbe7fb682f 100644
--- a/ui/webui/resources/cr_components/omnibox/realbox.html
+++ b/ui/webui/resources/cr_components/omnibox/realbox.html
@@ -1,4 +1,11 @@
<style include="cr-icons">
+ #voiceSearchButton {
+ visibility: hidden;
+ }
+ #lensSearchButton {
+ visibility: visible;
+ }
+
:host {
--cr-realbox-height: 44px;
--cr-realbox-min-width: var(--ntp-search-box-width);
--
2.44.0

@ -337,7 +337,7 @@
Name: chromium%{chromium_channel}
Version: 124.0.6367.60
Release: 2%{?dist}.inferit
Release: 2%{?dist}.inferit.1
Summary: A WebKit (Blink) powered web browser that Google doesn't want you to use
Url: http://www.chromium.org/Home
License: BSD-3-Clause AND LGPL-2.1-or-later AND Apache-2.0 AND IJG AND MIT AND GPL-2.0-or-later AND ISC AND OpenSSL AND (MPL-1.1 OR GPL-2.0-only OR LGPL-2.0-only)
@ -2255,6 +2255,9 @@ getent group chrome-remote-desktop >/dev/null || groupadd -r chrome-remote-deskt
%endif
%changelog
* Wed Apr 24 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 124.0.6367.60-2.inferit.1
- Hide microphone from new page
* Tue Apr 23 2024 Arkady L. Shane <tigro@msvsphere-os.ru> - 124.0.6367.60-2.inferit
- update to 124.0.6367.60
- fix waylang regression

Loading…
Cancel
Save