From 85f8338501bf4e3f43924ca15ba283e49f87aa9a Mon Sep 17 00:00:00 2001 From: csagan5 <32685696+csagan5@users.noreply.github.com> Date: Tue, 3 Nov 2020 19:29:03 +0100 Subject: [PATCH] Release 86.0.4240.181 --- CHANGELOG.md | 3 +++ build/RELEASE | 2 +- build/bromite_patches_list.txt | 2 +- ...flag-to-always-view-desktop-site-for-all-websites.patch | 7 +++++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 40ddec75..cf4d2112 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,6 @@ +# 86.0.4240.181 +* allow sticky desktop mode for all tabs (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/780) + # 86.0.4240.112 * fix crash in new overflow menu (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/771) diff --git a/build/RELEASE b/build/RELEASE index 2d68fc7e..bed018d0 100644 --- a/build/RELEASE +++ b/build/RELEASE @@ -1 +1 @@ -86.0.4240.112 +86.0.4240.181 diff --git a/build/bromite_patches_list.txt b/build/bromite_patches_list.txt index c3498991..182e8cba 100644 --- a/build/bromite_patches_list.txt +++ b/build/bromite_patches_list.txt @@ -149,5 +149,5 @@ Hardening-against-incognito-mode-detection.patch Remove-weblayer-dependency-on-Play-Services.patch Timezone-customization.patch Move-some-account-settings-back-to-privacy-settings.patch -Automated-domain-substitution.patch Add-a-flag-to-always-view-desktop-site-for-all-websites.patch +Automated-domain-substitution.patch diff --git a/build/patches/Add-a-flag-to-always-view-desktop-site-for-all-websites.patch b/build/patches/Add-a-flag-to-always-view-desktop-site-for-all-websites.patch index aef70083..56c2f1d7 100644 --- a/build/patches/Add-a-flag-to-always-view-desktop-site-for-all-websites.patch +++ b/build/patches/Add-a-flag-to-always-view-desktop-site-for-all-websites.patch @@ -401,10 +401,10 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro + Customize User Agent + + -+ Sticky flag for desktop mode view hambuger flag (for all tabs) ++ Desktop mode toggle in hamburger menu applies to all tabs + + -+ Use hambuger flag for desktop view mode only for current tab ++ Desktop mode toggle in hamburger menu applies to current tab only + + @@ -469,3 +469,6 @@ diff --git a/content/public/android/java/src/org/chromium/content/browser/frameh void clearHistory(long nativeNavigationControllerAndroid, NavigationControllerImpl caller); int getNavigationHistory(long nativeNavigationControllerAndroid, NavigationControllerImpl caller, Object history); +-- +2.17.1 +