gecko-dev/toolkit/components/telemetry
Andrew Swan 79a787c063 Bug 1352204 Fix test issues with non-MPC extensions r=kmag
Continue to allow non-multiprocessCompatible extensions in automation.
There are a ton of places that would need to be changed, many of which
will be changing soon anyway with the non-webextensions change in 57
so this is mostly the expedient route to keeping the tree green.

MozReview-Commit-ID: EZZoDVdhLfy

--HG--
extra : rebase_source : f83472bc1c88dd0deadbe485d9002499027ff07f
2017-05-03 08:02:51 -07:00
..
docs bug 1319026 - Put an arbitrary upper-limit on TelemetryLog r=gfritzsche 2017-04-26 13:35:00 -04:00
ipc Bug 1338555 - Add an accumulation limit to Scalars IPC messages; r=chutten 2017-03-24 23:22:05 +01:00
pingsender Bug 1345153 - When the pingsender fails to send a ping, persist it to disk so that it can be sent later via regular telemetry; r=chutten,ted 2017-03-27 12:38:39 +02:00
schemas
tests Bug 1352204 Fix test issues with non-MPC extensions r=kmag 2017-05-03 08:02:51 -07:00
.flake8 Bug 1356527 - Enable the remaining rules in Telemetry .flake8; r=Dexter 2017-04-27 10:56:00 +02:00
EventInfo.h Bug 1313326 - Part 2 - Restrict event recording to specified processes. r=dexter 2017-03-06 16:12:49 +01:00
Events.yaml Bug 1313326 - Part 2 - Restrict event recording to specified processes. r=dexter 2017-03-06 16:12:49 +01:00
GCTelemetry.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
Histograms.json Bug 1345540 - Measure input event handling latency. r=bsmedberg,smaug, data-review?bsmedberg 2017-04-18 11:25:21 +08:00
Makefile.in
ProcessedStack.h Bug 1341023 - Add missing nsString.h include in ProcessedStack.h. r=me CLOSED TREE 2017-02-21 23:10:59 +00:00
ScalarInfo.h Bug 1313326 - Part 2 - Restrict event recording to specified processes. r=dexter 2017-03-06 16:12:49 +01:00
Scalars.yaml Bug 1359708 - Add a telemetry probe for Storage API features, data-r=bsmedberg, r=bsmedberg,janv 2017-04-27 19:06:54 +08:00
Telemetry.cpp Bug 1358619 - Fetch the stack and native stack within the same pause of the target thread, r=froydnj 2017-05-01 13:40:37 -04:00
Telemetry.h Bug 1330907 - Rename Telemetry::ID to Telemetry::HistogramID. r=dexter 2017-02-16 00:45:15 +05:30
TelemetryArchive.jsm
TelemetryCommon.cpp Bug 1358320 - Make TimeStamp::ProcessCreation()'s outparam optional. r=gsvelto. 2017-04-26 14:55:54 +10:00
TelemetryCommon.h Bug 1313326 - Part 2 - Restrict event recording to specified processes. r=dexter 2017-03-06 16:12:49 +01:00
TelemetryController.jsm Bug 1346223 - Remove SessionRecorder.jsm. r=gfritzsche 2017-04-24 16:32:14 +02:00
TelemetryEnvironment.jsm Bug 1358620 Add telemetry for non-MPC extensions r=bsmedberg 2017-04-24 11:30:51 -07:00
TelemetryEvent.cpp Bug 1358320 - Make TimeStamp::ProcessCreation()'s outparam optional. r=gsvelto. 2017-04-26 14:55:54 +10:00
TelemetryEvent.h Bug 1313326 - Part 1 - Support recording events in child processes. r=dexter,froydnj 2017-02-14 14:43:51 +01:00
TelemetryHistogram.cpp Backout bug 1350765 for having caused bug 1358259 2017-04-25 11:20:04 -04:00
TelemetryHistogram.h bug 1353295 - Remove addonHistograms from Telemetry r=Dexter 2017-04-06 15:31:58 -04:00
TelemetryLog.jsm bug 1319026 - Put an arbitrary upper-limit on TelemetryLog r=gfritzsche 2017-04-26 13:35:00 -04:00
TelemetryModules.jsm Bug 1330833 - Add the new "modules" (DLLs) ping type. r=Dexter,mstange,jorendorff, data-review=bsmedberg 2017-02-18 14:17:30 +00:00
TelemetryReportingPolicy.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
TelemetryScalar.cpp Bug 1313326 - Part 2 - Restrict event recording to specified processes. r=dexter 2017-03-06 16:12:49 +01:00
TelemetryScalar.h Backed out changeset 3a90f1f64d8d (bug 1339749) for bustage on a CLOSED TREE 2017-02-15 16:10:29 +01:00
TelemetrySend.jsm Bug 1356673 - Run the pingsender executable in a way that avoids shutdown races with mozalloc; r=Dexter 2017-04-25 01:07:36 +02:00
TelemetrySession.jsm Bug 1346223 - Remove SessionRecorder.jsm. r=gfritzsche 2017-04-24 16:32:14 +02:00
TelemetryStartup.js Bug 1355611 - Don't load TelemetryStartup.js in the content process. r=gfritzsche 2017-04-11 15:13:30 -07:00
TelemetryStartup.manifest Bug 1355611 - Don't load TelemetryStartup.js in the content process. r=gfritzsche 2017-04-11 15:13:30 -07:00
TelemetryStopwatch.jsm Bug 1356210 - Clean up TelemetryStopwatch.start calls for FX_TAB_CLOSE_TIME_ANIM_MS and FX_TAB_CLOSE_TIME_NO_ANIM_MS probes. r=Dexter,mconley 2017-04-19 17:25:34 +02:00
TelemetryStorage.jsm Bug 1355056 - replace (function(args) { /* do stuff using this */ }).bind(this) with arrow functions, r=jaws. 2017-04-27 00:25:45 +02:00
TelemetryTimestamps.jsm
TelemetryUtils.jsm Backed out changeset 16e85d7e7400 (bug 1344295) for test failures in test_TelemetrySendOldPings.js 2017-04-10 15:25:31 +02:00
ThirdPartyCookieProbe.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
ThreadHangStats.h Bug 1346415 - Initialize mNativeStackCnt in ThreadHangStats constructor, a=valgrind-bustage 2017-05-01 15:59:53 -04:00
UITelemetry.jsm Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout 2017-04-14 23:39:22 +02:00
WebrtcTelemetry.cpp Bug 1342022 - Remove useless a "using" declaration in WebrtcTelemetry.cpp. r=gfritzsche 2017-02-23 13:27:13 +01:00
WebrtcTelemetry.h
datareporting-prefs.js
gen-event-data.py Bug 1356527 - Enable the remaining rules in Telemetry .flake8; r=Dexter 2017-04-27 10:56:00 +02:00
gen-event-enum.py Bug 1357001 - Part 1 - Unify validation errors in probe parsing scripts. r=chutten, f=gps 2017-04-18 18:21:36 +02:00
gen-histogram-bucket-ranges.py Bug 1356527 - Enable the remaining rules in Telemetry .flake8; r=Dexter 2017-04-27 10:56:00 +02:00
gen-histogram-data.py Bug 1357001 - Part 5 - Fix linting errors. r=chutten 2017-04-21 15:48:44 +02:00
gen-histogram-enum.py Bug 1357001 - Part 1 - Unify validation errors in probe parsing scripts. r=chutten, f=gps 2017-04-18 18:21:36 +02:00
gen-scalar-data.py Bug 1357001 - Part 1 - Unify validation errors in probe parsing scripts. r=chutten, f=gps 2017-04-18 18:21:36 +02:00
gen-scalar-enum.py Bug 1357001 - Part 1 - Unify validation errors in probe parsing scripts. r=chutten, f=gps 2017-04-18 18:21:36 +02:00
healthreport-prefs.js
histogram-whitelists.json merge mozilla-inbound to mozilla-central a=merge 2017-04-26 08:41:31 +02:00
histogram_tools.py Bug 1357001 - Part 5 - Fix linting errors. r=chutten 2017-04-21 15:48:44 +02:00
moz.build Bug 1356673 - Run the pingsender executable in a way that avoids shutdown races with mozalloc; r=Dexter 2017-04-25 01:07:36 +02:00
nsITelemetry.idl Bug 1356673 - Run the pingsender executable in a way that avoids shutdown races with mozalloc; r=Dexter 2017-04-25 01:07:36 +02:00
parse_events.py Bug 1357001 - Part 5 - Fix linting errors. r=chutten 2017-04-21 15:48:44 +02:00
parse_scalars.py Bug 1357001 - Part 5 - Fix linting errors. r=chutten 2017-04-21 15:48:44 +02:00
shared_telemetry_utils.py Bug 1357001 - Part 1 - Unify validation errors in probe parsing scripts. r=chutten, f=gps 2017-04-18 18:21:36 +02:00