commit | 1dc8a928dcc8ddf51198f067e694de250e771891 | [log] [tgz] |
---|---|---|
author | bratell <bratell@opera.com> | Wed Sep 10 15:36:45 2014 |
committer | Commit bot <commit-bot@chromium.org> | Wed Sep 10 15:44:10 2014 |
tree | 72ef905b77556e9585ed91982d403cc4fe9aaca4 | |
parent | 8c2d27877e580ea79b6a3be70260d091c9ba8f89 [diff] |
Binary size tool: Don't escape text that won't be parsed. Only text that will be sent through an HTML parser needs to be parsed. Escaping more than that results in & and < and similar in the output. R=andrewhayden@chromium.org BUG=412708 Review URL: https://codereview.chromium.org/562623002 Cr-Commit-Position: refs/heads/master@{#294176}