[Webkit-unassigned] [Bug 37792] bugs.webkit.org: should not hard-wrap comment lines exceeding 80 characters

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Apr 29 04:57:01 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=37792





--- Comment #4 from Chris Jerdonek <cjerdonek at webkit.org>  2010-04-29 04:57:01 PST ---
I didn't know until looking at the code that Bugzilla already doesn't wrap
lines if they begin with ">":

http://trac.webkit.org/browser/trunk/BugsSite/Bugzilla/Util.pm?rev=45520#L367

For example,

123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789
123456789 123456789 123456789 123456789

>23456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 123456789 

Perhaps the fix can be there (simply always execute the "if" block).

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list