Closed
Bug 654053
Opened 14 years ago
Closed 14 years ago
Port bug 623950 Send startup time measurements along with metadata request
Categories
(Thunderbird :: General, defect)
Thunderbird
General
Tracking
(thunderbird5.0 wanted)
RESOLVED
FIXED
Thunderbird 5.0b1
Tracking | Status | |
---|---|---|
thunderbird5.0 | --- | wanted |
People
(Reporter: standard8, Assigned: standard8)
References
Details
Attachments
(1 file)
1.23 KB,
patch
|
bwinton
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #623950 +++
Bug 522375 plans to expose simple information about startup performance to JS. We'd like to include this in the metadata request that we send to AMO in order to be able to gather aggregated data on startup performance with certain add-ons installed. I'm not sure that this constitutes much of an additional fingerprinting risk as the number will almost certainly change for every startup but we can discuss that issue.
Comment 1•14 years ago
|
||
(In reply to comment #0)
> add-ons installed. I'm not sure that this constitutes much of an additional
> fingerprinting risk as the number will almost certainly change for every
> startup but we can discuss that issue.
Having numbers would et us know discover this and if we don't learn anything from these numbers, then we could remove/disable the code.
Assignee | ||
Updated•14 years ago
|
Summary: Pprt bug 623950 Send startup time measurements along with metadata request → Port bug 623950 Send startup time measurements along with metadata request
Assignee | ||
Comment 2•14 years ago
|
||
Nice simple one-line fix.
Attachment #529748 -
Flags: review?(bwinton)
Comment 3•14 years ago
|
||
Comment on attachment 529748 [details] [diff] [review]
The fix
Review of attachment 529748 [details] [diff] [review]:
I'm really looking forward to seeing this information, so r=me, with slight confusion as explained below. ;)
::: mail/app/profile/all-thunderbird.js
@@ +138,4 @@
// Preferences for AMO integration
pref("extensions.getAddons.cache.enabled", true);
pref("extensions.getAddons.maxResults", 15);
+pref("extensions.getAddons.get.url", "https://services.addons.mozilla.org/%LOCALE%/%APP%/api/%API_VERSION%/search/guid:%IDS%?src=thunderbird&appOS=%OS%&appVersion=%VERSION%&tMain=%TIME_MAIN%&tFirstPaint=%TIME_FIRST_PAINT%&tSessionRestored=%TIME_SESSION_RESTORED%");
That seems like an odd place to add the metadata, but if you think that's where it should go, I'll trust you…
Attachment #529748 -
Flags: review?(bwinton) → review+
Assignee | ||
Comment 4•14 years ago
|
||
(In reply to comment #3)
> That seems like an odd place to add the metadata, but if you think that's where
> it should go, I'll trust you…
Yep maybe, but its exactly the same as attachment 505523 [details] [diff] [review].
Assignee | ||
Comment 5•14 years ago
|
||
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Target Milestone: --- → Thunderbird 3.3a4
Updated•14 years ago
|
Flags: in-testsuite-
Version: unspecified → Trunk
You need to log in
before you can comment on or make changes to this bug.
Description
•