Richard Newman
8985e6d29b
Bug 1065523 - Part 1: locale picker screen displays short locale display name, not capitalized region-decorated name. r=nalexander
...
What I think was happening here: we were taking a locale *tag* ("en-US") and giving it to the Java Locale constructor to parse. It parsed that as "en" (because it expects _ not -), so we'd get "English".
And because it was the display string from the locale, in e.g., French we'd get "français", lowercase.
The fix is to just use the same code path that we use for the list picker itself -- make a descriptor from the tag, and ask it for its display string.
2014-09-10 12:01:35 -07:00
Richard Newman
6c6be7170a
Bug 1065523 - Part 0: enable KitKat-specific code in locale picker. r=nalexander
2014-09-10 12:01:34 -07:00
Margaret Leibovic
ab08f7c834
Bug 1065123 - Don't crash if the default engine isn't found. r=nalexander
2014-09-10 19:56:57 +02:00
Wes Johnston
cbf2ffcd5c
Bug 1058150 - Use restricted profiles for guest mode. r=mfinkle
2014-09-09 15:08:37 -07:00
Lucas Rocha
4728c42d35
Bug 1065369 - Consolidate 'add tab' behaviour in Tabs (r=mfinkle)
2014-09-10 14:51:42 +01:00
Carsten "Tomcat" Book
8e98559e06
Merge m-c to fx-team
2014-09-10 15:16:09 +02:00
Carsten "Tomcat" Book
8950bb0799
merge fx-team to mozilla-central a=merge
2014-09-10 15:08:20 +02:00
Margaret Leibovic
3a34d0c2ef
Bug 1038797 - Add network error page. r=bnicholson
2014-09-10 12:06:55 +02:00
Margaret Leibovic
6c74c5ee3b
Bug 1063518 - Hide MLS "Learn More" link when MLS is disabled. r=liuche
2014-09-10 12:06:53 +02:00
Chris Kitching
d71be33e5d
Bug 1064554: Remove unnecessary Proguard annotations from testDistribution. r=nalexander
2014-09-09 20:21:09 -07:00
Martyn Haigh
5f4da7ae39
Bug 960584 - notify user of download progress indication when fetching APK; r=myk
2014-09-09 19:43:47 -07:00
Richard Newman
4ebcd5890a
Bug 1053016 - Part 1: remove libomxpluginfroyo.so from Android package. r=nalexander
2014-09-08 07:59:35 -07:00
Ryan VanderMeulen
93bf6bf6a0
Merge inbound to m-c. a=merge
2014-09-09 19:26:59 -04:00
Wes Johnston
e408279dff
Backout f3a47630d9a6 and 43e6d3d43b50 (bug 1058150) for breaking builds. r=backout CLOSED TREE
2014-09-09 15:53:25 -07:00
Wes Johnston
51b9e1df60
Bug 1058150 - Use parental controls to block things in guest mode. r=mfinkle
2014-09-09 15:08:37 -07:00
Nick Alexander
20070be1f7
Bug 1064677 - Back out changeset 60fbfb079b69 for autophone regressions. r=mfinkle
2014-09-09 14:51:19 -07:00
Richard Newman
3b8ff90267
Bug 1064363 - Part 3: remove SystemMessage stuff. r=snorp
2014-09-09 14:39:01 -07:00
Richard Newman
ff2149de42
Bug 1064363 - Part 2: remove Push.js. r=snorp
2014-09-09 14:39:01 -07:00
Richard Newman
74f4cd3b44
Bug 1064363 - Part 1: remove third-party WebSocket library. r=snorp
...
Per Bug 834033 Comment 75.
2014-09-09 14:39:00 -07:00
Ryan VanderMeulen
3831444a45
Backed out 3 changesets (bug 1062377) for troboprovider bustage.
...
Backed out changeset e34198954c2c (bug 1062377)
Backed out changeset 8f323dfa4f0f (bug 1062377)
Backed out changeset ec9b51158d34 (bug 1062377)
2014-09-09 16:52:51 -04:00
Chris Kitching
8b4f6e88ef
Bug 1063887: Kill getItemFlags in BrowserDB. r=rnewman
2014-09-09 11:35:01 -07:00
Richard Newman
b1b7691e2d
Bug 1063868 - Allow exclusion of fonts from constrained APKs. r=nalexander
2014-09-09 11:57:55 -07:00
Jim Chen
bb7aa8e680
Bug 1062377 - Add JUnit test for new GeckoBackgroundThread; r=rnewman
2014-09-09 14:03:54 -04:00
Jim Chen
269c3dabc8
Bug 1062377 - Rewrite GeckoBackgroundThread to not wait for thread start if possible; r=rnewman
...
When GeckoBackgroundThread is first used, it starts a new thread and waits for a Handler. This can delay startup. Instead, we can just save the Runnable and run it when the thread is starting.
2014-09-09 14:03:54 -04:00
Jim Chen
ca66925efb
Bug 1062377 - Try loading profile.ini in background; r=mfinkle r=rnewman
...
We can move our profile accessing code to later in the startup process. The benefit of that is in early startup, we can prefetch the profile.ini file in the background and not block the UI thread
2014-09-09 14:03:53 -04:00
Margaret Leibovic
2c90fb22e1
Bug 1049206 - Empty view for search history list. r=bnicholson
2014-09-09 12:47:31 +02:00
Lucas Rocha
91d25bf884
Bug 1041448 - Fix crash when double-tapping on empty top site spot (r=bnicholson)
2014-09-09 11:04:12 +01:00
Richard Newman
5a70a70791
Bug 1044334 - Part 5: expose firefox_settings_alert. r=lucasr
...
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/firefox_settings_alert.png => mobile/android/base/resources/drawable-hdpi/firefox_settings_alert.png
rename : mobile/android/base/resources/drawable-mdpi-v11/firefox_settings_alert.png => mobile/android/base/resources/drawable-mdpi/firefox_settings_alert.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/firefox_settings_alert.png => mobile/android/base/resources/drawable-xhdpi/firefox_settings_alert.png
2014-09-08 21:32:47 -07:00
Richard Newman
14edb68c17
Bug 1044334 - Part 4: provide stub preference headers. r=lucasr
...
--HG--
rename : mobile/android/base/resources/menu-v11/preferences_search_menu.xml => mobile/android/base/resources/menu/preferences_search_menu.xml
rename : mobile/android/base/resources/xml-v11/preference_headers.xml => mobile/android/base/resources/xml/preference_headers.xml
rename : mobile/android/base/resources/xml-v11/preferences_customize_tablet.xml => mobile/android/base/resources/xml/preferences_customize_tablet.xml
2014-09-08 21:32:47 -07:00
Richard Newman
11cf0d9be0
Bug 1044334 - Part 3: fix access to tabs_panel_footer in TabsPanel. r=lucasr
2014-09-08 21:32:47 -07:00
Richard Newman
9afb37ba49
Bug 1044334 - Part 2: conditionalize access to, and stub out, Tools and Page menus that only exist in v11+. r=lucasr
2014-09-08 21:32:46 -07:00
Richard Newman
b0cbb50bb2
Bug 1044334 - Part 1: move HistoryListView style. r=lucasr
2014-09-08 21:32:46 -07:00
Chris Kitching
d1b79b2211
Bug 1064644: Remove inner-access comments. r=rnewman
2014-09-08 18:11:51 -07:00
Chris Kitching
f0e9b012e1
Bug 1064506: Eradicate lazy cursor pattern. r=rnewman
2014-09-08 13:10:46 -07:00
Nick Alexander
9dd5c3c8ce
Bug 977164 - Update TwoLinePageRow in Remote Tabs home panel. r=margaret
...
This patch extracts a non-Cursor update method and uses it (when
possible) in the adapter that backs the Remote Tabs home panel. This
updates the "switch-to-tab" text and button when appropriate.
2014-09-08 12:58:34 -07:00
Nick Alexander
ebbd90d39c
Bug 1063028 - Change tests/browser/junit3 Java package root to be org.mozilla.gecko. r=rnewman
...
--HG--
rename : mobile/android/tests/browser/junit3/src/tests/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/tests/TestDistribution.java => mobile/android/tests/browser/junit3/src/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/tests/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestJarReader.java => mobile/android/tests/browser/junit3/src/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestRawResource.java => mobile/android/tests/browser/junit3/src/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/tests/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/tests/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java
2014-09-08 12:58:33 -07:00
Chris Kitching
9b41be7bb8
Bug 1062112: Part 1j: Use StringBuilders instead of appending in a loop. r=nalexander
2014-09-04 19:03:41 -07:00
Chris Kitching
4b406fa36a
Bug 1062112: Part 1h: Remove redundant keywords from GeckoSmsManager. r=nalexander
2014-09-04 18:43:09 -07:00
Chris Kitching
e4ff21fb87
Bug 1062112: Part 1g: Make exception inner classes static. r=nalexander
2014-09-04 18:37:39 -07:00
Chris Kitching
99f5eee84a
Bug 1062112: Part 1f: Stop comparing strings with ==. r=nalexander
2014-09-04 18:35:28 -07:00
Chris Kitching
0b3290111a
Bug 1062112: Part 1e: Declare final effectively-final fields in GeckoSmsManager. r=nalexander
2014-09-04 18:32:11 -07:00
Chris Kitching
c6e4623844
Bug 1062112: Part 1d: Correctly define 2^32. r=nalexander
2014-09-04 18:29:51 -07:00
Chris Kitching
ccdd65da4e
Bug 1062112: Part 1c: Replace PendingIntentGuid with an AtomicInteger. r=nalexander
2014-09-04 18:21:00 -07:00
Chris Kitching
d6ea3ae7fb
Bug 1062112: Part 1b: Cleanup singleton use in SmsManager. r=nalexander
2014-09-08 12:48:10 -07:00
Chris Kitching
85d6053915
Bug 1062112: Part 1a: Move ISmsManager. r=nalexander
2014-09-04 18:13:05 -07:00
Chris Kitching
502304ad16
Bug 1062112: Part 1: Fix generics in DebugGeckoInputConnection. r=nalexander
2014-09-03 23:44:49 -07:00
Chris Kitching
e93d957a78
Bug 1062112: Part 4: Add silly hashCode methods. r=nalexander
2014-09-04 00:42:38 -07:00
Chris Kitching
2fa3f29985
Bug 1062112: Part 3: Move GeckoMediaPlayer. r=nalexander
2014-09-04 00:16:47 -07:00
Chris Kitching
222cb7294a
Bug 1062112: Part 1.5: Move GeckoEditable interfaces to satisfy JDK 8. r=nalexander
2014-09-08 12:48:08 -07:00
Chris Kitching
3dfeb780ff
Bug 1064246: Cleanup SpecialFoldersCursorWrapper. r=rnewman
2014-09-08 06:17:43 -07:00