Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: devtools-panel.html

Issue 29608555: Issue 6035 - Only use openResource API when it's supported (Closed)
Patch Set: Only listen for left click events Created Nov. 14, 2017, 3:31 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devtools-panel.html
diff --git a/devtools-panel.html b/devtools-panel.html
index 1c02c5902c9afb704804a35e067ca06d61ff0494..17b25190b523b81ec36309a96b34bcbdda4fc797 100644
--- a/devtools-panel.html
+++ b/devtools-panel.html
@@ -87,7 +87,7 @@
<tr>
<td>
<div class="request-wrapper">
- <div class="url">&nbsp;</div>
+ <a class="resource-link" href="" target="_blank">&nbsp;</a>
<div class="domain"></div>
</div>
</td>
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld