Commit Graph

1062 Commits

Author SHA1 Message Date
Brian Smith
2d9e74e8ee Bug 975229: Remove NSS-based certificate verification, r=keeler
--HG--
extra : rebase_source : 49cb20f1b51e2d9993a35decd820764e20ad9be9
2014-06-16 23:13:29 -07:00
Jim Chen
be24a3cd37 Bug 1023461 - Add HangStack class to support internal string buffer; r=vladan 2014-06-20 14:28:10 -04:00
Jim Chen
40120098aa Bug 1021774 - Add test for background hang monitor / thread hang stats; r=vladan 2014-06-20 14:28:09 -04:00
Nicholas Nethercote
aaf6fb2124 Bug 1010064 - Allow memory reports to be anonymized. r=bsmedberg.
--HG--
extra : rebase_source : 5eb756b17a97e751deb0f47e909fdb35533cb23b
2014-05-20 23:06:54 -07:00
Jeremy Poulin
7df04cd9fc Bug 1024639 - Added telemetry tracking for used, total, and unused telemetry connections. r=hurley 2014-06-17 13:35:25 -07:00
Yury Delendik
e07f1703db Bug 1026256 - Add additional telemetry values for pdf.js. r=yury 2014-06-16 22:17:22 -05:00
Jordan Santell
566497d684 Bug 1025310 - Add telemetry to the web audio editor. r=vp,miker
From 1e28c92f25088f7279686c1a2af68ea03a050d9c Mon Sep 17 00:00:00 2001
---
 browser/devtools/shared/telemetry.js               |   5 +
 browser/devtools/shared/test/browser.ini           |   1 +
 ...browser_telemetry_toolboxtabs_webaudioeditor.js | 118 +++++++++++++++++++++
 .../webaudioeditor/webaudioeditor-controller.js    |   4 +
 toolkit/components/telemetry/Histograms.json       |  17 +++
 5 files changed, 145 insertions(+)
 create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_webaudioeditor.js
2014-06-13 16:19:26 -07:00
Jordan Santell
b8bdba9c9c Bug 1025311 - Add telemetry for canvas debugger. r=vp,miker
From eb3ed1cf3ff07a530297c74976a1d96ca8b5bd79 Mon Sep 17 00:00:00 2001
---
 browser/devtools/canvasdebugger/canvasdebugger.js  |   4 +
 browser/devtools/shared/telemetry.js               |   5 +
 browser/devtools/shared/test/browser.ini           |   1 +
 ...browser_telemetry_toolboxtabs_canvasdebugger.js | 117 +++++++++++++++++++++
 toolkit/components/telemetry/Histograms.json       |  17 +++
 5 files changed, 144 insertions(+)
 create mode 100644 browser/devtools/shared/test/browser_telemetry_toolboxtabs_canvasdebugger.js
2014-06-13 16:48:30 -07:00
Roberto A. Vitillo
e8de83980b Bug 1007723 - Telemetry (?) is causing a high memory consumption and lagging on browser startup. r=Yoric 2014-06-12 05:42:00 +02:00
Mark Hammond
149910a91a Bug 1016138 - Add telemetry probe for master password usage. r=dolske 2014-06-14 11:45:52 +10:00
Wes Kocher
1ce168a40f Merge fx-team to m-c a=merge 2014-06-10 18:47:36 -07:00
Richard Newman
98ad696de1 Bug 1022732 - Reword Fennec/Places telemetry histograms. r=trivial DONTBUILD 2014-06-10 10:58:22 -07:00
Richard Newman
edc0ac508a Bug 1021922 - Record telemetry for browser database operations. r=mfinkle 2014-06-10 10:45:11 -07:00
Randell Jesup
4084b370e3 Bug 970742: Add receive state monitoring to webrtc CodecStatistics r=jib 2014-06-08 11:06:30 -04:00
Jan-Ivar Bruaroey
ed8fb59254 Bug 951496 - Codec telemetry. r=jesup 2014-06-07 17:33:39 -04:00
Richard Barnes
2b5fc1778f Bug 1020598 - Add telemetry to measure WebCrypto usage. r=vladan 2014-06-09 22:01:00 -04:00
Carsten "Tomcat" Book
83702104a1 merge fx-team to mozilla-central a=merge 2014-06-05 15:08:55 +02:00
Ed Lee
4262c7162e Bug 1019298 - Use Telemetry to count which directory links were shown in which tile position [r=adw f=gfritzsche]
Remember the directory index and trigger the telemetry probe for link0-8 and tile0-8.
2014-06-05 00:29:51 -07:00
Jeremy Poulin
21428535f7 Bug 1016622: Renaming mozilla::network::Seer to mozilla::network Predictor. r=hurley
--HG--
rename : netwerk/base/public/nsINetworkSeer.idl => netwerk/base/public/nsINetworkPredictor.idl
rename : netwerk/base/public/nsINetworkSeerVerifier.idl => netwerk/base/public/nsINetworkPredictorVerifier.idl
rename : netwerk/base/src/Seer.cpp => netwerk/base/src/Predictor.cpp
rename : netwerk/base/src/Seer.h => netwerk/base/src/Predictor.h
rename : netwerk/test/unit/test_seer.js => netwerk/test/unit/test_predictor.js
2014-06-03 13:37:46 -07:00
Richard Newman
87675f02e4 Bug 1017778 - Telemetry probe for home provider database errors. r=margaret 2014-06-02 14:17:36 -07:00
Qeole
c7bdbdf53f Bug 1011136 - Add a histogram for plugin startup duration. r=bsmedberg 2014-05-30 07:14:00 -04:00
Carsten "Tomcat" Book
215901a534 merge fx-team to mozilla-central 2014-05-30 14:28:16 +02:00
Mark Hammond
4a02a78886 Bug 1014957 - add telemetry probe to indicate if custom servers are used for sync. r=rnewman 2014-05-30 14:56:25 +10:00
Byron Campen [:bwc]
3d1bd46584 Bug 1017291 - Keep track of the number of errors in AddIceCandidate before ICE completes, and record this number in telemetry in the success and failure cases separately. r=ekr 2014-05-29 08:40:31 -07:00
Randell Jesup
7683f60604 Bug 1006641: add telemetry for AudioStream open times r=jib 2014-06-04 14:52:32 -04:00
Honza Bambas
7645fc87a0 Bug 1016451 - HTTP cache v2: add shutdown time probe for sanitize case, r=michal 2014-05-29 00:52:21 +02:00
Carsten "Tomcat" Book
809708bcda merge mozilla-inbound to mozilla-central 2014-05-28 14:22:02 +02:00
Jan-Ivar Bruaroey
06059decf9 Bug 970685, definitions for WebRTC bandwidth telemetry 2014-05-17 16:24:09 -04:00
David Rajchenbach-Teller
3c0791acd1 Bug 917883 - Use AsyncShutdown instead of spinning the event loop in healthreporter.jsm. r=gps, r=rnewman 2014-05-22 02:11:00 -04:00
Mark Hammond
19e1b5e569 Bug 1013448 - add telemetry probes for sync. r=rnewman 2014-05-27 10:39:51 +10:00
Wes Kocher
4777505208 Merge m-c to inbound 2014-05-23 17:37:56 -07:00
Kyle Huey
8c5cca136c Bug 996133: Remove unnecessary NS_DISPATCH_NORMAL arguments to NS_DispatchToMainThread. r=ehsan 2014-05-23 12:53:17 -07:00
Birunthan Mohanathas
19bebbc68d Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)). r=ehsan 2014-05-22 06:48:50 +03:00
Chenxia Liu
13afe3aeb4 Bug 1013601 - Part 1: Add uptimeMillis() to UITelemetry.jsm. r=rnewman 2014-05-21 11:24:17 -07:00
Michael Ratcliffe
b2027a666b Bug 974171 - Add DEVTOOLS_TOOLBOX_* flags. r=jwalker 2014-04-15 11:01:27 +01:00
EKR
b9c43f7c18 Bug 1012999: When STUN global rate limit is exceeded, record this in telemetry. r=ekr 2014-05-19 19:16:38 -07:00
Jan-Ivar Bruaroey
9729a3eb36 Bug 970685 - definitions for WebRTC telemetry for jitter, packet-loss and RTT. r=smaug, r=jesup 2014-05-12 15:35:34 -04:00
Arpad Borsos
f1216759f4 Bug 1010568: Remove usage of 2nd WeakMap#get parameter from TelemetryStopwatch; r=felipe
--HG--
extra : amend_source : a825f25e18b52f46a2ddd50383aa2783f431d7df
2014-05-15 15:58:05 +02:00
Chris Peterson
2ceddc0df1 Bug 988386 - Collect telemetry on <script> elements' JS language versions. r=mrbkap r=till 2014-04-23 22:27:13 -07:00
Roberto A. Vitillo
abb623bc5b Bug 988304 - Avoid main-thread IO for {profile}\blocklist.xml. r=irving 2014-05-15 09:14:00 -04:00
Monica Chew
94e8967a9f Bug 1007844: Implement per-host telemetry for pin violations for AMO and aus4 (r=keeler) 2014-05-15 16:56:51 -07:00
Monica Chew
010f4a4ced Bug 1006594: Implement moz-specific telemetry (r=keeler) 2014-05-14 16:36:46 -07:00
Benjamin Smedberg
fbb11389d3 Bug 1007710 - Add information about the currently-active experiment to the telemetry ping, r=gfritzsche+vladan
--HG--
extra : rebase_source : a6bde09d91162d9a77fa2d121442e2397e6c9526
2014-05-15 09:11:01 -04:00
Roberto A. Vitillo
426f09dacc Bug 988023 - Telemetry on how often we hit search service synchronous fallback. r=gavin 2014-05-14 05:36:00 -04:00
David Rajchenbach-Teller
880b910289 Bug 962948 - Additional Telemetry on Session Restore startup. r=ttaubert 2014-05-05 09:23:00 -04:00
Monica Chew
730c8da49a Bug 1009720: Telemetry for CERT_PINNING_TEST_RESULTS (r=keeler) 2014-05-13 13:50:13 -07:00
Henri Sivonen
a5f989d627 Bug 995922 - Remove JOHAB support. r=emk. 2014-05-12 11:56:58 +03:00
Henri Sivonen
51efa01fca Bug 951571 - Remove T.61-8bit. r=emk. 2014-05-12 11:56:58 +03:00
Mark Finkle
246bc581ee Bug 1007836 - Send 'tablet' flag with TelemetryPing info r=rnewman 2014-05-08 16:24:23 -04:00
Monica Chew
c150fa6d60 Bug 1005504: Fix telemetry for application reputation (r=gcp) 2014-05-05 13:32:56 -07:00