[Thunderbird Telemetry] collect number of address books + types + number of contacts
Categories
(Thunderbird :: Address Book, task)
Tracking
(thunderbird78+ fixed)
People
(Reporter: mkmelin, Assigned: rnons)
References
Details
Attachments
(1 file, 6 obsolete files)
|
7.57 KB,
patch
|
rnons
:
review+
wsmwk
:
approval-comm-beta+
|
Details | Diff | Splinter Review |
It would be useful to understand the design boundaries for address books. How many address books do people have, of what type, and how many contacts do they have [not for ldap].
| Reporter | ||
Updated•6 years ago
|
| Assignee | ||
Comment 1•6 years ago
|
||
Collect address book count and contact count, keyed by address book type.
The address book type can be 0, 2 or 101, do we want to convert it to string?
| Reporter | ||
Comment 3•6 years ago
|
||
| Assignee | ||
Comment 4•6 years ago
|
||
- Moved the probe to msgMail3PaneWindow.js, so that it will run on TB starts.
- Used the URI scheme as address book type.
| Assignee | ||
Comment 5•6 years ago
|
||
Remove a commented line.
| Reporter | ||
Comment 6•6 years ago
|
||
| Assignee | ||
Comment 7•6 years ago
|
||
- Changed to use split(":")[0]
- Updated scalar probe description
| Assignee | ||
Updated•6 years ago
|
| Reporter | ||
Comment 8•6 years ago
|
||
Somehow the attached patch is mangled and can't be applied. Please try exporting and uploading it again.
| Assignee | ||
Comment 9•6 years ago
|
||
Rebased, should work now.
| Assignee | ||
Updated•6 years ago
|
Comment 10•6 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/813ca5b455a8
Collect statistics of addressbooks and contacts. r=mkmelin
| Reporter | ||
Comment 11•6 years ago
|
||
Sorry had to back this out due to test failures - backout: https://hg.mozilla.org/comm-central/rev/d4c0fe8b3368616586331c15efca65594e206c5d
E.g. https://treeherder.mozilla.org/#/jobs?repo=comm-central&selectedTaskRun=LL_HQ90mTn6cxnTTiYEe-w-0
| Assignee | ||
Comment 12•6 years ago
|
||
Sorry, forgot to push to Try. Tests should pass now https://treeherder.mozilla.org/#/jobs?repo=try-comm-central&revision=0073a1be8fda7c6b6913806f3d6a52f84dc1&selectedTaskRun=afp2hTK0QjGvAtu9OO9qjA-0
| Assignee | ||
Updated•6 years ago
|
| Reporter | ||
Comment 13•6 years ago
|
||
| Assignee | ||
Comment 14•6 years ago
|
||
Changed to use registerCleanupFunction.
| Assignee | ||
Updated•6 years ago
|
Comment 15•6 years ago
|
||
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/f5437b1e2765
Collect statistics of addressbooks and contacts. r=mkmelin DONTBUILD
| Reporter | ||
Comment 16•6 years ago
|
||
| Reporter | ||
Updated•6 years ago
|
| Reporter | ||
Updated•6 years ago
|
Comment 17•6 years ago
|
||
Comment 18•6 years ago
|
||
| bugherder uplift | ||
Thunderbird 78.0b2:
https://hg.mozilla.org/releases/comm-beta/rev/c19b6d0fdf3a
Updated•6 years ago
|
Description
•