New issue
Advanced search Search tips

Issue 777584 link

Starred by 1 user

Issue metadata

Status: Available
Owner: ----
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Feature

Blocked on:
issue 772177



Sign in to add a comment

Generate actual hyperlinks in about:gpu for software_rendering_list and gpu_driver_bug_list

Project Member Reported by kainino@chromium.org, Oct 23 2017

Issue description

These links were added in  issue 772177 , http://crrev.com/c/728950

Right now they are just plain text links, like:
http://chromium.googlesource.com/chromium/src/+/57c9d07b416b5a2ea23d28247300e4af36329bdc/gpu/config/software_rendering_list.json
But it would be nice if they were clickable. The table generation JS code doesn't seem to allow HTML source, or HTML element objects, to be passed in, so this wasn't trivial. However it would be nice to have.

A link could maybe look like this:

<a href="http://chromium.googlesource.com/chromium/src/+/57c9d07b416b5a2ea23d28247300e4af36329bdc/gpu/config/software_rendering_list.json">
57c9d07b416b5a2ea23d28247300e4af36329bdc:gpu/config/software_rendering_list.json
</a>

(git show uses this syntax, e.g.: "git show 57c9d07b416b5a2ea23d28247300e4af36329bdc:gpu/config/software_rendering_list.json".)
 
There's also the shortlink form:

https://crrev.com/57c9d07b416b5a2ea23d28247300e4af36329bdc/gpu/config/software_rendering_list.json

I had been thinking about using this in  issue 772177 , but I forgot about the idea.
Project Member

Comment 2 by sheriffbot@chromium.org, Oct 24

Labels: Hotlist-Recharge-Cold
Status: Untriaged (was: Available)
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.

Sorry for the inconvenience if the bug really should have been left as Available.

For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Labels: -Hotlist-Recharge-Cold
Status: Available (was: Untriaged)

Sign in to add a comment