gecko-dev/toolkit/components/telemetry
arthur.iakab 8976abf9ca Merge inbound to mozilla-central. a=merge 2018-03-14 12:00:13 +02:00
..
docs Bug 1444628 - Fix a bunch of typo in the doc r=ahal 2018-03-10 17:14:38 +01:00
hybrid-content Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
ipc Bug 1413621 - Telemetry: replace NS_WARN_IF with MOZ_ASSERT. r=mystor 2017-11-09 00:33:00 -05:00
pingsender Bug 1418527 - Drop hardcoded libcurl paths from the pingsender on Linux; r=Dexter 2017-11-24 10:11:47 +01:00
schemas
tests Bug 1445386 - Use GreD for artifact build scalars. r=chutten 2018-03-12 19:24:30 -05:00
CombinedStacks.cpp
CombinedStacks.h Bug 1403868 (part 4) - Reduce tools/profiler/public/*.h to almost nothing in non-MOZ_GECKO_PROFILER builds. r=mstange. 2017-10-04 09:11:18 +11:00
EventInfo.h Bug 1443587 - part 1 - make EventInfo string getters return dependent strings; r=chutten 2018-03-07 11:00:44 -05:00
Events.yaml Bug 1429497 - Update Events.yaml with Activity Stream click and session events. r=nanj 2018-01-11 16:47:08 -05:00
GCTelemetry.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
HangReports.cpp
HangReports.h
Histograms.json Bug 1441550 - Make CERT_VALIDATION_SUCCESS_BY_CA telemetry opt-out in release r=chutten,keeler a?merwin 2018-03-09 10:19:00 -07:00
KeyedStackCapturer.cpp
KeyedStackCapturer.h
Makefile.in
ProcessedStack.cpp
ProcessedStack.h
Processes.yaml Bug 1395956 - Update gecko.readthedocs links to the new firefox-source-docs.mozilla.org location. r=chutten 2017-09-02 22:11:02 +05:30
ScalarInfo.h Bug 1425909 - Enable adding scalars in artifact builds without rebuilding Firefox. r=chutten,froydnj 2018-01-18 18:25:01 +01:00
Scalars.yaml Bug 1350349 - collect data for feed reader usage to evaluate its future, r=mak,data-review=liuche 2018-02-16 19:18:00 +00:00
Telemetry.cpp Bug 1444361: Don't obtain cert subject info on main thread; r=chutten 2018-03-09 11:27:51 -07:00
Telemetry.h Backed out 2 changesets (bug 1436680) for bustages on /builds/worker/workspace/build/src/obj-firefox/dist/include/mozilla/Telemetry.h. a=backout on a CLOSED TREE 2018-02-28 05:56:00 +02:00
TelemetryArchive.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TelemetryCommon.cpp Bug 1443079 - nsScriptError.isFromPrivateWindow must match the correct value also in e10s mode, r=smaug 2018-03-13 06:40:38 +01:00
TelemetryCommon.h Bug 1444361: Don't obtain cert subject info on main thread; r=chutten 2018-03-09 11:27:51 -07:00
TelemetryController.jsm Bug 1445386 - Use GreD for artifact build scalars. r=chutten 2018-03-12 19:24:30 -05:00
TelemetryEnvironment.jsm Bug 1441610 - Track marionette.enabled in default telemetry environment r=chutten data-r=chutten 2018-03-07 16:34:57 +01:00
TelemetryEvent.cpp Bug 1443587 - part 5 - more efficient string serialization; r=chutten 2018-03-07 11:00:44 -05:00
TelemetryEvent.h
TelemetryHealthPing.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TelemetryHistogram.cpp Bug 1443587 - part 5 - more efficient string serialization; r=chutten 2018-03-07 11:00:44 -05:00
TelemetryHistogram.h Bug 1428888 - Allow C++ to accumulate multiple samples into a categorical histogram in one call r=chutten 2018-01-28 16:53:40 +05:30
TelemetryIOInterposeObserver.cpp Bug 1407458 - Use nsString for Observation filenames. r=erahm. 2017-10-17 08:22:12 +11:00
TelemetryIOInterposeObserver.h
TelemetryLog.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TelemetryModules.jsm Bug 1434489: Add optional certSubject field to modules ping; r=chutten, data-review=francois (via bug 1430857) 2018-03-05 18:13:28 -07:00
TelemetryReportingPolicy.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TelemetryScalar.cpp Bug 1436263 - Part 1: Replace `final override` virtual function specifiers with just `final`. r=froydnj 2018-02-05 22:46:57 -08:00
TelemetryScalar.h Bug 1425909 - Enable adding scalars in artifact builds without rebuilding Firefox. r=chutten,froydnj 2018-01-18 18:25:01 +01:00
TelemetrySend.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TelemetrySession.jsm Bug 918557 - Remove TelemetryPing's histogram cache. r=chutten 2018-03-05 23:11:47 +07:00
TelemetryStartup.js Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
TelemetryStartup.manifest
TelemetryStopwatch.jsm Bug 1433175 - scripted patch to replace Components.classes[, Components.interfaces.nsI, Components.utils. and Components.results. with Cc, Ci, Cu and Cr, r=Mossop. 2018-02-28 18:51:33 +01:00
TelemetryStorage.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TelemetryTimestamps.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
TelemetryUtils.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
UITelemetry.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
UpdatePing.jsm Bug 1440284 - change this.EXPORTED_SYMBOLS back to var EXPORTED_SYMBOLS in JS modules, r=mccr8. 2018-02-23 20:50:01 +01:00
WebrtcTelemetry.cpp
WebrtcTelemetry.h
datareporting-prefs.js
gen-histogram-bucket-ranges.py Bug 1419761 - Rename 'histogram_tools.py' to 'parse_histograms.py'. r=Dexter 2017-11-23 20:21:09 +00:00
gen_event_data.py Bug 1431112 - Add strict_type_checks to parse_events.py for historical Events.yaml files. r=chutten, r=gfritzsche 2018-01-18 23:04:44 -05:00
gen_event_enum.py Bug 1431112 - Add strict_type_checks to parse_events.py for historical Events.yaml files. r=chutten, r=gfritzsche 2018-01-18 23:04:44 -05:00
gen_histogram_data.py Backed out changeset 49f68b1f4c2e (bug 1374631) for build bustages at toolkit/components/telemetry/TelemetryProcessData.h:31:1 r=backout on a CLOSED TREE 2017-12-13 19:10:10 +02:00
gen_histogram_enum.py Bug 1419761 - Rename 'histogram_tools.py' to 'parse_histograms.py'. r=Dexter 2017-11-23 20:21:09 +00:00
gen_process_data.py Backed out changeset 49f68b1f4c2e (bug 1374631) for build bustages at toolkit/components/telemetry/TelemetryProcessData.h:31:1 r=backout on a CLOSED TREE 2017-12-13 19:10:10 +02:00
gen_process_enum.py Bug 1278247 - Enforce consistent naming for Telemetry gen-* python scripts. r=Dexter 2017-11-22 12:09:33 +00:00
gen_scalar_data.py Bug 1425909 - Enable adding scalars in artifact builds without rebuilding Firefox. r=chutten,froydnj 2018-01-18 18:25:01 +01:00
gen_scalar_enum.py Bug 1278247 - Enforce consistent naming for Telemetry gen-* python scripts. r=Dexter 2017-11-22 12:09:33 +00:00
healthreport-prefs.js Bug 1352497 - Remove about:healthreport. r=gfritzsche,nechen 2017-11-28 11:38:15 +01:00
histogram-whitelists.json Bug 1441550 - Make CERT_VALIDATION_SUCCESS_BY_CA telemetry opt-out in release r=chutten,keeler a?merwin 2018-03-09 10:19:00 -07:00
moz.build Bug 1425909 - Enable adding scalars in artifact builds without rebuilding Firefox. r=chutten,froydnj 2018-01-18 18:25:01 +01:00
nsITelemetry.idl Bug 1434489: Add optional certSubject field to modules ping; r=chutten, data-review=francois (via bug 1430857) 2018-03-05 18:13:28 -07:00
parse_events.py Bug 1422849 - Drop support for full display versions in Histograms.json, Scalar.yaml and Events.yaml. r=chutten 2018-01-24 19:36:12 -05:00
parse_histograms.py Bug 1434430 - [flake8] Fix blank 'except' statements r=rwood 2018-01-31 14:32:08 -05:00
parse_scalars.py Bug 1426461 - Make use of extended validator functionality r=chutten 2018-03-10 05:28:17 +07:00
shared_telemetry_utils.py Bug 1363725 - Changed inconsistent occurrence of 'all_child', 'all_childs' to 'all_children' and 'AllChilds' to 'AllChildren' in code and docs. r=chutten 2018-01-31 18:50:30 +05:30