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 March 2, 2018, 3:53 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
===================================================================
--- a/devtools-panel.html
+++ b/devtools-panel.html
@@ -64,25 +64,37 @@
<div class="filter">Filter</div>
<div class="origin">Origin</div>
</div>
</td>
</tr>
</table>
</header>
<div id="items">
- <table>
+ <table class="foreground">
<colgroup>
<col>
<col>
<col>
</colgroup>
<tbody>
</tbody>
</table>
+ <table class="background">
+ <colgroup>
+ <col>
+ <col>
+ <col>
+ </colgroup>
+ <tbody>
+ <tr>
+ <td colspan="3">Requests from background tabs</td>
+ </tr>
+ </tbody>
+ </table>
</div>
<footer>
<a id="reload">Reload</a> page to see effect of filter changes
</footer>
<template>
<tr>
<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