From 0455a0ebc1c8468bd7c3911eb08eb42fe230978f Mon Sep 17 00:00:00 2001 From: wukko Date: Fri, 31 Oct 2025 17:17:39 +0600 Subject: [PATCH] patches: don't prevent url elisions by default (#373) --- .../disable-formatting-in-omnibox.patch | 22 ------------------- patches/series | 1 - 2 files changed, 23 deletions(-) delete mode 100644 patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch diff --git a/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch b/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch deleted file mode 100644 index f41a3aa6..00000000 --- a/patches/extra/ungoogled-chromium/disable-formatting-in-omnibox.patch +++ /dev/null @@ -1,22 +0,0 @@ -# Disables omission of URL elements in Omnibox and status bubble - ---- a/chrome/browser/ui/status_bubble.h -+++ b/chrome/browser/ui/status_bubble.h -@@ -17,7 +17,7 @@ class GURL; - class StatusBubble { - public: - // On hover, expand status bubble to fit long URL after this delay. -- static const int kExpandHoverDelayMS = 1600; -+ static const int kExpandHoverDelayMS = 0; - - virtual ~StatusBubble() = default; - ---- a/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc -+++ b/chrome/browser/ui/toolbar/chrome_location_bar_model_delegate.cc -@@ -268,5 +268,5 @@ TemplateURLService* ChromeLocationBarMod - // static - void ChromeLocationBarModelDelegate::RegisterProfilePrefs( - user_prefs::PrefRegistrySyncable* registry) { -- registry->RegisterBooleanPref(omnibox::kPreventUrlElisionsInOmnibox, false); -+ registry->RegisterBooleanPref(omnibox::kPreventUrlElisionsInOmnibox, true); - } diff --git a/patches/series b/patches/series index ddd27a4b..8b614e77 100644 --- a/patches/series +++ b/patches/series @@ -49,7 +49,6 @@ extra/bromite/fingerprinting-flags-client-rects-and-measuretext.patch extra/bromite/flag-max-connections-per-host.patch extra/bromite/flag-fingerprinting-canvas-image-data-noise.patch extra/ungoogled-chromium/add-components-ungoogled.patch -extra/ungoogled-chromium/disable-formatting-in-omnibox.patch extra/ungoogled-chromium/add-ipv6-probing-option.patch extra/ungoogled-chromium/remove-disable-setuid-sandbox-as-bad-flag.patch extra/ungoogled-chromium/disable-intranet-redirect-detector.patch