Nicholas Nethercote
ae26e5712f
Bug 1263484 - Remove the JS_MAIN_RUNTIME_TEMPORARY_PEAK telemetry measurement. r=chutten.
...
It's no longer useful.
2016-04-11 09:33:35 +10:00
Morgan Phillips
fa1977d377
Bug 1255133 - Surface the most common JavaScript errors; r=bgrins
2016-04-08 01:06:32 -07:00
Wes Kocher
d34e61e3ec
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 9YZdlIARozU
2016-04-08 16:47:03 -07:00
Wes Kocher
8a80b14f72
Merge fx-team to central, a=merge
...
MozReview-Commit-ID: yuSA0kqs0F
2016-04-08 15:26:49 -07:00
Dave Townsend
769fc8f245
Bug 1257246: Update toolkit for eslint 2. r=Gijs
...
Most of this is fixing functions that in some cases return a value but then
can also run to completion without returning anything. ESLint 2 catches this
where previous versions didn't. Unless there was an obvious other choice I just
made these functions return undefined at the end which is effectively what
already happens.
MozReview-Commit-ID: KHYdAkRvhVr
2016-04-05 11:33:48 -07:00
Jonathan Watt
371d8c00d2
Bug 1263144 - Silence startup JavaScript strict warning in TelemetryEnvironment.jsm. r=gfritzsche
2016-03-23 17:01:31 +00:00
Michelangelo De Simone
d54d30bae7
Bug 1255198 - [Telemetry] Add geolocation Telemetry probes to record fulfilled requests according to document.isVisible. r=jdm, data-review=bsmedberg
...
MozReview-Commit-ID: 85bsEWEWa3w
2016-03-21 15:42:18 -07:00
Bill McCloskey
b2e3b6684b
Bug 1247443 - Monitor browser.tabs.animate in telemetry (r=gfritzsche)
2016-04-07 17:15:25 -07:00
Wes Kocher
afb79fc224
Merge inbound to central, a=merge
...
MozReview-Commit-ID: L8YZYtbmper
2016-04-07 13:42:10 -07:00
Dimi Lee
0a27ad714d
Bug 1172688 - Add telemetry for when gethash calls timeout. r=francois, r=bsmedberg
...
MozReview-Commit-ID: 8GZmlhgWhmy
2016-04-06 11:35:26 +08:00
Jonathan Watt
dd031ae560
Bug 1263042 - When the crash reporter is disabled, avoid JavaScript strict warnings in Telemetry code during startup. r=gfritzsche
2016-03-23 10:24:41 +00:00
Michael Comella
cda19339ec
Bug 1246816 - Add docs for profileDate. r=gfritzsche
...
MozReview-Commit-ID: 3KvGVjNev2r
2016-03-31 15:40:38 -07:00
Florian Quèze
e4fb1b9fd6
Bug 1259139 - record in telemetry the validity of the current engine's loadPathHash, r=adw.
2016-04-06 15:54:15 +02:00
Wes Kocher
681e2059a4
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: 1Q56H3tR0mI
2016-04-05 16:39:24 -07:00
Florian Quèze
35439631b0
Bug 1259510 - record usage of the search service's update feature, r=adw,bsmedberg.
2016-04-05 12:13:55 +02:00
Carsten "Tomcat" Book
3fdcdfe8e9
Merge mozilla-central to fx-team to fix 2 perma failures
2016-04-05 10:36:40 +02:00
Carsten "Tomcat" Book
56a1050407
Backed out changeset 864320b75e76 (bug 1259466) for suspicion this caused bc 7 test failures on m-c
2016-04-05 08:54:01 +02:00
Chris Manchester
a3478d13f6
Bug 1242051 - Add inter-directory test support file dependencies to ini manifests. r=gps
...
Previously, every test and support file would be synced to the objdir
when running any test. Now that only those support files and tests requested
are synced, we note support files required beyond those in a test's
directory in ini manifests.
MozReview-Commit-ID: EmlDz9d4lqt
2016-04-04 14:56:52 -07:00
Jeff Muizelaar
d0aa19d58f
Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
...
We would rather people not use this pref.
2016-04-04 17:15:00 -04:00
Margaret Leibovic
080dec328e
Bug 1259158 - Update tab queues prompt telemetry to use UI telemetry instead of histograms. r=sebastian r=mfinkle
...
MozReview-Commit-ID: 4aws9Rcy5W1
2016-04-01 10:59:03 -04:00
Margaret Leibovic
0999183f5f
Bug 1256415 - Replace FENNEC_GECKOAPP_STARTUP_ACTION histogram with UI telemetry. r=mfinkle
...
MozReview-Commit-ID: ElmELmp7baV
2016-03-18 19:07:18 -04:00
Mark Hammond
df35a7365f
Bug 1261181 - Remove telemetry probes set to expire in 48 from Sync and FxA. r=kitcambridge
2016-03-31 20:35:00 -04:00
Chris Peterson
9d94fd46a2
Bug 1260065 - Extend PLUGIN_ACTIVATION_COUNT telemetry probe expiration from FF 48 to 53. r=bsmedberg
...
Also link to bug 722110 which originally added the PLUGIN_ACTIVATION_COUNT telemetry probe.
2016-03-27 15:29:57 -07:00
Wes Kocher
e0124f30ba
Merge m-c to inbound a=merge
...
MozReview-Commit-ID: 354GFpoNc7b
2016-04-01 16:05:29 -07:00
Alessio Placitelli
83545c2dfa
Bug 1260437 - Fix a small typo in the Telemetry docs. r=gfritzsche
2016-03-30 02:33:00 +02:00
Wes Kocher
257d7ae283
Merge inbound to central, a=merge
...
MozReview-Commit-ID: FSnrOgtIFer
2016-03-31 13:04:19 -07:00
Georg Fritzsche
27025329de
Bug 1257595 - Document that the 'core' pings profileDate field can be missing. r=mcomella
2016-03-29 15:11:04 +02:00
Michael Comella
240ed70745
Bug 1249288 - Update telemetry docs to include defaultSearch. r=gfritzsche,rnewman
...
MozReview-Commit-ID: 4pihITjabns
2016-03-10 16:23:13 -08:00
Paolo Amadini
13e1a2455a
Bug 1257222 - Keep collecting telemetry for Permissions Notifications until version 52. r=bsmedberg
...
MozReview-Commit-ID: CUA001eK3fZ
2016-03-15 17:15:01 +00:00
Ryan VanderMeulen
3d115fc823
Merge fx-team to m-c. a=merge
2016-03-25 11:36:26 -04:00
Ed Lee
14b122c6cf
Bug 1259506 - Add telemetry probe for counting copy panel actions. r=dmose, f=bsmedberg
2016-03-14 00:29:21 -07:00
Alessio Placitelli
0760277911
Bug 1234589 - Update the documentation for shutdownDuration. r=gfritzsche
2016-03-22 03:18:00 -04:00
David Keeler
422ceafb1b
bug 1239166 - platform work to support Microsoft Family Safety functionality r=froydnj,mgoodwin,mhowell,rbarnes,vladan
...
MozReview-Commit-ID: GhpJqJB97r9
2016-01-12 15:39:43 -08:00
Bill McCloskey
a772e66968
Bug 1260908 - Record IPC message sizes (r=dvander)
2016-04-01 11:22:27 -07:00
Bill McCloskey
66fd294827
Bug 1260908 - Allow keyed histograms to accumulate early in startup (r=gfritzsche)
2016-04-01 11:21:39 -07:00
Wes Kocher
a1f94ce495
Backed out 2 changesets (bug 1260908) for build bustage
...
Backed out changeset 5582a25d289d (bug 1260908)
Backed out changeset 9612cef48d43 (bug 1260908)
MozReview-Commit-ID: BKeDiGZ8Z8B
2016-04-01 10:44:27 -07:00
Bill McCloskey
0b4bff6e58
Bug 1260908 - Record IPC message sizes (r=dvander)
2016-04-01 09:59:19 -07:00
Bill McCloskey
77837a8f8a
Bug 1260908 - Allow keyed histograms to accumulate early in startup (r=gfritzsche)
2016-04-01 09:58:26 -07:00
Jeff Muizelaar
29cc1ffe97
Bug 1259466. Rename layers.offmainthreadcomposition.enabled. r=milan
...
We would rather people not use this pref.
2016-04-05 10:55:17 -04:00
Carsten "Tomcat" Book
7ba1bdf77a
merge mozilla-inbound to mozilla-central a=merge
2016-03-22 12:14:15 +01:00
Tanvi Vyas
fb250c4f6d
Bug 1246345 - Update description for MIXED_CONTENT_PAGE_LOAD histogram. r=ttaubert
2016-03-21 21:59:31 -07:00
Alessio Placitelli
7ce286d1c9
Bug 1254550 - Make Telemetry configuration consistent across builds. r=gfritzsche
2016-03-11 06:31:00 +01:00
Franziskus Kiefer
3fb93d6cf2
Bug 1252829 - CSP Telemetry. r=ckerschb, p=bsmedberg
...
MozReview-Commit-ID: CiNAxh2ZrHB
2016-03-02 13:00:09 +01:00
Benjamin Smedberg
8bdab4404f
Bug 1187270 - Add Telemetry session ID to crash annotations, r=gfritzsche
...
MozReview-Commit-ID: GwVI0dfsT4H
2016-03-14 09:31:19 -04:00
Rob Wood
46057b021b
Bug 1253633 - Don't put the TELEMETRY_TEST_* histograms into the Telemetry payload outside of tests; r=gfritzsche
...
MozReview-Commit-ID: FX5BsR2cUBh
2016-03-14 14:45:33 -04:00
Tooru Fujisawa
412ae0e2a1
Bug 1256088 - Merge mock app-info implementation into AppInfo.jsm. r=gps
2016-03-16 16:58:29 +09:00
Wes Kocher
68dc62a716
Merge m-c to inbound, a=merge
...
MozReview-Commit-ID: LKkCpwt95EJ
2016-03-15 17:32:53 -07:00
malayaleecoder
90b08f4703
Bug 1252481 - Remove sum_squares_lo and sum_squares_hi from Histogram serialization. r=gfritzsche
2016-03-12 01:34:59 +05:30
Daniel Holbert
ca38f91a55
backout d85b18faba72 (bug 1187270) for build bustage.
2016-03-15 15:51:56 -07:00
Benjamin Smedberg
b97feb5d63
Bug 1187270 - Add Telemetry session ID to crash annotations, r=gfritzsche
...
MozReview-Commit-ID: GwVI0dfsT4H
2016-03-14 09:31:19 -04:00