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

Unified Diff: devtools-panel.html

Issue 29695580: Issue 5093 - Indicate whether request in devtools panel belongs to tab (Closed)
Patch Set: Created Feb. 14, 2018, 10:23 a.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') | devtools-panel.js » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: devtools-panel.html
===================================================================
--- a/devtools-panel.html
+++ b/devtools-panel.html
@@ -76,6 +76,9 @@
<col>
</colgroup>
<tbody>
+ <tr id="background-items">
Thomas Greiner 2018/02/28 18:18:08 This implementation appears to cause a bit of over
a.giammarchi 2018/03/02 09:38:21 I've missed this one ... yeah, it was somehow my f
+ <td colspan="3">Requests from background tabs</td>
+ </tr>
</tbody>
</table>
</div>
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | devtools-panel.js » ('J')

Powered by Google App Engine
This is Rietveld