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

Issue 2978263002: [inspector_protocol] Fix building with non-ASCII paths

Created:
3 years, 5 months ago by Anna Henningsen
Modified:
3 years, 5 months ago
Reviewers:
CC:
chromium-reviews, devtools-reviews_chromium.org
Target Ref:
refs/heads/master
Visibility:
Public.

Description

[inspector_protocol] Fix building with non-ASCII paths The Python code internally treats path as unicode strings, but the command line options are read as byte strings. Mixing these up does not work properly, so decode the CLI arguments after parsing. (This was noticed because it makes the Node.js build fail under paths containing non-ASCII characters.) BUG=

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+3 lines, -0 lines) Patch
M CodeGenerator.py View 1 chunk +3 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698