Description[turbofan] Fix JSON escapes in --trace-turbo files.
This makes the character escaping in the graph visualizer less generic
but correct against the JSON spec. The spec has the following definition
for valid characters within a double quoted string:
char ::
any-Unicode-character-except-"-or-\-or-control-character
\"
\\
\/
\b
\f
\n
\r
\t
\u four-hex-digits
R=bmeurer@chromium.org
Committed: https://crrev.com/dd144bbb039a437ce70541ae7a9abc8ccc66a946
Cr-Commit-Position: refs/heads/master@{#40364}
Patch Set 1 #
Messages
Total messages: 11 (6 generated)
|