Commit Graph

11163 Commits

Author SHA1 Message Date
Margaret Leibovic
ca71b41209 Bug 1136231 - Unify Reader View type options to be Sans-Serif on Left, Serif on Right. r=bnicholson
--HG--
extra : rebase_source : 272bf154f6ccb17cac511001aa3947588f2334a8
2015-02-24 09:53:48 -08:00
Georg Fritzsche
4ec8f1cf47 Bug 1136731 - Fix fragile subsession id resets. r=froydnj 2015-02-25 23:54:35 +01:00
Alessio Placitelli
7fec25f504 Bug 1136580 - Fix test_TelemetryEnvironment.js failures on Android. r=gfritzsche 2015-02-25 23:54:35 +01:00
Georg Fritzsche
28398f6454 Bug 1136085 - Part 3 - Mobile test fixups. r=vladan 2015-02-25 23:54:35 +01:00
Georg Fritzsche
34eb348ee4 Bug 1136085 - Part 2 - Don't do session splits on mobile. r=vladan 2015-02-25 23:54:35 +01:00
Georg Fritzsche
3ce782bfdb Bug 1136085 - Part 1 - Don't store & collect subsession histograms on mobile. r=vladan 2015-02-25 23:54:34 +01:00
Alessio Placitelli
04964d0125 Bug 1136199 - Do not add isDefaultBrowser to Telemetry Environment on Android. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
d5873fb47b Bug 1135791 - Add a new unified ping type: "saved-session". r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
c7eceb1ee2 Bug 1135783 - Set ping.version to 4 in unified telemetry pings. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
ba59384b0c Bug 1136134 - Remove the telemetry environment profile section on Android. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
af2df4e710 Bug 1136071 - Return a promise in TelemetryPing/TelemetrySession if the initialisation is already in progress. r=gfritzsche 2015-02-25 23:54:34 +01:00
Georg Fritzsche
8894ffbbcc Bug 1136082 - test_TelemetrySendOldPings.js is missing AddonManager initialization. r=froydnj 2015-02-25 23:54:34 +01:00
Georg Fritzsche
054baf847b Bug 1135166 - Initialize Telemetry histogram id cache early to avoid races. r=froydnj,vladan 2015-02-25 23:54:34 +01:00
Georg Fritzsche
67d3af8d6b Bug 1134700 - Let TelemetryEnvironment cache addon data on AddonManager shutdown. r=yoric 2015-02-25 23:54:34 +01:00
Alessio Placitelli
60dc7923ca Bug 1134727 - Add a URL parameter to the Telemetry Submission URL to indicate payload version. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
450d6f4085 Bug 1134272 - Enable TelemetryPing.jsm to send pings in the old format. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
b7fe82a149 Bug 1131544 - Add test coverage for the new main ping format. r=gfritzsche 2015-02-25 23:54:34 +01:00
Alessio Placitelli
1ea05c55c5 Bug 1131544 - Change TelemetrySession.jsm to conform to the latest main ping specification. r=gfritzsche 2015-02-24 15:33:47 +01:00
Georg Fritzsche
159334c163 Bug 1134268 - Part 2 - Fixup TelemetryEnvironment shutdown if the module wasnt initialized. r=vladan 2015-02-25 23:54:33 +01:00
Georg Fritzsche
54d2e0dda2 Bug 1134268 - Part 1 - Fix and order Telemetry shutdown for TelemetryPing and TelemetrySession. r=yoric
* Add a shutdown barrier for TelemetryPing and hang TelemetrySession off it.
* Add AsyncShutdown state collection for TelemetryPing and TelemetrySession.
* Rework TelemetrySession chrome process shutdown to properly synchronize with the delayed init task.
2015-02-25 23:54:33 +01:00
Georg Fritzsche
e459b3e85f Bug 1120363 - Break up Telemetry sessions on environment changes. r=vladan 2015-02-25 23:54:33 +01:00
Georg Fritzsche
52dcd2c0d2 Bug 1120362 - Part 4 - Start new telemetry subsessions on local midnight. r=vladan 2015-02-25 23:54:33 +01:00
Georg Fritzsche
331248ad56 Bug 1120362 - Part 3 - Reset subsession histograms on telemetry payload collections. r=vladan 2015-02-25 23:54:33 +01:00
Georg Fritzsche
8ec7f09baa Bug 1120362 - Part 2 - Enable snapshotting and clearing keyed subsession histograms. r=vladan 2015-02-25 23:54:33 +01:00
Georg Fritzsche
0609bee7f4 Bug 1120362 - Part 1 - Enable snapshotting and clearing subsession histograms. r=vladan 2015-02-25 23:54:33 +01:00
Alessio Placitelli
93f8ea689f Bug 1122061 - Move TelemetrySession tests out of test_telemetryPing.js. r=gfritzsche 2015-02-25 23:54:33 +01:00
Alessio Placitelli
32776a14b3 Bug 1122061 - Give TelemetryPing a common API for sending pings. r=gfritzsche 2015-02-25 23:54:33 +01:00
Alessio Placitelli
376460a8c1 Bug 1122050 - Environment addons data collection test coverage. r=gfritzsche 2015-02-25 23:54:33 +01:00
Alessio Placitelli
29041b0ed8 Bug 1122050 - Remove persona and experiment data from TelemetrySession. 2015-02-25 23:54:33 +01:00
Alessio Placitelli
1d6e0d6e07 Bug 1122050 - Add addons change notification to TelemetryEnvironment. r=gfritzsche 2015-02-25 23:54:33 +01:00
Alessio Placitelli
485fac56a5 Bug 1122050 - Adds addons data collection to TelemetryEnvironment. r=gfritzsche 2015-02-25 23:54:32 +01:00
Alessio Placitelli
8e60e95266 Bug 1122052 - Adds test coverage for Environment Data. r=gfritzsche 2015-02-25 23:54:32 +01:00
Alessio Placitelli
7cb277e626 Bug 1122052 - Remove duplicated data from TelemetrySession. r=gfritzsche 2015-02-24 15:11:31 +01:00
Alessio Placitelli
83ee487820 Bug 1122052 - Adds data collection to TelemetryEnvironment per spec. r=gfritzsche 2015-02-25 23:54:32 +01:00
Alessio Placitelli
0abf384b90 Bug 1122048 - Add generic preferences collection and change detection to Telemetry Environment. r=gfritzsche 2015-02-25 23:54:32 +01:00
Georg Fritzsche
29b3d025c3 Bug 1122047 - Part 2 - Make TelemetryPing shutdown properly on delayed initialization. r=yoric 2015-02-25 23:54:32 +01:00
Georg Fritzsche
ce4ad79bc7 Bug 1122047 - Part 1 - Sketch out Telemetry environment module. r=vladan 2015-01-25 23:17:37 +01:00
Georg Fritzsche
8bf6cdab4a Bug 1127914 - Part 3 - Submit duplicate histogram data for 'non-classic' telemetry sessions. r=vladan 2015-02-25 23:54:32 +01:00
Georg Fritzsche
75c672149a Bug 1127914 - Part 2 - Duplicate normal histograms for double submission. r=vladan 2015-02-25 23:54:32 +01:00
Georg Fritzsche
4f38b68327 Bug 1127914 - Part 1 - Duplicate keyed histograms for double submission. r=vladan 2015-02-25 23:54:32 +01:00
Mike Conley
381b99210c Bug 1136855 - Send a message from the content script when printing has finished so the parent can save print settings. r=Mossop.
--HG--
extra : amend_source : 85532271337b34b4e46e8420c04c57a705e256f6
2015-02-25 15:45:22 -05:00
Phil Ringnalda
c6b51bf084 Bug 394686 followup, add missing quote
CLOSED TREE
2015-02-23 21:42:14 -08:00
Boris Kudryavtsev
5a434a5a09 Bug 1135364 - Close <meta> tag in aboutReader.html. r=bnicholson
--HG--
extra : rebase_source : acf250cf95897931d71a543dcb43ee535814f4cd
extra : histedit_source : f08133774f5a94874c475fb78c66978feac907a4
2015-02-23 20:41:00 -08:00
shreyas
9f20f5f563 Bug 394686 - passwordmgr: Throw Components.Exceptions and Error instead of strings. r=MattN
--HG--
extra : rebase_source : 4863b9b23244ca088c7cab58dc429717e808f99b
extra : histedit_source : 39487da1940f1bc33185b2e04e03650a1391c11b
2015-02-23 18:45:00 -08:00
Wes Kocher
a72a85f6e2 Merge m-c to fx-team a=merge 2015-02-23 17:03:56 -08:00
Ryan VanderMeulen
8979effb6c Merge m-c to inbound. a=merge 2015-02-23 12:33:38 -05:00
Carsten "Tomcat" Book
f633fa7bf2 Merge mozilla-central to fx-team 2015-02-23 13:41:24 +01:00
Carsten "Tomcat" Book
f7354d5f41 merge mozilla-inbound to mozilla-central a=merge 2015-02-23 13:30:28 +01:00
Phil Ringnalda
e3c03410ef Back out 66cf24f275b7 (bug 1124011) for frequent ASan crashes in test_memoryReporters.xul 2015-02-22 22:00:56 -08:00
Bas Schouten
45eb4195cb Bug 1135408: Report device resets and their reasons through telemetry. r=vladan 2015-02-22 22:53:32 +00:00