Read-only Git mirror of the Mercurial gecko repositories at https://hg.mozilla.org. How to contribute: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html
Go to file
J.C. Jones 1b29ab6da2 Bug 1265472 - Add Telemetry to Web Authentication r=francois,keeler datareview=francois
This patch intends to obtain a 1) rough sense of the percentage of telemetry
population using Web Authentication over time, and 2) whether or not the
Authentication request was successful or errored out as a scalar. It also tracks
3) how long it takes for requests to complete as a histogram.

It counts Register (enrollment) and Sign (login) separately as we would
anticipate there being far, far more Sign uses than Register.

MozReview-Commit-ID: 8DFyKAG8XJw

--HG--
extra : rebase_source : c93eeac7a978a1d1c4b08ff1e18e2548b1045ced
2017-07-21 15:23:09 -07:00
.cargo
.vscode Bug 1377937 - Fix VSCode tasks on Windows (NPOTB, DONTBUILD). r=gps 2017-07-03 21:55:07 +03:00
accessible Bug 1374872 - Disable tests involving web components for stylo. r=wchen 2017-06-21 14:51:37 +10:00
addon-sdk Bug 1383215: Part 5 - Update tests that relied on loading the same JSM from multiple URLs. 2017-07-21 18:01:42 -07:00
browser Bug 1382660 - Allow all <checkbox> in preferences to expand to full width. r=jaws 2017-07-21 15:52:08 +08:00
build Backed out 2 changesets (bug 635961) at developer's request a=backout 2017-07-25 17:57:43 -07:00
caps Bug 1378377 Part 1: Expose file:// URI whitelist check to chrome JS. r=bz 2017-07-19 09:37:25 +01:00
chrome Bug 1379786, part 2 - Use nsContentUtils::GetSystemPrincipal in various places. r=mrbkap 2017-07-10 14:24:54 -07:00
config Bug 1383966 - Give the result of the linker detection to OS_LDFLAGS r=glandium 2017-07-25 07:14:14 +02:00
db Bug 1371364 - Upgrade to SQLite 3.19.3. r=mak 2017-06-08 15:23:34 -04:00
devtools Bug 1384033 - initialize devtools.cache.disabled pref in netmonitor launchpad index;r=ntim 2017-07-25 15:23:45 +02:00
docshell Backed out changeset 7c3ddf34fc42 (bug 1377158) for stylo failures 2017-07-25 14:34:14 +02:00
dom Bug 1265472 - Add Telemetry to Web Authentication r=francois,keeler datareview=francois 2017-07-21 15:23:09 -07:00
editor merge mozilla-inbound to mozilla-central a=merge 2017-07-25 14:27:17 +02:00
embedding Bug 1356569 - Remove notifyObservers' last parameter when it is falsy, r=jaws. 2017-04-14 21:51:39 +02:00
extensions Bug 1379514 - Add victimless, combust, combusts and combusted to the en-US dictionary. r=ehsan 2017-07-19 05:39:45 +07:00
gfx Bug 1359416: Allow blocklisting of D3D11 keyed mutex and block it for Intel Gen 6. r=bas,dvander 2017-07-25 14:02:36 -04:00
gradle/wrapper
hal Bug 1382099 - Remove MOZ_WIDGET_GONK from hal/. r=gsvelto. 2017-07-24 10:08:55 +10:00
image Backed out changeset 7c3ddf34fc42 (bug 1377158) for stylo failures 2017-07-25 14:34:14 +02:00
intl Bug 1382717 - Convert test test_ncr_fallback.html to comply with new data: URI inheritance model. r=smaug 2017-07-20 18:41:32 +02:00
ipc Bug 1382788 - Remove GetBlocklistState IPC message; r=bsmedberg 2017-07-20 12:57:01 -07:00
js Bug 1383174 - Make GetNonSyntacticGlobalThis return void. r=jandem 2017-07-21 12:36:40 -07:00
layout Bug 1384020: Test. r=canaltinova 2017-07-26 00:11:16 +02:00
media Backed out changeset 0a60cc198321 for browser_devices_get_user_media_screen.js | application crashed [@ mozalloc_abort(char const*)] 2017-07-25 17:40:59 +02:00
memory Bug 1382076 - Use FramePointerStackWalk() in DMD on Win32. r=erahm. 2017-07-20 11:33:31 +10:00
mfbt Bug 1379290 follow-up: Fix typo, DONTBUILD 2017-07-19 00:26:10 -04:00
mobile Bug 1382502 - Include mozconfig.cache in most cases. r=ted 2017-07-20 11:07:53 +09:00
modules merge mozilla-inbound to mozilla-central a=merge 2017-07-25 14:27:17 +02:00
mozglue Bug 1382099 - Remove MOZ_WIDGET_GONK from mozglue/. r=glandium. 2017-07-19 18:38:54 +10:00
netwerk merge mozilla-inbound to mozilla-central a=merge 2017-07-25 14:27:17 +02:00
nsprpub Bug 1372579, uplift NSPR_4_16_BETA2, r=me 2017-07-14 17:23:45 +02:00
other-licenses Bug 1375472 - Use an optimized build of the 7-zip SFX stub. r=rstrong 2017-07-05 10:17:00 -07:00
parser Bug 1382531 - Part 1: rewrite crashtest for data: URI is unique opaque origin. r=smaug 2017-07-25 09:56:02 +08:00
probes Bug 1344878 - add BUG_COMPONENT to probes/* files. r=Ms2ger 2017-03-24 09:50:48 -04:00
python Bug 1382502 - Remove ${var}_IS_SET variables. r=ted 2017-07-20 14:22:11 +09:00
rdf Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
security merge mozilla-inbound to mozilla-central a=merge 2017-07-25 14:27:17 +02:00
services Bug 1383835 - Increase the amount of time TPS waits after a tab sync before continuing r=markh 2017-07-24 14:01:03 -04:00
servo servo: Merge #17858 - selectors: Fix note_next_sequence (from emilio:hover-quirk-broken); r=canaltinova 2017-07-25 15:42:37 -07:00
startupcache Bug 1383215: Part 2 - Split out URI resolution code into ResolveURI helper. r=mccr8 2017-07-21 15:12:32 -07:00
storage Bug 1350958 - Finish labeling ProxyReleaseEvent, r=billm 2017-07-14 08:49:22 +02:00
taskcluster Bug 1381772 - Add taskcluster jobs to build sccache for automation. r=ted 2017-07-14 11:07:40 +09:00
testing Bug 1383996 - Make most calls to mach artifact toolchain output a manifest. r=gps 2017-07-20 17:56:22 +09:00
third_party Bug 1383975 - Update cssparser, fix a panic in bad-url token parsing. r=emilio 2017-07-25 15:01:07 +02:00
toolkit Bug 1265472 - Add Telemetry to Web Authentication r=francois,keeler datareview=francois 2017-07-21 15:23:09 -07:00
tools Bug 1384257 - Fix AttributeError when passing paths into |mach try|, r=maja_zf 2017-07-25 15:51:35 -04:00
uriloader Bug 1382099 - Remove MOZ_WIDGET_GONK from media/, uriloader/, widget, /xpfe/. r=snorp. 2017-07-24 10:08:55 +10:00
view Bug 1378712 - Remove all trailing whitespaces r=Ehsan 2017-07-06 14:00:35 +02:00
widget Bug 1359416: Allow blocklisting of D3D11 keyed mutex and block it for Intel Gen 6. r=bas,dvander 2017-07-25 14:02:36 -04:00
xpcom merge mozilla-inbound to mozilla-central a=merge 2017-07-25 14:27:17 +02:00
xpfe Backed out changeset 7c3ddf34fc42 (bug 1377158) for stylo failures 2017-07-25 14:34:14 +02:00
.clang-format Backed out changeset b14cbbf5256a (bug 1378250) on request from sylvestre 2017-07-05 16:55:27 +02:00
.clang-format-ignore Bug 1376488 - Remove some old paths from ThirdPartyPaths.txt. r=sylvestre, r=andi 2017-06-27 10:49:00 -04:00
.clang-tidy
.cron.yml Bug 1381577 - Part B; Rename the nightly win64 hook to just nightly, support win32. r=dustin 2017-07-17 14:50:21 -04:00
.eslintignore Bug 1352324 - (Part 4) Fix eslint errors of PhoneNumber utility. r=MattN 2017-06-28 16:01:25 -07:00
.eslintrc.js Bug 1359011 - Make the mozilla/recommended eslint configuration the default for the whole tree. r=mossop 2017-04-25 20:12:21 +01:00
.flake8 Bug 1288432 - Use new mozlint configuration for flake8 linter, r=bc 2017-06-02 09:46:01 -04:00
.gdbinit
.gdbinit_python Bug 1346025 - Move vendored python modules from /python to /third_party/python, r=ted 2017-05-25 11:48:03 -04:00
.gitignore Bug 1382304: hg/gitignore captures/ dir. r=nalexander 2017-07-19 11:08:06 -07:00
.hgignore Bug 1382304: hg/gitignore captures/ dir. r=nalexander 2017-07-19 11:08:06 -07:00
.hgtags No bug - Tagging mozilla-central f9605772a0c9098ed1bcaa98089b2c944ed69e9b with FIREFOX_BETA_55_BASE a=release DONTBUILD CLOSED TREE 2017-06-12 12:50:30 +01:00
.inferconfig Bug 1357629 - Add httpclientandroidlib to .inferconfig ignore list r=nalexander,njpark 2017-04-18 20:05:25 -07:00
.lldbinit Bug 1346025 - Move vendored python modules from /python to /third_party/python, r=ted 2017-05-25 11:48:03 -04:00
.taskcluster.yml Bug 1328727: revert to --base-repository=https://hg.mozilla.org/mozilla-central; r=gps 2017-07-25 01:26:41 +00:00
.ycm_extra_conf.py
aclocal.m4 Bug 1363992 - Remove jemalloc 4. r=njn 2017-05-11 13:23:07 +09:00
Android.mk
AUTHORS Bug 1111333 - Enable double-tap-drag to zoom. r=kats 2017-05-23 19:53:06 +02:00
build.gradle Bug 1352602 - Part 2: Use build system SDK versions in Gradle configurations. r=maliu 2017-06-21 10:52:30 -07:00
client.mk
client.py
CLOBBER Backed out changeset f8a62747c51c (bug 1338651) for valgrind issues a=backout 2017-06-30 14:45:26 -07:00
configure.in
configure.py
GNUmakefile
gradle.properties
gradlew
LEGAL
LICENSE
mach
Makefile.in Bug 1382502 - Enable sccache on PGO builds. r=ted 2017-07-20 11:31:14 +09:00
moz.build bug 1370176, generic configuration for l10n, r=flod,gps 2017-06-05 10:28:33 +02:00
moz.configure Bug 1370209 - Allow setting --disable-rust-debug when --enable-debug is used. r=froydnj 2017-07-10 10:46:31 -04:00
mozilla-config.h.in Bug 1371266 - libpng should be built with -std=c89. r=glennrp 2017-06-08 06:29:03 -07:00
npm-shrinkwrap.json Bug 1380956 - List only the directly required dependencies for ESLint in the top-level package.json. r=ahal 2017-07-14 12:21:54 +01:00
old-configure.in Backed out 2 changesets (bug 635961) at developer's request a=backout 2017-07-25 17:57:43 -07:00
package.json Bug 1380956 - List only the directly required dependencies for ESLint in the top-level package.json. r=ahal 2017-07-14 12:21:54 +01:00
README.txt
settings.gradle Backed out 2 changesets (bug 1355625) for causing bustage a=backout 2017-06-22 12:05:56 -07:00
test.mozbuild

An explanation of the Mozilla Source Code Directory Structure and links to
project pages with documentation can be found at:

    https://developer.mozilla.org/en/Mozilla_Source_Code_Directory_Structure

For information on how to build Mozilla from the source code, see:

    https://developer.mozilla.org/en/docs/Build_Documentation

To have your bug fix / feature added to Mozilla, you should create a patch and
submit it to Bugzilla (https://bugzilla.mozilla.org). Instructions are at:

    https://developer.mozilla.org/en/docs/Creating_a_patch
    https://developer.mozilla.org/en/docs/Getting_your_patch_in_the_tree

If you have a question about developing Mozilla, and can't find the solution
on https://developer.mozilla.org, you can try asking your question in a
mozilla.* Usenet group, or on IRC at irc.mozilla.org. [The Mozilla news groups
are accessible on Google Groups, or news.mozilla.org with a NNTP reader.]

You can download nightly development builds from the Mozilla FTP server.
Keep in mind that nightly builds, which are used by Mozilla developers for
testing, may be buggy. Firefox nightlies, for example, can be found at:

    https://archive.mozilla.org/pub/firefox/nightly/latest-mozilla-central/
            - or -
    https://nightly.mozilla.org/