Wes Johnston
|
fdd244be4a
|
Bug 968182 - Hide the Android menu before reshowing it with a submenu. r=lucasr
|
2014-03-11 23:01:22 -07:00 |
|
Marcos Cezar
|
b1399961d1
|
Bug 956360 - Use Arrays.asList when possible. r=jchen
|
2014-03-04 14:32:47 -03:00 |
|
Wes Johnston
|
813a5a6742
|
Bug 942611 - Fix missing parameter qualifier. r=rewman CLOSED TREE
|
2014-03-06 12:57:42 -08:00 |
|
Wes Johnston
|
3e39c7a326
|
Bug 942611 - Delete old temp files onPause. r=rnewman
|
2014-03-06 12:23:54 -08:00 |
|
Brian Nicholson
|
fe8983494f
|
Bug 962103 - Make progress bar overlap content. r=lucasr
|
2014-03-04 12:57:23 -08:00 |
|
Wes Johnston
|
b203bc6384
|
Bug 967254 - Delay Webapp Uninstall code till delayed startup. r=rnewman
|
2014-03-04 08:35:39 -08:00 |
|
Richard Newman
|
cb8f846fac
|
Bug 707123 - Part 1: refactor GeckoProfileDirectories out of GeckoProfile. r=nalexander
|
2014-03-03 15:27:42 -08:00 |
|
Richard Newman
|
37b73fb52a
|
Bug 969637 - NullPointerException in org.mozilla.gecko.GeckoConnectivityReceiver.start. r=wesj
|
2014-02-27 12:32:34 -08:00 |
|
Kartikaya Gupta
|
34865cf049
|
Bug 912238 - Ignore exceptions that are thrown after calling System.exit. r=mfinkle
|
2014-02-27 08:49:51 -05:00 |
|
Wes Johnston
|
9af214a35d
|
backout 95849d209a1f (Bug 975525) for crashes. r=backout
|
2014-02-24 08:44:56 -08:00 |
|
Murph Finnicum
|
1ce8abf0d7
|
Bug 974001 - Allow HelperApps to return results if requested. r=wesj
|
2014-02-24 09:57:31 -05:00 |
|
Richard Newman
|
d768f13301
|
Bug 975774 - Part 26: clean up imports in GeckoApp. r=trivial
|
2014-02-22 19:53:02 -08:00 |
|
Margaret Leibovic
|
bd300c0347
|
Bug 975173 - (Part 2) Always call BitmapLoader.onBitmapFound on the UI thread. r=bnicholson
|
2014-02-22 09:41:30 -08:00 |
|
Eugen Sawin
|
50d8a2fbf3
|
Bug 971012 - Use onConfigurationChange for screen orientation change. r=snorp
|
2014-02-20 18:50:18 +01:00 |
|
Wes Johnston
|
d83b4a9eaf
|
Bug 975525 - Refresh action mode buttons when activities are uninstalled. r=mfinkle
|
2014-02-21 13:56:40 -08:00 |
|
Lucas Rocha
|
616324ce91
|
Bug 970247 - Stub the ButtonToast view (r=wesj)
|
2014-02-19 17:56:03 +00:00 |
|
Wes Johnston
|
2f426fb3de
|
Bug 974179 - "Backout patch to hide menus in editing mode" [r=mark.finkle]
|
2014-02-18 16:09:00 -08:00 |
|
Josh Dover
|
615adf2978
|
Bug 972879 - Only dim system UI on SDK >= 14. r=lucasr
|
2014-02-18 09:18:44 -08:00 |
|
Wes Johnston
|
bc5686d9c3
|
Bug 970506 - Break up FilePicker and ActivityHandlerHelper. r=lucasr
--HG--
rename : mobile/android/base/ActivityHandlerHelper.java => mobile/android/base/FilePicker.java
|
2014-02-14 12:02:05 -08:00 |
|
Wes Johnston
|
b86214b50f
|
Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
|
2014-02-11 09:16:00 -08:00 |
|
Martyn Haigh
|
84e63b5e40
|
bug 958358 - make webapp capitalisation consistent; r=wesj
--HG--
rename : mobile/android/base/WebApp.java.in => mobile/android/base/Webapp.java.in
rename : mobile/android/base/WebAppAllocator.java => mobile/android/base/WebappAllocator.java
rename : mobile/android/base/WebAppFragmentRepeater.inc => mobile/android/base/WebappFragmentRepeater.inc
rename : mobile/android/base/WebAppImpl.java => mobile/android/base/WebappImpl.java
rename : mobile/android/base/WebAppManifestFragment.xml.frag.in => mobile/android/base/WebappManifestFragment.xml.frag.in
rename : mobile/android/base/WebAppsFragment.java.frag => mobile/android/base/WebappsFragment.java.frag
rename : mobile/android/base/webapp/WebAppImpl.java => mobile/android/base/webapp/WebappImpl.java
rename : mobile/android/chrome/content/WebAppRT.js => mobile/android/chrome/content/WebappRT.js
|
2014-02-11 23:41:05 -08:00 |
|
Chris Peterson
|
7dd412c2c2
|
Bug 950237 - Upgrade Fennec's geolocation data collection to current format. r=blassey
|
2014-02-06 20:25:35 -08:00 |
|
Myk Melez
|
cd3ce6c91b
|
bug 934760 - implement synthetic APK update flow; r=wesj
|
2014-02-07 23:50:13 -08:00 |
|
Wes Johnston
|
9a04e40830
|
Backed out changeset 60651784715f (bug 967254) r=margaret
|
2014-02-06 15:13:27 -08:00 |
|
Lucas Rocha
|
2051750fb8
|
Bug 909550 - Lazy-inflate TabsPanel once the first pageload is finished (r=mfinkle)
|
2014-02-06 08:59:50 +00:00 |
|
Wes Johnston
|
e38c81c42d
|
Bug 961954 - Lazy load main menu. r=mfinkle
|
2014-02-03 16:19:00 -08:00 |
|
Michael Comella
|
37094eb5f7
|
Bug 960709 - Part 5: Allow locale change even if HealthRecorder is not yet initialized. r=rnewman
|
2014-02-04 19:41:30 -08:00 |
|
Michael Comella
|
b7f35a03cb
|
Bug 960709 - Part 4: Use HealthRecorder.isEnabled to make StubbedHealthRecorder use more efficient. r=rnewman
|
2014-02-04 19:41:29 -08:00 |
|
Michael Comella
|
c7316fb19e
|
Bug 960709 - Part 2: Use HealthRecorder interface in GeckoApp. r=rnewman
|
2014-02-04 19:41:29 -08:00 |
|
Michael Comella
|
422c77a90e
|
Bug 960709 - Part 1: Factor out HealthRecorder interface. r=rnewman
|
2014-02-04 19:41:29 -08:00 |
|
Wes Johnston
|
ec874681f4
|
Backout f75bd697d570 (bug 961954) for rc failures
|
2014-02-04 14:04:56 -08:00 |
|
Wes Johnston
|
7aa1899ca5
|
Bug 961954 - Lazily initialize the main menu. r=mfinkle
|
2014-02-03 16:19:00 -08:00 |
|
Wes Johnston
|
7ffbfeb487
|
Bug 967254 - Move uninstalled apps check to delayed startup. r=rnewman
|
2014-02-04 07:49:30 -08:00 |
|
Myk Melez
|
f517b58b35
|
bug 962607 - automatically enable remote debugger when native app built in debug mode; r=mfinkle
--HG--
extra : rebase_source : eee7d323b3dcb2a8911f855d81a80ae9a75d3204
|
2014-01-31 14:51:24 -08:00 |
|
Martyn Haigh
|
8cd9011a43
|
Bug 957070 - move webapp event listeners/handlers from GeckoAppShell to webapp/ class; r=wesj
--HG--
rename : mobile/android/base/webapp/WebAppAllocator.java => mobile/android/base/webapp/Allocator.java
rename : mobile/android/base/webapp/WebAppDispatcher.java => mobile/android/base/webapp/Dispatcher.java
extra : rebase_source : a7e66abdf7738d1ae96a167bf6df7a58c208efa1
|
2014-01-24 21:57:13 -08:00 |
|
Joshua Dover
|
cc10c2ccdd
|
Bug 960159 - Dim System UI when scrolling down in reader mode. r=jimm
|
2014-01-22 11:56:11 -08:00 |
|
Myk Melez
|
3972664d9b
|
Bug 958356 - rename packageName to unambiguous name in app objects; r=wesj, fabrice
--HG--
extra : rebase_source : abde2ac924fd8265319f1ffa386f0447518fc46d
|
2014-01-22 13:09:47 -08:00 |
|
Wesley Johnston
|
a6d7835949
|
Bug 957131 - Synced bookmarks appear in guest mode but not in default profile. r=rnewman
|
2014-01-14 21:45:59 -08:00 |
|
Michael Comella
|
b8573348bc
|
Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman
|
2014-01-13 15:08:58 -08:00 |
|
Ryan VanderMeulen
|
4af34477af
|
Backed out changeset 7eb8b5723256 (bug 943515) for mass Android test bustage.
|
2014-01-14 15:38:15 -05:00 |
|
Michael Comella
|
4acf0d4dae
|
Bug 943515 - Part 2: Url -> URL in Favicon method names. r=rnewman
|
2014-01-14 10:28:30 -08:00 |
|
Matt Brubeck
|
c28423b0a3
|
Bug 958243 - Get unregister/registerEventListener calls in sync [r=mfinkle]
|
2014-01-13 17:58:36 -08:00 |
|
Myk Melez
|
8bea8e6d63
|
bug 934756 - implement install/launch/uninstall flows for webapps on Android using synthetic APKs; r=wesj, fabrice
--HG--
extra : rebase_source : d97be65ec4c033f5eca37bc0b6f94979398fcf02
|
2014-01-09 10:18:55 -08:00 |
|
Michael Comella
|
8714413a23
|
Bug 956858: Make menu inaccessible during editing mode. r=wesj
|
2014-01-08 14:11:58 -08:00 |
|
Margaret Leibovic
|
e2f5fb08bb
|
Bug 950919 - (Part 1) Get rid of loadHomePage method. r=mcomella
|
2013-12-17 22:43:30 -08:00 |
|
Lucas Rocha
|
870bda677c
|
Bug 943915 - Add ArrowPopup constructor without anchor view argument (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Richard Newman
|
42328ed006
|
Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle
|
2013-12-10 10:41:34 -08:00 |
|
Richard Newman
|
c34e10b816
|
Bug 936756 - Switch locales via pref, not via system locale setting. r=mfinkle,sriram (relanded as one patch)
|
2013-12-03 15:05:43 -08:00 |
|
Mark Finkle
|
22beeb2c6b
|
Backout 9ebed437d78f, 606c4b4ab77f, 686b4b5a5be3, c46514ce6886, 9cbe6533c480 due to critical breakage in bug 945723
|
2013-12-03 10:15:26 -05:00 |
|
Richard Newman
|
2649fda702
|
Bug 936756 - Part 4: restore restart-on-locale-change logic. r=mfinkle
|
2013-12-01 21:53:17 -08:00 |
|