Skip to content

Commit

Permalink
Release 86.0.4240.112
Browse files Browse the repository at this point in the history
  • Loading branch information
csagan5 committed Oct 21, 2020
1 parent 8b8c74a commit 93f7b0a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.92
Expand Down
2 changes: 1 addition & 1 deletion build/RELEASE
Original file line number Diff line number Diff line change
@@ -1 +1 @@
86.0.4240.99
86.0.4240.112
5 changes: 4 additions & 1 deletion build/patches/Add-exit-menu-item.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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"
android:title="@string/managed" />
+ <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"/>
</group>

Expand Down Expand Up @@ -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]">
Close all tabs
</message>
--
2.17.1

3 changes: 3 additions & 0 deletions build/patches/Add-menu-item-to-view-source.patch
Original file line number Diff line number Diff line change
Expand Up @@ -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]">
Google services
</message>
--
2.17.1

0 comments on commit 93f7b0a

Please sign in to comment.