patches: don't prevent url elisions by default (#373)

This commit is contained in:
wukko
2025-10-31 17:17:39 +06:00
committed by GitHub
parent 34ebe96fcc
commit 0455a0ebc1
2 changed files with 0 additions and 23 deletions

View File

@@ -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);
}

View File

@@ -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