Selaa lähdekoodia

Release 73.0.3683.107

csagan5 6 vuotta sitten
vanhempi
commit
e940ac0998

+ 4 - 0
CHANGELOG.md

@@ -1,3 +1,7 @@
+# 73.0.3683.107
+* removed patch to disable smooth scrolling
+* fixed custom tab intents issue (fixes https://github.com/bromite/bromite/issues/279)
+
 # 73.0.3683.105
 * removed Fanboy's Annoyance List and Peter Lowe's adservers list from filters
 

Tiedoston diff-näkymää rajattu, sillä se on liian suuri
+ 53 - 40
build/filters/adblock_entries.h


+ 0 - 31
build/patches/Disable-smooth-scrolling-on-Linux.patch

@@ -1,31 +0,0 @@
-From: Jan Engelhardt <jengelh@inai.de>
-Date: Mon, 24 Apr 2017 16:11:53 +0200
-Subject: Disable smooth scrolling on Linux
-
-Smooth scrolling (while using mousewheel or arrow keys) is a really
-dumb idea. Text naturally appears as a blur while it moves, and the
-animation takes that-many milliseconds to finish, so it's a time
-waster too.
-
-Only the fallback setting, which is used on Linux, is changed; on
-Windows/MacOS, smooth scrolling remains controlled by a system
-setting.
----
- ui/gfx/animation/animation.cc | 2 +-
- 1 file changed, 1 insertion(+), 1 deletion(-)
-
-diff --git a/ui/gfx/animation/animation.cc b/ui/gfx/animation/animation.cc
---- a/ui/gfx/animation/animation.cc
-+++ b/ui/gfx/animation/animation.cc
-@@ -111,7 +111,7 @@ bool Animation::ShouldRenderRichAnimationImpl() {
- // static
- bool Animation::ScrollAnimationsEnabledBySystem() {
-   // Defined in platform specific files for Windows and OSX.
--  return true;
-+  return false;
- }
- 
- bool Animation::PrefersReducedMotion() {
--- 
-2.11.0
-

+ 0 - 1
build/patches_list.txt

@@ -83,7 +83,6 @@ Add-option-to-not-persist-tabs-across-sessions.patch
 Add-an-always-incognito-mode.patch
 Disable-fetching-of-all-field-trials.patch
 Disable-seed-based-field-trials.patch
-Disable-smooth-scrolling-on-Linux.patch
 Disable-plugins-enumeration.patch
 Remove-request-for-account-access-permission-on-reboot.patch
 net-cert-increase-default-key-length-for-newly-generated-RSA-keys.patch

Kaikkia tiedostoja ei voida näyttää, sillä liian monta tiedostoa muuttui tässä diffissä