Closed
Bug 1013897
Opened 11 years ago
Closed 11 years ago
CSS coverage should allow generation of more than 1 report for a target
Categories
(DevTools :: Style Editor, defect)
DevTools
Style Editor
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 32
People
(Reporter: jwalker, Assigned: jwalker)
References
Details
Attachments
(1 file)
Previously is one box which contains the template, so the second time we create a report, the template was used already. We need 2 boxes the first containing the template which we clone before altering and moving it to the second box.
At the same time fix the indentation of the existing style editor components, and use a generator function to reduce indentation in the gcli converter.
Assignee | ||
Comment 1•11 years ago
|
||
Previously there was one box which contained the template, so the second time we created a report, the template was used. Now there are 2 boxes the first containing the template which we clone before altering and moving it to the second box.
At the same time we fix the indentation of the existing style editor components, and use a generator function to reduce indentation.
Assignee | ||
Comment 2•11 years ago
|
||
Comment on attachment 8426379 [details] [diff] [review]
0004-Bug-1013897-Allow-generation-of-more-than-one-report.patch
r+ed and will land with bug 975522
Attachment #8426379 -
Flags: review?(fayearthur)
Assignee | ||
Comment 3•11 years ago
|
||
Landed with bug 975522.
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•