This is an archive of the discontinued LLVM Phabricator instance.

[Coverage] Update CSS to make HTML reports copy-paste friendly.
ClosedPublic

Authored by Dor1s on May 22 2018, 2:54 PM.

Details

Summary

This minor change allows to copy snippets from HTML reports so they
will be pasted in the following format:
%LineNumber%\t%HitCount%\t%CodeLine%

rather then being split onto multiple lines. To see this in action, try copy
pasting from https://chromium-coverage.appspot.com/reports/560344/linux/chromium/src/third_party/zlib/compress.c.html

Requested in https://bugs.chromium.org/p/chromium/issues/detail?id=845571

Diff Detail

Event Timeline

Dor1s created this revision.May 22 2018, 2:54 PM
Dor1s edited the summary of this revision. (Show Details)May 22 2018, 2:55 PM
Dor1s edited the summary of this revision. (Show Details)May 22 2018, 2:57 PM
vsk accepted this revision.May 22 2018, 3:07 PM

LGTM. Thanks!

This revision is now accepted and ready to land.May 22 2018, 3:07 PM
This revision was automatically updated to reflect the committed changes.