Alessio Placitelli
89cfc87cff
Bug 1406097 - Use the cached attribution code in the environment. r=mhowell
...
This adds a new sync function to AttributionCode.jsm that returns the cached
attribution data. The cached data is then used to populate the environment
instead of relying on the async function.
MozReview-Commit-ID: F0se7kXspo2
2017-10-09 12:03:38 +02:00
Jared Hirsch
b84ab9f85b
Bug 1405166 - Update occurrences of system-disabled pref outside screenshots system addon; r=kmag
...
MozReview-Commit-ID: 24PV53VM6te
2017-10-03 16:26:41 -07:00
Alessio Placitelli
a46cf822fb
Bug 1403978 - Add 'browser.search.widget.inNavBar' to TelemetryEnvironment. r=chutten,data-review=rweiss
...
MozReview-Commit-ID: 1N0wK6M0bXu
2017-09-29 07:56:00 +02:00
Alessio Placitelli
c048ed4eb2
Bug 1400870 - Keep the attribution code on environment changes. r=chutten
...
This patch makes sure |_updateSettings| carries over the attribution code,
if present. Without this patch the whole "environment.settings" section
is replaced and the attribution code disppears after the first environment
change/subsession split.
MozReview-Commit-ID: 8bxjVOl2mUp
2017-09-21 09:34:58 +02:00
Adam Gashlin
63c15a8463
Bug 1393601 - Add telemetry for MOZ_UPDATER. r=Dexter, r=rweiss
2017-09-18 09:50:10 -07:00
Andrew Swan
bf3c235fea
Bug 1389193 Include extensions.legacy.enabled in telemetry environment r=rweiss
...
MozReview-Commit-ID: JdPL8nsnaxX
2017-08-10 22:25:51 -07:00
dagasatvik
91d42b2553
Bug 1385820 - Enable the ESLint no-new-wrappers rule across mozilla-central; r=markh,standard8
...
MozReview-Commit-ID: FvJO3ibeiwg
2017-08-07 23:57:51 +05:30
Doug Thayer
42d726322a
Bug 1385396 - Cache early setExperimentActive calls r=gfritzsche
...
Calling setExperimentActive too early during startup can change
the order of some initialization. setExperimentActive probably
shouldn't have this kind of effect, so simply cache early calls
to it until gGlobalEnvironment has been initialized through other
functions.
Additionally, I am speculatively including work to ensure that
setExperimentInactive and getActiveExperiments have the same
behavior, while remaining correct by working from the same cache
that setExperimentActive uses.
MozReview-Commit-ID: IlzT1J0o6gK
2017-08-02 15:10:34 -07:00
steveck-chung
bb0f61d5b2
Bug 1387004 - Part 2: Record credit card enable state in TelemetryEnvironment. r=francois
...
MozReview-Commit-ID: EffoAFq8mc8
2017-08-03 18:29:47 +08:00
Marco Castelluccio
743dd2e0c8
Bug 1357517 - Remove Preferences.jsm usage from some Telemetry files. r=Dexter
2017-07-31 01:32:31 +02:00
Michael Brennan
79ca1078c4
Bug 1367125 - Record search cohort using the new annotation API. r=gfritzsche
2017-07-16 14:00:00 -04:00
Andrew Swan
8438182e63
Bug 1358907 Part 3 Avoid reading XPI database at startup r=Dexter,kmag
...
Switch telemetry and experiments from AddonManager.getAddonsByTypes()
to AddonManager.getActiveAddons() which gives us less detailed information
in the environment during startup but also means we don't need to load the
extensions database until startup is complete.
MozReview-Commit-ID: 4SxdPHSPovB
2017-05-18 13:08:58 -07:00
Nicholas Nethercote
8feeffcee0
Bug 1352575 (part 4) - Remove dom.ipc.plugins.asyncInit.enabled pref. r=jimm.
...
The feature is in the process of being removed.
2017-04-18 16:56:43 +10:00
Sebastian Hengst
ff00959f38
Bug 1376599 - Allow annotating experiments with a type: Fix eslint issues. r=eslint-fix on a CLOSED TREE
2017-06-30 21:26:28 +02:00
Georg Fritzsche
5b44df997a
Bug 1376599 - Allow annotating experiments with a type. r=Dexter
2017-06-28 17:18:00 -04:00
Bobby Holley
2a1e6e698e
Bug 1376359 - Include the stylo pref in telemetry pings. r=gsvelto
2017-06-29 12:03:39 -07:00
steveck-chung
ca83d9812d
Bug 990199 - Record address autofill enabled state. r=bsmedberg,MattN
...
MozReview-Commit-ID: ILO7iMpUH1q
2017-04-26 15:20:21 +08:00
Alessio Placitelli
394e909ce0
Bug 1367029 - Defer gathering isDefaultBrowser until session restore completes. r=gfritzsche
...
Gathering this data point takes up to 100ms on reference hardware and might impact
startup performance.
MozReview-Commit-ID: 32sd5uUF08N
2017-06-14 11:57:14 +02:00
Rajesh Kathiriya
7c0507b30e
Bug 1370232 - Enabled the ESLint no-unneeded-ternary rule across mozilla-central. r=standard8
...
MozReview-Commit-ID: AH9ArRkjh78
2017-06-13 00:23:54 +05:30
Alex Gaynor
08169695a6
Bug 1358223 - Part 2 - In telemetry send the effective sandbox level instead of the raw value r=Dexter
...
This gives us the most actionable piece of information from the perspective of correlating between how the sandbox is configured and behavior we see.
MozReview-Commit-ID: EWWQrDHns1R
2017-05-12 17:05:53 -04:00
Sebastian Hengst
7d7f2a48bd
Backed out changeset 852ffb5b89bf (bug 1358223)
2017-05-31 21:33:33 +02:00
Alex Gaynor
2263ed4ad1
Bug 1358223 - Part 2 - In telemetry send the effective sandbox level instead of the raw value r=Dexter
...
This gives us the most actionable piece of information from the perspective of correlating between how the sandbox is configured and behavior we see.
MozReview-Commit-ID: EWWQrDHns1R
2017-05-12 17:05:53 -04:00
Benjamin Smedberg
58b2adaa73
Bug 1368060 - Prefs and telemetry for hidden-plugin infobars. This patch does not change any defaults, but provides options which we'll test via A/B testing and telemetry to measure success. r=mconley data-r=rweiss
...
MozReview-Commit-ID: 7QP1nsB2jtw
2017-05-26 13:09:42 -04:00
Alessio Placitelli
14bb71b554
Bug 1359031 - Don't trigger early search service init in Telemetry. r=florian
...
This patch will make TelemetryEnvironment wait for the
"browser-search-service" topic with "init-complete" before attempting
to query search data.
MozReview-Commit-ID: C0i608eYHmU
2017-05-17 15:04:53 +02:00
Franziskus Kiefer
2e39fbd6ca
Bug 1359335 - collect telemetry on aes-ni support, r=gfritzsche
...
MozReview-Commit-ID: 23YbAcCls1H
2017-03-31 19:03:03 +02:00
Andrew Swan
64a8d967b0
Bug 1358620 Add telemetry for non-MPC extensions r=bsmedberg
...
MozReview-Commit-ID: 5LwLr4wXmHq
2017-04-24 11:30:51 -07:00
Aaron Klotz
6139e495e5
Bug 1358288: Fix incorrect ABI specification for js-ctypes declaration of GetVersionExW; r=gfritzsche
...
MozReview-Commit-ID: DKTxo8EHNfY
2017-04-20 16:08:07 -06:00
Robert Helmer
c349eb2f59
Bug 1357460 - add isWebExtension to Telemetry Environment r=Dexter,kmag
...
MozReview-Commit-ID: lzeHG7nXhf
2017-04-18 20:08:48 -07:00
Jim Porter
e6d010d8bf
Bug 1352069 - Introduce a pref that allows for disabling cosmetic animations r=jaws
...
This rolls browser.tabs.animate, browser.fullscreen.animate, and
alerts.disableSlidingEffect into a single pref; if any of these are disabled,
we'll disable the new pref too (toolkit.cosmeticAnimations.enabled). Most
future animations will also be subject to this pref.
MozReview-Commit-ID: 77pLMtERDna
2017-04-11 13:47:31 -05:00
Blake Kaplan
9b726d1e11
Bug 1349363 - Track both .processCount and .web to get a complete view of the user's content processes. r=Felipe
...
MozReview-Commit-ID: B9tVLbxnKFd
2017-04-18 11:11:06 -07:00
Florian Queze
d3c36892fa
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Sebastian Hengst
42670ceca0
Backed out changeset 322fde2d53bf (bug 1356569) so bug 1355161 can be backed out. r=backout
2017-04-14 23:39:22 +02:00
Florian Queze
9b4f73599f
Bug 1356569 - Remove addObserver's last parameter when it is false, r=jaws.
2017-04-14 21:51:38 +02:00
Mark Banner
80edc06cf5
Bug 1346825 - Add Screenshot's disabled preferences to telemetry reporting. r=bsmedberg
...
MozReview-Commit-ID: IyvMCoU6Wn4
2017-03-31 14:14:58 +01:00
Wes Kocher
d9500f35ca
Backed out 4 changesets (bug 1346825) for being the likely cause of devtools bustage a=backout CLOSED TREE
...
Backed out changeset 80999e98d40b (bug 1346825)
Backed out changeset 426aa68b32f0 (bug 1346825)
Backed out changeset d4b155c9ee3d (bug 1346825)
Backed out changeset 81b1a2207776 (bug 1346825)
2017-04-13 11:23:18 -07:00
Mark Banner
19aed3f0ec
Bug 1346825 - Add Screenshot's disabled preferences to telemetry reporting. r=bsmedberg
...
MozReview-Commit-ID: IyvMCoU6Wn4
2017-03-31 14:14:58 +01:00
mcfuller
fb5e11e9f1
Bug 1354039 - Remove unused PromiseUtils.jsm import from TelemetryController.jsm and TelemetryEnvironment.jsm. r=gfritzsche
2017-04-07 00:34:44 -07:00
Alisha
7fd23886d5
Bug 1346200 - Remove B2G code branches from Telemetry JS modules. r=chutten
2017-03-31 17:55:00 -04:00
Alessio Placitelli
22d6ad54e5
Bug 1348748 - Implement telemetry experiment annotations to TelemetryEnvironment.jsm. r=gfritzsche
...
MozReview-Commit-ID: KCb8MrWh4Rt
2017-03-20 10:54:46 +01:00
Michael Kaply
d49108ac35
Bug 1336560 - Allow distributions to hide search engines. r=florian
...
MozReview-Commit-ID: 12lSpSPZTqm
2017-03-09 11:22:54 -06:00
Sebastian Hengst
1635a93413
Backed out changeset 01b927dcb4af (bug 1336560) for failing eslint in test_sync_disthidden.js (semicolon too many). r=backout
2017-03-16 19:59:04 +01:00
Michael Kaply
c608944901
Bug 1336560 - Allow distributions to hide search engines. r=florian
...
MozReview-Commit-ID: 12lSpSPZTqm
2017-03-09 11:22:54 -06:00
Zibi Braniecki
86a7d9a632
Bug 1346819 - Port SanitizeAsBCP47 to LocaleService. r=baku,jfkthame
...
MozReview-Commit-ID: 2SXD5HaJPXr
2017-03-13 08:31:43 -07:00
djmdev
5b5d785a17
Bug 1329116 - Update TelemetryEnvironment.jsm to async function & await. r=gfritzsche
...
Used async and await instead of Task.async and yield.
2017-03-08 22:56:34 +05:30
Carsten "Tomcat" Book
708777dd78
merge mozilla-inbound to mozilla-central a=merge
2017-03-07 15:13:31 +01:00
Michael Kaply
3ed337304a
Bug 1343943 - Add support for recording default prefs in telemetry. r=chutten
2017-03-06 14:15:22 -06:00
Zibi Braniecki
d9cc2eef4a
Bug 1344901 - Fix a regression introduced in bug 1337551. r=jfkthame
...
MozReview-Commit-ID: 8SP0ucROJRF
2017-03-06 13:54:30 -08:00
Zibi Braniecki
aa1b5264a0
Bug 1337551: Migrate Services.jsm to use LocaleService. r=mossop
...
MozReview-Commit-ID: G0HFXfg4r6Y
2017-02-08 12:31:06 -08:00
Marco Castelluccio
55a671598a
Bug 1333043 - Add windows build number to the environment data for all Windows versions. r=Dexter,data-r=bsmedberg
2017-02-15 20:39:48 +00:00
Edouard Oger
cc90781b2b
Bug 1296767 part 11 - Remove Weave.Service.serverURL and friends. r=markh
...
MozReview-Commit-ID: Kmsxn10sA2X
2017-01-27 13:31:58 -05:00