Browse Source

Release 86.0.4240.112

csagan5 4 years ago
parent
commit
93f7b0aef6

+ 3 - 0
CHANGELOG.md

@@ -1,3 +1,6 @@
+# 86.0.4240.112
+* fix crash in new overflow menu (thanks to @uazo, fixes https://github.com/bromite/bromite/issues/771)
+
 # 86.0.4240.99
 # 86.0.4240.99
 
 
 # 86.0.4240.92
 # 86.0.4240.92

+ 1 - 1
build/RELEASE

@@ -1 +1 @@
-86.0.4240.99
+86.0.4240.112

+ 4 - 1
build/patches/Add-exit-menu-item.patch

@@ -40,7 +40,7 @@ diff --git a/chrome/android/java/res/menu/main_menu_regroup.xml b/chrome/android
          <item android:id="@+id/managed_by_menu_id"
          <item android:id="@+id/managed_by_menu_id"
              android:title="@string/managed" />
              android:title="@string/managed" />
 +        <item android:id="@+id/exit_id"
 +        <item android:id="@+id/exit_id"
-+            android:title="@string/menu_exit" 
++            android:title="@string/menu_exit"
 +            android:icon="@drawable/ic_exit_to_app_white_24dp"/>
 +            android:icon="@drawable/ic_exit_to_app_white_24dp"/>
      </group>
      </group>
  
  
@@ -97,3 +97,6 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
        <message name="IDS_MENU_CLOSE_ALL_TABS" desc="Menu item for closing all open tabs. [CHAR-LIMIT=27]">
        <message name="IDS_MENU_CLOSE_ALL_TABS" desc="Menu item for closing all open tabs. [CHAR-LIMIT=27]">
          Close all tabs
          Close all tabs
        </message>
        </message>
+-- 
+2.17.1
+

+ 3 - 0
build/patches/Add-menu-item-to-view-source.patch

@@ -130,3 +130,6 @@ diff --git a/chrome/browser/ui/android/strings/android_chrome_strings.grd b/chro
        <message name="IDS_PREFS_GOOGLE_SERVICES" desc="Title for the group of preferences that control non-personalized Google services. This group contains preferences for data that is not tied to user's Google Account. [CHAR-LIMIT=40]">
        <message name="IDS_PREFS_GOOGLE_SERVICES" desc="Title for the group of preferences that control non-personalized Google services. This group contains preferences for data that is not tied to user's Google Account. [CHAR-LIMIT=40]">
          Google services
          Google services
        </message>
        </message>
+-- 
+2.17.1
+