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

Issue 9585005: Properly escape paths. (Closed)

Created:
8 years, 9 months ago by antonm
Modified:
8 years, 9 months ago
Reviewers:
podivilov
CC:
reviews_dartlang.org
Visibility:
Public.

Description

Properly escape paths. Otherwise on Windows we emitted a\b and \ just escaped the following character. Committed: https://code.google.com/p/dart/source/detail?r=4866

Patch Set 1 #

Total comments: 2

Patch Set 2 : Addressing Pavel's comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+7 lines, -3 lines) Patch
M client/dom/scripts/systembase.py View 1 2 chunks +5 lines, -1 line 0 comments Download
M client/dom/scripts/systemnative.py View 1 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
antonm
8 years, 9 months ago (2012-03-02 09:52:53 UTC) #1
podivilov
lgtm http://codereview.chromium.org/9585005/diff/1/client/dom/scripts/systembase.py File client/dom/scripts/systembase.py (right): http://codereview.chromium.org/9585005/diff/1/client/dom/scripts/systembase.py#newcode13 client/dom/scripts/systembase.py:13: def EscapePath(path): Please rename to FixDartPathSeparators or something ...
8 years, 9 months ago (2012-03-02 10:36:18 UTC) #2
antonm
8 years, 9 months ago (2012-03-02 10:41:53 UTC) #3
http://codereview.chromium.org/9585005/diff/1/client/dom/scripts/systembase.py
File client/dom/scripts/systembase.py (right):

http://codereview.chromium.org/9585005/diff/1/client/dom/scripts/systembase.p...
client/dom/scripts/systembase.py:13: def EscapePath(path):
On 2012/03/02 10:36:18, podivilov wrote:
> Please rename to FixDartPathSeparators or something alike.

Done.

Powered by Google App Engine
This is Rietveld 408576698