Generate actual hyperlinks in about:gpu for software_rendering_list and gpu_driver_bug_list |
|||
Issue descriptionThese 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".)
,
Oct 24
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
,
Oct 24
|
|||
►
Sign in to add a comment |
|||
Comment 1 by kainino@chromium.org
, Oct 23 2017