[Feature request] Make code coverage view copy/paste friendly |
||
Issue description@ https://chromium-coverage.appspot.com/reports/560344/linux/chromium/src/base/task_scheduler/lazy_task_runner.cc.html If I copy/paste the lines I'm interested in I get : 29 47.5k // Return if no reference is held by this instance. 30 47.5k if (!state) 31 0 return; where as I'd like : 29 47.5k // Return if no reference is held by this instance. 30 47.5k if (!state) 31 0 return;
,
May 22 2018
The following revision refers to this bug: https://chrome-internal.googlesource.com/chrome/tools/code-coverage/+/be1b9847f3cb530414a4bb089b5ea5c6df997820 commit be1b9847f3cb530414a4bb089b5ea5c6df997820 Author: Abhishek Arya <inferno@chromium.org> Date: Tue May 22 21:28:26 2018
,
May 22 2018
Enjoy!
,
May 22 2018
Thanks a lot Abhishek! I've uploaded your fix upstream: https://reviews.llvm.org/D47231 |
||
►
Sign in to add a comment |
||
Comment 1 by gab@chromium.org
, May 22 2018