Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Issue 7875004: Fix gcl sometimes stripping the new line characters when changing the issue description on the se... (Closed)

Created:
9 years, 3 months ago by jam
Modified:
9 years, 3 months ago
Reviewers:
Dirk Pranke
CC:
chromium-reviews, Dirk Pranke, M-A Ruel
Visibility:
Public.

Description

Fix gcl sometimes stripping the new line characters when changing the issue description on the server. This change replaces \n with \r\n before giving the description to the editor on Windows (not through cygwin though), and then replaces \r\n with \n when saving it locally or sending it to reitveld. BUG=95618 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=101863

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+10 lines, -2 lines) Patch
M gcl.py View 3 chunks +10 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
jam
9 years, 3 months ago (2011-09-12 22:33:58 UTC) #1
Dirk Pranke
lgtm, although I'm not sure why you deleted that one blank line ...
9 years, 3 months ago (2011-09-12 23:57:58 UTC) #2
jam
9 years, 3 months ago (2011-09-13 00:26:30 UTC) #3
On 2011/09/12 23:57:58, Dirk Pranke wrote:
> lgtm, although I'm not sure why you deleted that one blank line ...

no reason, I had added a bunch of logging and removed it after, and I removed
this blank line with it. added it back.

Powered by Google App Engine
This is Rietveld 408576698