Closed Bug 636842 Opened 13 years ago Closed 13 years ago

Expose detailed add-on details in reports on the dashboard

Categories

(Mozilla QA Graveyard :: Mozmill Result Dashboard, enhancement)

x86
All
enhancement
Not set
normal

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: aaronmt, Assigned: davehunt)

References

Details

Attachments

(1 file, 1 obsolete file)

It would be useful to take the detailed reports generated with the additions from bug 636773 and expose them to the dashboard.
Summary: Include detailed add-on details to reports on the dashboard → Expose detailed add-on details in reports on the dashboard
Dave, would you mind attaching the code you have for the endurance tests to that bug? That would help to get this enhancement implemented.
Severity: normal → enhancement
And before bug 636773 is fixed we can make use or our persisted object implemented by bug 634567.
Depends on: 634567
Example can currently be seen here: http://mozmill.blargon7.com/#/endurance/report/66e0fb6bd5645ddae0ee8e21d0008672
Assignee: nobody → dave.hunt
Attachment #521788 - Flags: review?(hskupin)
Comment on attachment 521788 [details] [diff] [review]
Add add-ons details to endurance report. v1

>+        <th style="vertical-align:top">Add-ons:</th>

This style we should make default for th in the report details page.

>+          <ul style="margin:0">

So you are using margin:0 to hide the list style image? Use 'list-style-image: none;' to really disable it.

Otherwise move all style definitions if possible to main.css.
Attachment #521788 - Flags: review?(hskupin) → review-
(In reply to comment #4)
> Comment on attachment 521788 [details] [diff] [review]
> Add add-ons details to endurance report. v1
> 
> >+        <th style="vertical-align:top">Add-ons:</th>
> 
> This style we should make default for th in the report details page.

Done.

> >+          <ul style="margin:0">
> 
> So you are using margin:0 to hide the list style image? Use 'list-style-image:
> none;' to really disable it.
> 
> Otherwise move all style definitions if possible to main.css.

Done.
Attachment #521788 - Attachment is obsolete: true
Attachment #521794 - Flags: review?(hskupin)
Comment on attachment 521794 [details] [diff] [review]
Add add-ons details to endurance report. v1.1

>+  padding:0px;

nit no unit necessary here.

>+        <td><ul class="addons"><li>Extensions:

The <li> should be on its own line.

I will do those minor tweaks right before the checkin. Thanks for taking that so quickly.
Attachment #521794 - Flags: review?(hskupin) → review+
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: