New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 845571 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2018
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature



Sign in to add a comment

[Feature request] Make code coverage view copy/paste friendly

Project Member Reported by gab@chromium.org, May 22 2018

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;
 

Comment 1 by gab@chromium.org, May 22 2018

Labels: -Type-Bug Type-Feature
Project Member

Comment 2 by bugdroid1@chromium.org, 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

Owner: infe...@chromium.org
Status: Fixed (was: Untriaged)
Enjoy!

Comment 4 by mmoroz@chromium.org, May 22 2018

Thanks a lot Abhishek! I've uploaded your fix upstream: https://reviews.llvm.org/D47231

Sign in to add a comment