Commit Graph

41 Commits

Author SHA1 Message Date
Richard Newman
423ffc97ff Bug 1014283 - Finish BrowserHealthRecorder initialization after distribution processing. r=margaret 2014-06-05 15:49:31 -07:00
Richard Newman
afa249ae94 Bug 1014338 - Part 0: move Distribution class into its own package. r=margaret
--HG--
rename : mobile/android/base/Distribution.java => mobile/android/base/distribution/Distribution.java
2014-05-22 17:34:04 -07:00
Richard Newman
ce5980a9f7 Bug 965371 - Part 2: report device type and attributes. r=mcomella 2014-05-09 19:19:14 -07:00
Jim Chen
0ff39eef3c Bug 1004073 - Refactor EventDispatcher usages; r=fennec-team 2014-05-02 14:34:40 -04:00
Jim Chen
63df817c85 Bug 989046 - g. Only unregister event in BrowserHealthRecorder if already registered; r=rnewman 2014-04-04 12:33:51 -04:00
Richard Newman
11c55d73d1 Bug 949495 - Rework context handling. r=mfinkle 2014-04-02 18:33:24 -07:00
Marcos Cezar
fa09f6da3c Bug 956360 - Use Arrays.asList when possible. r=jchen 2014-03-04 14:32:47 -03:00
Richard Newman
0e46049654 Bug 975774 - Part 10: clean up imports in BrowserHealthRecorder. r=trivial 2014-02-22 19:52:56 -08:00
Wes Johnston
c1bd2f002f 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
Michael Comella
aefdac2abf 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
f37d0f3ab9 Bug 960709 - Part 3: Add methods to HealthRecorder interface for correctness. r=rnewman 2014-02-04 19:41:29 -08:00
Michael Comella
4923ac4cde Bug 960709 - Part 1: Factor out HealthRecorder interface. r=rnewman 2014-02-04 19:41:29 -08:00
Richard Newman
2b96a995fe Bug 961526 - More thorough handling of search recording events. r=mcomella 2014-01-20 15:36:50 -08:00
Richard Newman
f61459c71b 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
117c145ba8 Backout 9ebed437d78f, 606c4b4ab77f, 686b4b5a5be3, c46514ce6886, 9cbe6533c480 due to critical breakage in bug 945723 2013-12-03 10:15:26 -05:00
Richard Newman
71f298f5ae Bug 936756 - Part 2: implement loading of locale from prefs. r=mfinkle 2013-12-01 21:53:17 -08:00
Richard Newman
25f479a6ac Bug 925517 - Remove filter on recorded search engine identifiers for Fennec. r=mcomella 2013-10-18 13:13:37 -07:00
Richard Newman
95c9d00781 Bug 922694 - Part 5: grab distribution ID in FHR. r=mcomella 2013-10-16 18:56:27 -07:00
Richard Newman
3de32b69d2 Bug 922694 - Part 4: grab Accept-Locale pref in FHR. r=mcomella 2013-10-16 18:56:27 -07:00
Wes Kocher
9083e06349 Backed out 5 changesets (bug 922694) for Android rc3 orange
Backed out changeset 51185a26a7b7 (bug 922694)
Backed out changeset 3d0582ab0417 (bug 922694)
Backed out changeset d333b85c805d (bug 922694)
Backed out changeset a78a707ba721 (bug 922694)
Backed out changeset 34e48f8bac52 (bug 922694)
2013-10-15 18:32:31 -07:00
Richard Newman
be92e3df23 Bug 922694 - Part 5: grab distribution ID in FHR. r=mcomella 2013-10-15 16:53:46 -07:00
Richard Newman
c9121d303f Bug 922694 - Part 4: grab Accept-Locale pref in FHR. r=mcomella 2013-10-15 16:53:45 -07:00
Michael Comella
534251fc7d Bug 915355 - Part 2: Add clarifying comments on keyword-search to Android code. r=rnewman 2013-09-27 09:38:25 -07:00
Richard Newman
3e79bc531b Bug 916316 - Follow-up to fix bustage on a CLOSED TREE. r=trivial 2013-09-18 13:12:26 -04:00
Michael Comella
763eefa4a7 Bug 913713 - Part 1: Use optString to get search engine identifier. r=rnewman 2013-09-11 14:28:07 -07:00
Richard Newman
f43f0b0320 Bug 900694 - Part 2: BrowserHealthRecorder changes to track add-on uninstallation. r=nalexander 2013-08-01 20:22:18 -07:00
Richard Newman
f9b46e6931 Bug 880109 - Begin a new session when environment changes. r=nalexander 2013-08-01 20:22:18 -07:00
Richard Newman
ce9e5b7bd5 Bug 885886 - Clarify definitions of FHR init times. r=doc-only 2013-07-02 14:13:52 -07:00
Richard Newman
5bd82ee40c Bug 888248 - java.lang.NullPointerException: at org.mozilla.gecko.health.BrowserHealthRecorder (recordSearch). r=nalexander 2013-07-02 12:08:08 -07:00
Nick Alexander
8bc8d6e257 Bug 888250 - Make sure generated report is not null in BrowserHealthReporter. r=rnewman 2013-07-02 12:00:34 -07:00
Richard Newman
ccf78e8bcd Bug 886156 - Part 1: belt-and-braces safety in initialization of ProfileInformationCache. r=nalexander 2013-06-25 22:34:42 -07:00
Richard Newman
0b4684d370 Bug 880171 - Part 2: handle failure to retrieve storage from EnvironmentBuilder. r=nalexander 2013-06-07 10:20:59 -07:00
Richard Newman
f3c24f3932 Bug 868445 - Follow-up: correct missing import. r=trivial 2013-06-05 08:45:30 -07:00
Richard Newman
e8e1fe64e9 Bug 868445 - Part 2: sessions provider for FHR on Android. r=nalexander
* * *
More sessions.
2013-06-04 17:16:57 -07:00
Richard Newman
b9244017d5 Bug 878303 - Part 2: use COUNTED_DISCRETE type for searches. r=nalexander 2013-06-03 14:12:00 -07:00
Nick Alexander
23648dc3f2 Bug 876473 - Provide Java-generated Firefox Health Report to about:healthreport. r=rnewman 2013-05-30 17:42:57 -07:00
Richard Newman
5eb58c3d2a Bug 873496 - Part 2: add provider filtering to search provider. r=nalexander 2013-05-30 17:42:57 -07:00
Richard Newman
ec48faa83f Bug 873496 - Part 1: searches provider for FHR on Android. r=cpeterson
* * *
part of searches-1
2013-05-30 17:42:56 -07:00
Richard Newman
8a4af7f535 Bug 875400 - Part 2: provide add-ons and pref changes to FHR. r=mfinkle
* * *
Bug 875400 - Part 2a: review comments.
* * *
Bug 875400 - Part 2b: add flag to ignore add-ons.
2013-05-30 17:42:56 -07:00
Richard Newman
ce114f6513 Bug 875151 - Shutdown/startup race in BrowserHealthRecorder. r=nalexander 2013-05-22 17:24:28 -07:00
Richard Newman
adc14044a3 Bug 858742, Bug 868449 - Fennec integration for Firefox Health Report on Android. r=mfinkle, nalexander
* * *
Hacking on profile times.
2013-05-22 10:23:53 -07:00