DevTools: pretty-print HTML
The patch implements beautiful HTML pretty-printing.
Apart from HTML pretty-printing, the patch starts applying JavaScript
pretty-printer to the elements with appropriate JavaScript mime types.
DISCLAIMER: due to the nature of HTML documents, a pretty-printed HTML
document could be evaluated differently comparing to the original HTML.
However, the point of pretty-printing here is to make code more readable
and analyzible.
BUG=none
R=dgozman, pfeldman
Committed:
https://crrev.com/3106649df0f8298c9d2baa9823b171c6428897c5
Cr-Commit-Position: refs/heads/master@{#388382}