summaryrefslogtreecommitdiff
path: root/data/patches/gnuzilla-bug-1034167-1.patch
diff options
context:
space:
mode:
authorRuben Rodriguez <ruben@gnu.org>2015-07-09 14:03:09 -0500
committerRuben Rodriguez <ruben@gnu.org>2015-10-12 23:19:26 -0500
commit6a6d63d8f2e6e04644fcf93d9937508af6eefff2 (patch)
tree85592e68d874a1a20115eedcdd92bd18ae66aa74 /data/patches/gnuzilla-bug-1034167-1.patch
parent4d18722d200805d5e56e8cd1dcfac61451f4f4f0 (diff)
Initial adaptation to v38.x
Diffstat (limited to 'data/patches/gnuzilla-bug-1034167-1.patch')
-rw-r--r--data/patches/gnuzilla-bug-1034167-1.patch93
1 files changed, 0 insertions, 93 deletions
diff --git a/data/patches/gnuzilla-bug-1034167-1.patch b/data/patches/gnuzilla-bug-1034167-1.patch
deleted file mode 100644
index 410b2cf..0000000
--- a/data/patches/gnuzilla-bug-1034167-1.patch
+++ /dev/null
@@ -1,93 +0,0 @@
-# HG changeset patch
-# User Lucas Rocha <lucasr@mozilla.com>
-
-Bug 1034167 - Part 2: Explicit set scrollbars in TabsTray (r=mfinkle)
-
-diff --git a/mobile/android/base/resources/values-land/styles.xml b/mobile/android/base/resources/values-land/styles.xml
-index 774c48e..6769b1e 100644
---- a/mobile/android/base/resources/values-land/styles.xml
-+++ b/mobile/android/base/resources/values-land/styles.xml
-@@ -2,16 +2,17 @@
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
- <resources>
-
- <style name="TabsList" parent="TabsListBase">
- <item name="android:orientation">horizontal</item>
-+ <item name="android:scrollbars">horizontal</item>
- </style>
-
- <style name="TabsItem">
- <item name="android:nextFocusDown">@+id/close</item>
- </style>
-
- <style name="TabsItemClose">
- <item name="android:nextFocusUp">@+id/info</item>
-diff --git a/mobile/android/base/resources/values-large-land-v11/styles.xml b/mobile/android/base/resources/values-large-land-v11/styles.xml
-index 557b659..1468914 100644
---- a/mobile/android/base/resources/values-large-land-v11/styles.xml
-+++ b/mobile/android/base/resources/values-large-land-v11/styles.xml
-@@ -2,16 +2,17 @@
- <!-- This Source Code Form is subject to the terms of the Mozilla Public
- - License, v. 2.0. If a copy of the MPL was not distributed with this
- - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-
- <resources>
-
- <style name="TabsList" parent="TabsListBase">
- <item name="android:orientation">vertical</item>
-+ <item name="android:scrollbars">vertical</item>
- </style>
-
- <style name="Widget.BookmarkFolderView" parent="Widget.TwoLinePageRow.Title">
- <item name="android:paddingLeft">60dip</item>
- <item name="android:drawablePadding">10dip</item>
- <item name="android:drawableLeft">@drawable/bookmark_folder</item>
- </style>
-
-diff --git a/mobile/android/base/resources/values-large-v11/styles.xml b/mobile/android/base/resources/values-large-v11/styles.xml
-index 7a22789..a6a6221 100644
---- a/mobile/android/base/resources/values-large-v11/styles.xml
-+++ b/mobile/android/base/resources/values-large-v11/styles.xml
-@@ -25,16 +25,17 @@
- <item name="android:layout_marginTop">6dp</item>
- <item name="android:layout_marginBottom">6dp</item>
- <!-- Start with forward hidden -->
- <item name="android:orientation">horizontal</item>
- </style>
-
- <style name="TabsList" parent="TabsListBase">
- <item name="android:orientation">horizontal</item>
-+ <item name="android:scrollbars">horizontal</item>
- </style>
-
- <style name="TabsItem">
- <item name="android:nextFocusDown">@+id/close</item>
- </style>
-
- <style name="TabsItemClose">
- <item name="android:nextFocusUp">@+id/info</item>
-diff --git a/mobile/android/base/resources/values/styles.xml b/mobile/android/base/resources/values/styles.xml
-index a15f72e..f479180 100644
---- a/mobile/android/base/resources/values/styles.xml
-+++ b/mobile/android/base/resources/values/styles.xml
-@@ -430,16 +430,17 @@
- <!-- TabsTray List -->
- <style name="TabsListBase">
- <item name="android:background">@android:color/transparent</item>
- <item name="android:listSelector">@android:color/transparent</item>
- </style>
-
- <style name="TabsList" parent="TabsListBase">
- <item name="android:orientation">vertical</item>
-+ <item name="android:scrollbars">vertical</item>
- </style>
-
- <style name="TabsItem">
- <item name="android:nextFocusRight">@+id/close</item>
- </style>
-
- <style name="TabsItemClose">
- <item name="android:nextFocusLeft">@+id/info</item>