mirror of
https://github.com/morgan9e/helium
synced 2026-04-14 00:14:20 +09:00
patches: don't prevent url elisions by default (#373)
This commit is contained in:
@@ -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);
|
||||
}
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user