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

Issue 12211015: Better unicode output processing. (Closed)

Created:
7 years, 10 months ago by agable
Modified:
7 years, 10 months ago
Reviewers:
Nico, M-A Ruel
CC:
chromium-reviews, cmp+cc_chromium.org
Visibility:
Public.

Description

Better unicode output processing. BUG=Console crashing when commit messages contain unicode. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=180756

Patch Set 1 #

Total comments: 4

Patch Set 2 : Brackets. #

Total comments: 2

Patch Set 3 : Fix Python 2.6 encode keyword error. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+11 lines, -8 lines) Patch
M app.py View 1 2 2 chunks +11 lines, -8 lines 0 comments Download

Messages

Total messages: 16 (0 generated)
agable
Quick fix to force everything that gets processed by jinja2 through an extra round of ...
7 years, 10 months ago (2013-02-05 17:29:10 UTC) #1
Nico
Can this be tested? On Tue, Feb 5, 2013 at 9:29 AM, <agable@chromium.org> wrote: > ...
7 years, 10 months ago (2013-02-05 17:31:57 UTC) #2
agable
This entire merging flow (using the ConsoleData object, etc) is going to be dead code ...
7 years, 10 months ago (2013-02-05 17:35:21 UTC) #3
Nico
I'll leave this to maruel then. On Tue, Feb 5, 2013 at 9:34 AM, Aaron ...
7 years, 10 months ago (2013-02-05 17:36:25 UTC) #4
M-A Ruel
https://chromiumcodereview.appspot.com/12211015/diff/1/app.py File app.py (right): https://chromiumcodereview.appspot.com/12211015/diff/1/app.py#newcode301 app.py:301: return ''.join([unicode(content).encode('ascii', errors='replace') Why encode to ascii and not ...
7 years, 10 months ago (2013-02-05 18:11:56 UTC) #5
agable
https://chromiumcodereview.appspot.com/12211015/diff/1/app.py File app.py (right): https://chromiumcodereview.appspot.com/12211015/diff/1/app.py#newcode301 app.py:301: return ''.join([unicode(content).encode('ascii', errors='replace') On 2013/02/05 18:11:56, Marc-Antoine Ruel wrote: ...
7 years, 10 months ago (2013-02-05 18:17:37 UTC) #6
M-A Ruel
https://chromiumcodereview.appspot.com/12211015/diff/1/app.py File app.py (right): https://chromiumcodereview.appspot.com/12211015/diff/1/app.py#newcode301 app.py:301: return ''.join([unicode(content).encode('ascii', errors='replace') On 2013/02/05 18:17:37, agable wrote: > ...
7 years, 10 months ago (2013-02-05 18:20:18 UTC) #7
agable
PTAL https://chromiumcodereview.appspot.com/12211015/diff/1/app.py File app.py (right): https://chromiumcodereview.appspot.com/12211015/diff/1/app.py#newcode301 app.py:301: return ''.join([unicode(content).encode('ascii', errors='replace') On 2013/02/05 18:20:18, Marc-Antoine Ruel ...
7 years, 10 months ago (2013-02-05 18:30:30 UTC) #8
M-A Ruel
https://chromiumcodereview.appspot.com/12211015/diff/2002/app.py File app.py (right): https://chromiumcodereview.appspot.com/12211015/diff/2002/app.py#newcode299 app.py:299: @staticmethod I think it'd be better to not make ...
7 years, 10 months ago (2013-02-05 18:37:30 UTC) #9
agable
https://chromiumcodereview.appspot.com/12211015/diff/2002/app.py File app.py (right): https://chromiumcodereview.appspot.com/12211015/diff/2002/app.py#newcode299 app.py:299: @staticmethod On 2013/02/05 18:37:30, Marc-Antoine Ruel wrote: > I ...
7 years, 10 months ago (2013-02-05 18:48:45 UTC) #10
M-A Ruel
On 2013/02/05 18:48:45, agable wrote: > It's logically owned by this class, yet doesn't reference ...
7 years, 10 months ago (2013-02-05 19:03:53 UTC) #11
agable
Any other day I'd say Refactoring FTW too, but this code has already been razed ...
7 years, 10 months ago (2013-02-05 19:11:15 UTC) #12
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agable@chromium.org/12211015/2002
7 years, 10 months ago (2013-02-05 19:20:56 UTC) #13
commit-bot: I haz the power
Presubmit check for 12211015-2002 failed and returned exit status 1. Running presubmit commit checks ...
7 years, 10 months ago (2013-02-05 19:21:09 UTC) #14
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/agable@chromium.org/12211015/12001
7 years, 10 months ago (2013-02-05 19:31:11 UTC) #15
commit-bot: I haz the power
7 years, 10 months ago (2013-02-05 19:31:27 UTC) #16
Message was sent while issue was closed.
Change committed as 180756

Powered by Google App Engine
This is Rietveld 408576698