summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview/web/style/mozreview.css
AgeCommit message (Collapse)AuthorFilesLines
2018-09-07Bug 1488292 - Remove MozReview extension from BMO code tree as MozReview is ↵dklawren1-79/+0
being decommissioned
2016-08-03Bug 1286027 - Display MozReview diff stats r=globMark Côté1-2/+3
Now that MozReview's ReviewRequestSummary API has diff stats (lines added and removed), we can display that in BMO's MozReview table. I also removed the commit ID and made the summary link to the diff, since the former doesn't seem to be particularly useful.
2015-10-05Bug 1210690 - Display only commits and only relevant dataMark Côté1-5/+2
2015-07-13Bug 1123143 - Add links to MozReview diffs to MozReview table. r=globMark Côté1-0/+4
Each child review-request summary is prefaced with the abbreviated commit hash, which is also a link to the diff. This looks similar to the summary table in MozReview itself.
2015-05-04Bug 1153100: add mozreview's table to bug-modalByron Jones1-0/+23
2015-03-05Bug 1102428 - Extension to display MozReview data. r=globMark Côté1-0/+54
Add an extension called "MozReview" (and an addition hook to bug/edit.html.tmpl) that displays a table of MozReview request summaries on show_bug if there are any MozReview attachments in the current bug.