summaryrefslogtreecommitdiffstats
path: root/js/comments.js
AgeCommit message (Collapse)AuthorFilesLines
2016-10-12Revert "Bug 711655 - 'reply' JS should insert at caret position"Dylan William Hardison1-2/+2
This reverts commit b0f5a16ece2ae97d5ebec0c36aed4f965b162398.
2016-10-12Bug 711655 - 'reply' JS should insert at caret positionAnamika_071-2/+2
r=dylan
2014-12-22Bug 1093924: Move replyToMarkdownComment() and replyToComment() out of templatesDavid Lawrence1-0/+63
r=LpSolit,a=glob
2014-06-16Bug 956892: collapsed comments should display tags to indicate the reason ↵Byron Jones1-3/+5
for auto-collapsing r=gerv,a=sgreen
2014-04-09Bug 974411: js/comments.js::toggle_all_comments() shouldn't try to matchByron Jones1-4/+7
non-comment elements r=gerv, a=glob
2013-11-25Bug 793963: add the ability to tag comments with arbitrary tagsByron Jones1-8/+11
r=dkl, a=glob
2012-05-29Bug 758148 - Comment toggling link should use − so that its width ↵Marc Schumann1-2/+2
stays constant. r/a=LpSolit
2012-04-15Comment toggling text is not localizable because it's in a .js file.Marc Schumann1-4/+2
r/a=LpSolit https://bugzilla.mozilla.org/show_bug.cgi?id=745460
2012-01-11Bug 680131: Replace the MPL 1.1 license by the MPL 2.0 one in all files, and ↵Frédéric Buclin1-20/+5
add it to files which miss one r=kiko r=mkanat r=mrbball a=LpSolit
2011-09-01Bug 653634 - Change the comment reply header to include the name of the ↵David Lawrence1-0/+27
person who has commented r/a=LpSolit
2011-05-20Bug 657947: Add trailing newlines after quoted replyByron Jones1-2/+2
r=dkl, a=LpSolit
2010-10-27Bug 551468: Stop word-wrapping comments on the serverMax Kanat-Alexander1-0/+48
r=glob, a=mkanat
2010-10-23Bug 473557: Make the "Collapse All Comments" link work properly even whenMax Kanat-Alexander1-5/+5
the "comment order" preference is set to "newest to oldest with description at top" r=mkanat, a=mkanat
2010-09-19Bug 574338: When comment box is positioned at [top|bottom], include "Add ↵Guy Pyrzak1-0/+11
Comment" link at [bottom|top] r/a=mkanat
2010-05-17Bug 460799: Move JS code out of bug/comments.html.tmplEdmund Wong1-0/+88
r/a=LpSolit