Граф коммитов

3117 Коммитов

Автор SHA1 Сообщение Дата
Phil Ringnalda ef758dcbf4 Backed out changeset 95d09880ddf6 (bug 1325536) for nsVariant::Release crashes 2017-01-20 22:05:26 -08:00
Michael Froman 007f4afe98 Bug 1325536 - ice telemetry. r=bsmedberg,chutten,drno
MozReview-Commit-ID: 8pZBXA8Pjea

--HG--
extra : rebase_source : 37efe5b463098ff1489d317b1f78206cac4963b3
2017-01-11 19:57:03 -06:00
Mark Banner 16e6d381ac Bug 503613 - Remove old 'tail =' lines from xpcshell.ini files; r=gps
MozReview-Commit-ID: 62Hp5ISxowJ

--HG--
extra : rebase_source : daa8efb3409031fea553f4fd0c9d0746e38dc308
extra : histedit_source : b4c23aacf678ba0d0ac9c09191a7c494ead11a08
2017-01-18 10:30:39 +00:00
Nils Ohlmeier [:drno] 2162854031 Bug 1319268: extend WebRTC ICE Telemetry probes from 53 to 58. r=chutten
MozReview-Commit-ID: 8ytDDOhHuj9

--HG--
extra : rebase_source : 320af5edd2bd18e0e8416009308380c183b7d7d3
2016-11-21 16:11:36 -08:00
Wes Kocher 95949a3432 Merge m-c to inbound, a=merge
MozReview-Commit-ID: EMipuOLERUq
2017-01-18 15:39:49 -08:00
Wes Kocher 54c460dbd6 Merge inbound to m-c a=merge
MozReview-Commit-ID: 3cGydlfeaPN
2017-01-18 14:17:10 -08:00
Alessio Placitelli dfe6e0b632 Bug 1330247 - Add ParamTraits<nsAutoString> template specialization in IPCMessageUtils.h. r=froydnj, r=chutten
--HG--
extra : rebase_source : 85777fe2ae7c4eee24fd5e8647d2ae85ebb49932
2017-01-17 07:06:00 -05:00
Dão Gottwald 47edd023db Bug 1331873 - Null-check tab in TelemetryReportingPolicyImpl._openFirstRunPage's progress listener since it can be called synchronously before we have a reference to the tab. r=Gijs
MozReview-Commit-ID: Gcktb3x7o4W

--HG--
extra : rebase_source : 9d50565400586e4a7a97e73da9148ed891af1fb9
2017-01-18 11:11:05 +01:00
Alessio Placitelli 6017e2dd0b Bug 1321790 - Change the JS Scalar API so that it doesn't throw. r=chutten
MozReview-Commit-ID: K8jVoLr8GJn

--HG--
extra : rebase_source : 6d7e9368c2d10c4f0b7fdbc72b9e55bf69aa52d2
2017-01-18 06:26:00 -05:00
Jared Wein 43bac26d30 Bug 1331661 - Enable the 'quotes' rule for eslint and fix most of the errors with --fix. r=Gijs
MozReview-Commit-ID: 6tv0Z06CO4a

--HG--
extra : rebase_source : 014c0b04d8538dc5f15bc6dd4ed6bd220c55c5d4
2017-01-17 09:48:17 -06:00
Georg Fritzsche 094612dd75 Bug 1331168 - Add initial release version to core ping documentation. r=sebastian 2017-01-14 15:06:55 +07:00
Andrea Marchesini 75dc1a06d1 Bug 1330255 - Add telemetry to know more about the use of NetworkInformation interface on fennec., r=qdot, data-r=bsmedberg 2017-01-16 18:34:49 +01:00
Carsten "Tomcat" Book 0c21611303 Merge mozilla-central to mozilla-inbound 2017-01-16 16:44:15 +01:00
Alessio Placitelli 002724792e Bug 1278556 - Update the documentation. r=gfritzsche 2017-01-13 01:47:00 +01:00
Alessio Placitelli 1161e36b35 Bug 1278556 - Add scalar data from child processes to the main ping. r=chutten
MozReview-Commit-ID: Ed4cV4XieRq
2017-01-16 06:10:00 +01:00
Alessio Placitelli 932126d970 Bug 1278556 - Enable child process scalar recording. r=chutten, f=gfritzsche,froydnj
MozReview-Commit-ID: IddrszBX0f5
2017-01-16 05:12:00 +01:00
Alessio Placitelli 23dbcfc1a4 Bug 1278556 - Move the IPC timer logic to TelemetryIPCAccumulator.cpp. r=chutten
MozReview-Commit-ID: DSyFUM967F0
2017-01-16 05:10:00 +01:00
Alessio Placitelli 399e2baf67 Bug 1278556 - Enable the support for "record_in_process" in Scalars.yaml. r=gfritzsche
MozReview-Commit-ID: BP2sADn0ELc
2017-01-10 08:22:00 +01:00
Thomas Nguyen 2e4a2a1c26 Bug 1311926 - Add telemetry to measure gethash error and gethash timeout rate for V2 and V4. r=francois
MozReview-Commit-ID: 5mfO5zJMFyW

--HG--
extra : rebase_source : 3d1b178d42e1e084b0fa522ed90a44affe70bb8d
2017-01-16 11:22:45 +08:00
David Parks e214363851 Bug 1312788 - Log to browser console and telemetry if the parent content to a ServiceWorker is a file. r=bkelly
Info is useful to sandboxing. Logs when ServiceWorker is registered (i.e. each run), not just when it is installed.

--HG--
extra : rebase_source : e21a521a5015c722cfbf2f5a7a23d5cf39a88a18
2017-01-10 15:17:13 -08:00
Vedant Sareen a3b8ef75e2 Bug 1301311 - Cleanly reject pings that are submitted too late in shutdown. r=Dexter
Added |_shuttingDown| boolean flag, which is initialized to false and is set to true when Firefox shuts down.
This allows rejecting pings sent after shutdown by checking the value of this flag.
Also added a new test that shuts down Telemetry using |yield TelemetryController.testShutdown()| and then tries sending a ping to it.

--HG--
extra : rebase_source : 9cb901e9aa12560ab8bb1eadc86a45df47b75bca
2017-01-05 22:32:01 +05:30
Carsten "Tomcat" Book c9312842b5 Merge mozilla-central to mozilla-inbound 2017-01-13 10:22:50 +01:00
Iaroslav (yarik) Sheptykin 58d4348355 Bug 1330013: Correcting module names for captured stacks. r=gfritzsche
MozReview-Commit-ID: L5fkEDU3Kgz

--HG--
extra : rebase_source : eadf512dcb29da7138744a36603450535bc993a1
2017-01-11 21:34:42 +01:00
Georg Fritzsche b5f0ccf940 Bug 1329139 - Default event recording to disabled. r=dexter 2017-01-13 14:21:56 +07:00
Tuhina 265b3a3710 Bug 1303685: Add telemetry for CSP referrer directive. r=ckerschb,francois 2016-11-04 21:36:25 +05:30
Georg Fritzsche baf76c212c Bug 1330579 - fix-addon-ping-doc - r=dexter
--HG--
extra : rebase_source : db663e04d74c150a64871c2722c44733de7b383a
2017-01-12 16:33:37 +07:00
Carsten "Tomcat" Book 3ad97e202a merge mozilla-inbound to mozilla-central a=merge 2017-01-12 10:14:43 +01:00
Eric Rahm 87cfbc1b65 Bug 1322735 - Remove MOZ_STACKWALKING define. r=glandium
With frame pointer omission disabled we should always have usable stacks on Windows. This allows us to remove the MOZ_STACKWALKING define as it will always be enabled.

MozReview-Commit-ID: 54xs3Hf1r4P

--HG--
extra : rebase_source : dfaf13fb4c2185985f4f074c338ccf1fef8f3c94
2016-12-20 15:11:36 -08:00
Florian Quèze a03918c148 Bug 1330147 - automatic removal of the third boolean parameter in removeObserver calls, r=jaws. 2017-01-11 22:27:42 +01:00
Carsten "Tomcat" Book ccfe5b9092 Merge mozilla-central to mozilla-inbound 2017-01-11 16:37:37 +01:00
Carsten "Tomcat" Book a712d69adb merge mozilla-inbound to mozilla-central a=merge 2017-01-11 16:23:39 +01:00
Gabriele Svelto 31100686b0 Bug 1328657 - Added documentation for the crash ping processType field and quieted some warnings r=me 2017-01-11 12:09:43 +01:00
Tom Ritter c123b23b46 Bug 1314784 - Add an 'Is Orbot Installed' telemetry probe. r=bsmedberg,sebastian
MozReview-Commit-ID: IlTLcVtycj8

--HG--
extra : rebase_source : 4ca3b38b231896073fcba32d31ae35ce849aa54e
2017-01-10 14:13:15 -06:00
Phil Ringnalda 1c2d0d367f Backed out 3 changesets (bug 1322735) for ASan leaks and xpcshell/selftest.py failures
CLOSED TREE

Backed out changeset 01cfc71ce542 (bug 1322735)
Backed out changeset 84c729c41230 (bug 1322735)
Backed out changeset b419aaefae95 (bug 1322735)
2017-01-10 20:17:34 -08:00
Eric Rahm 2e195de610 Bug 1322735 - Remove MOZ_STACKWALKING define. r=glandium
With frame pointer omission disabled we should always have usable stacks on Windows. This allows us to remove the MOZ_STACKWALKING define as it will always be enabled.

MozReview-Commit-ID: 54xs3Hf1r4P

--HG--
extra : rebase_source : 5fe27cdeeb464d81fbedc8c02ac187658bd759e7
2016-12-20 15:11:36 -08:00
Wes Kocher 269e3163e5 Merge m-c to autoland, a=merge
MozReview-Commit-ID: 6wWFiDQ0QJ8
2017-01-10 18:35:54 -08:00
Georg Fritzsche 11ad53f802 Bug 1329967 - Rename test_nsITelemetry.js to test_TelemetryHistograms.js. r=dexter
--HG--
rename : toolkit/components/telemetry/tests/unit/test_nsITelemetry.js => toolkit/components/telemetry/tests/unit/test_TelemetryHistograms.js
extra : rebase_source : 8b69282efad5556424fd3cd60cfa879ae95d661e
2017-01-10 20:38:58 +07:00
Georg Fritzsche f42363dc33 Bug 1329620 - Part 2 - Use event names to print better error messages. r=dexter
--HG--
extra : rebase_source : 100634c2cae0fea1e9f1640376b657fa80318a85
2017-01-09 23:14:00 +07:00
Georg Fritzsche f6171ab27d Bug 1329620 - Part 1 - Add event names to Events.yaml. r=dexter
--HG--
extra : rebase_source : 484df6e0588f2ddfd876fe3272c10b680e001199
2017-01-09 18:03:21 +07:00
Carsten "Tomcat" Book 89882dc5f4 merge mozilla-inbound to mozilla-central a=merge 2017-01-10 12:11:31 +01:00
Georg Fritzsche 257be15c11 Bug 1330034 - Fix sync ping documentation. r=markh.
Fix sync ping documentation.
2017-01-11 00:36:18 +07:00
Kate McKinley edae411c07 Bug 1313595 - Lower HSTS priming timeout r=mayhemer
MozReview-Commit-ID: 5wOqtYM1MfD

--HG--
extra : rebase_source : 78cb81a9223c80b93b2c574846111eb3bad91c03
2016-12-08 11:07:55 -10:00
Mark Banner 582fcb8090 Bug 1329614 - [eslint] Catch more cases of importing globals from 'var foo = Cu.import('...');'. r=jaws
MozReview-Commit-ID: 5NKHHb70YA6

--HG--
extra : rebase_source : 4551e56f56065349fb9ddc8d90e67f9dc84c1701
2017-01-09 10:12:26 +00:00
J. Ryan Stinnett b7d7b9fe40 Bug 1282863 - Remove DEVTOOLS_SCRATCHPAD_WINDOW_TIME_ACTIVE_SECONDS probe. r=jryans
MozReview-Commit-ID: HRLKfY0kDIJ

--HG--
extra : rebase_source : 125fc49d71b646e4912f980d33fd5f5050c17661
2016-08-26 20:19:47 -05:00
Mark Hammond 85c80336b8 Bug 1289536 (part 1) - Add events to Sync ping. r=gfritzsche
MozReview-Commit-ID: 184fIhelOa6

--HG--
extra : rebase_source : bf7c96a473b92a42411fe5c94ac6802d42ff57d5
2016-11-04 17:57:09 +11:00
Jared Wein f64146d9d7 Bug 1329014 - Enable the no-extra-bind rule and use eslint --fix to autofix the errors. r=standard8
MozReview-Commit-ID: BwK94W2mHXS

--HG--
extra : rebase_source : a905658829084d3a4018df81f51bb210ef1e645b
2017-01-05 16:43:29 -05:00
Iris Hsiao 7e248d8cc9 Merge mozilla-central to autoland 2017-01-06 11:13:22 -05:00
Iris Hsiao 7adb57a57f merge autoland to mozilla-central a=merge 2017-01-06 11:06:17 -05:00
Gijs Kruitbosch 9d9e6863e5 Bug 1324525 - increment (and unify) telemetry max version for migration-related telemetry probes, r=bsmedberg
We're continuing to iterate and investigate automigration and current user patterns with manual migration.
To facilitate this, we should extend the lifetime of these probes a bit more.

MozReview-Commit-ID: 3PHA09viLF4

--HG--
extra : rebase_source : b84832e610f77c6f867b8d79eeaaadecc34e1fbf
2017-01-05 16:51:23 +00:00
Thom Chiovoloni 1330224f6a Bug 1301389 - Only include the uid and device ID once in the sync ping. r=markh
Previously this was included for each sync. In addition to being less efficient,
this makes certain info that's planned to be added in the future more difficult.

MozReview-Commit-ID: fjOvAJJVI6

--HG--
extra : rebase_source : edb9a60a101c1110560c1ceb61a927248bed06e9
2016-11-21 16:34:46 -05:00