summaryrefslogtreecommitdiffstats
path: root/extensions/MozReview/web/js
AgeCommit message (Collapse)AuthorFilesLines
2015-10-05Bug 1210690 - Display only commits and only relevant dataMark Côté1-1/+1
2015-10-05Bug 1210690 - Display only commits and only relevant dataMark Côté1-22/+19
2015-07-13Bug 1123143 - Add links to MozReview diffs to MozReview table. r=globMark Côté1-4/+14
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-27Bug 1158010: provide a standard and simple way to render relative dates, in ↵Byron Jones1-38/+1
perl and javascript
2015-05-05Bug 1158516 - Fetch MozReview summaries by bug. r=globMark Côté1-30/+39
Instead of issuing separate calls for every MozReview request associated with a given bug, call the new MozReview summaries-by-bug API exactly once.
2015-05-04Bug 1153100: add mozreview's table to bug-modalByron Jones1-3/+3
2015-03-05Bug 1102428 - Extension to display MozReview data. r=globMark Côté1-0/+141
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.