Closed
Bug 827910
Opened 12 years ago
Closed 12 years ago
Only report "extension" and "plugin" types for full add-on details
Categories
(Firefox Health Report Graveyard :: Client: Desktop, defect)
Firefox Health Report Graveyard
Client: Desktop
Tracking
(firefox20 fixed)
VERIFIED
FIXED
Firefox 21
Tracking | Status | |
---|---|---|
firefox20 | --- | fixed |
People
(Reporter: gps, Assigned: gps)
References
Details
Attachments
(1 file)
3.34 KB,
patch
|
rnewman
:
review+
akeybl
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•12 years ago
|
||
Updated•12 years ago
|
Attachment #699358 -
Attachment description: Only report subset of add-on typs, v1 → Only report subset of add-on types. v1
Comment 2•12 years ago
|
||
Comment on attachment 699358 [details] [diff] [review]
Only report subset of add-on types. v1
Review of attachment 699358 [details] [diff] [review]:
-----------------------------------------------------------------
::: services/healthreport/providers.jsm
@@ +727,5 @@
> "onInstalled",
> "onUninstalled",
> ],
>
> + // Add-on types who full details are uploaded in the ActiveAddonsMeasurement.
s/who/for which
Attachment #699358 -
Flags: review?(rnewman) → review+
Assignee | ||
Comment 3•12 years ago
|
||
Whiteboard: [fixed in services]
Assignee | ||
Comment 4•12 years ago
|
||
Comment on attachment 699358 [details] [diff] [review]
Only report subset of add-on types. v1
[Approval Request Comment]
See uplift comment in bug 804745.
Attachment #699358 -
Flags: approval-mozilla-aurora?
Assignee | ||
Comment 5•12 years ago
|
||
Whiteboard: [fixed in services]
Target Milestone: --- → mozilla21
Assignee | ||
Updated•12 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Comment 6•12 years ago
|
||
Comment on attachment 699358 [details] [diff] [review]
Only report subset of add-on types. v1
https://bugzilla.mozilla.org/show_bug.cgi?id=804745#c37
Attachment #699358 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•12 years ago
|
||
Pushed to Aurora:
http://hg.mozilla.org/releases/mozilla-aurora/rev/509fb1a9021b
status-firefox20:
--- → fixed
What other types of add-ons are there? Is theme the only other type?
What sort of information should these other types store? No information or some subset?
Assignee | ||
Comment 9•12 years ago
|
||
The types of add-ons are: {theme, lwtheme (lightweight themes), plugin, extension}. Social providers are "service" and will soon be added. See https://docs.services.mozilla.com/healthreport/index.html#org-mozilla-addons-active for field details.
Comment 10•12 years ago
|
||
Thanks Gregory, after testing with some add-ons, plugins, and personas this appears to be working as expected; only plugins and add-ons have their full details reported.
Status: RESOLVED → VERIFIED
Updated•12 years ago
|
Component: Metrics and Firefox Health Report → Client: Desktop
Product: Mozilla Services → Firefox Health Report
Target Milestone: mozilla21 → Firefox 21
Updated•7 years ago
|
Product: Firefox Health Report → Firefox Health Report Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•