From e739af6e5f28c1bebef23f6469c08c6536e87cba Mon Sep 17 00:00:00 2001 From: Jinwoo Lee Date: Sat, 15 Nov 2025 21:46:30 +0900 Subject: [PATCH 1/3] feat: add autocomplete options for search suggestions --- .../settings/add-autocomplete-options.patch | 258 ++++++++++++++++++ patches/series | 1 + 2 files changed, 259 insertions(+) create mode 100644 patches/helium/settings/add-autocomplete-options.patch diff --git a/patches/helium/settings/add-autocomplete-options.patch b/patches/helium/settings/add-autocomplete-options.patch new file mode 100644 index 000000000..bd635740b --- /dev/null +++ b/patches/helium/settings/add-autocomplete-options.patch @@ -0,0 +1,258 @@ +--- a/chrome/app/settings_strings.grdp ++++ b/chrome/app/settings_strings.grdp +@@ -2245,6 +2245,15 @@ + + Create shortcuts for searching sites and manage your search engine + ++ ++ Search autocomplete suggestions ++ ++ ++ Show browsing history ++ ++ ++ Show bookmarks ++ + + + +--- a/chrome/browser/resources/settings/search_page/search_page.html ++++ b/chrome/browser/resources/settings/search_page/search_page.html +@@ -23,6 +23,14 @@ + margin-inline-end: auto; + } + ++ .search-autocomplete-toggles { ++ padding-inline-end: 0; ++ } ++ ++ .search-autocomplete-toggles settings-toggle-button { ++ padding-inline-start: 0; ++ } ++ + site-favicon { + --site-favicon-border-radius: 4px; + --site-favicon-height: var(--favicon-size); +@@ -82,6 +90,21 @@ + sub-label="$i18n{searchSuggestPrefDesc}"> + + ++ ++
++ $i18n{searchAutocompleteTitle} ++
++
++ ++ ++ ++ ++
++ +