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

Side by Side 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.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | devtools-panel.js » ('J')
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <!DOCTYPE html> 1 <!DOCTYPE html>
2 <!-- 2 <!--
3 - This file is part of Adblock Plus <https://adblockplus.org/>, 3 - This file is part of Adblock Plus <https://adblockplus.org/>,
4 - Copyright (C) 2006-present eyeo GmbH 4 - Copyright (C) 2006-present eyeo GmbH
5 - 5 -
6 - Adblock Plus is free software: you can redistribute it and/or modify 6 - Adblock Plus is free software: you can redistribute it and/or modify
7 - it under the terms of the GNU General Public License version 3 as 7 - it under the terms of the GNU General Public License version 3 as
8 - published by the Free Software Foundation. 8 - published by the Free Software Foundation.
9 - 9 -
10 - Adblock Plus is distributed in the hope that it will be useful, 10 - Adblock Plus is distributed in the hope that it will be useful,
(...skipping 58 matching lines...) Expand 10 before | Expand all | Expand 10 after
69 </table> 69 </table>
70 </header> 70 </header>
71 <div id="items"> 71 <div id="items">
72 <table> 72 <table>
73 <colgroup> 73 <colgroup>
74 <col> 74 <col>
75 <col> 75 <col>
76 <col> 76 <col>
77 </colgroup> 77 </colgroup>
78 <tbody> 78 <tbody>
79 <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
80 <td colspan="3">Requests from background tabs</td>
81 </tr>
79 </tbody> 82 </tbody>
80 </table> 83 </table>
81 </div> 84 </div>
82 <footer> 85 <footer>
83 <a id="reload">Reload</a> page to see effect of filter changes 86 <a id="reload">Reload</a> page to see effect of filter changes
84 </footer> 87 </footer>
85 88
86 <template> 89 <template>
87 <tr> 90 <tr>
88 <td> 91 <td>
(...skipping 10 matching lines...) Expand all
99 <div class="filter-wrapper"> 102 <div class="filter-wrapper">
100 <div class="filter">&nbsp;</div> 103 <div class="filter">&nbsp;</div>
101 <div class="origin">&nbsp;</div> 104 <div class="origin">&nbsp;</div>
102 </div> 105 </div>
103 </div> 106 </div>
104 </td> 107 </td>
105 </tr> 108 </tr>
106 </template> 109 </template>
107 </body> 110 </body>
108 </html> 111 </html>
OLDNEW
« no previous file with comments | « no previous file | devtools-panel.js » ('j') | devtools-panel.js » ('J')

Powered by Google App Engine
This is Rietveld