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

Side by Side Diff: devtools-panel.html

Issue 29770586: Issue 6670 - Display the rewritten to info if applicable in the devtools (Closed) Base URL: https://hg.adblockplus.org/adblockplusui/
Patch Set: Created May 4, 2018, 6:28 p.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') | no next file with comments »
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 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
80 </table> 80 </table>
81 </div> 81 </div>
82 <footer> 82 <footer>
83 <a id="reload">Reload</a> page to see effect of filter changes 83 <a id="reload">Reload</a> page to see effect of filter changes
84 </footer> 84 </footer>
85 85
86 <template> 86 <template>
87 <tr> 87 <tr>
88 <td> 88 <td>
89 <div class="request-wrapper"> 89 <div class="request-wrapper">
90 <a class="resource-link" href="" target="_blank">&nbsp;</a> 90 <div><a class="resource-link" href="" target="_blank">&nbsp;</a>
Sebastian Noack 2018/05/04 18:54:24 Nit: Put the <a> on a new line and indent the line
hub 2018/05/04 18:59:43 Done.
91 <span class="rewritten-to" style="display:none;"> rewritten to <a href="" target="_blank"></a></span>
92 <div>
Sebastian Noack 2018/05/04 18:54:24 Is this meant to be </div> (closing)?
hub 2018/05/04 18:59:43 argh. yes.
91 <div class="domain"></div> 93 <div class="domain"></div>
92 </div> 94 </div>
93 </td> 95 </td>
94 <td> 96 <td>
95 <div class="type"></div> 97 <div class="type"></div>
96 </td> 98 </td>
97 <td> 99 <td>
98 <div class="action-wrapper"> 100 <div class="action-wrapper">
99 <div class="filter-wrapper"> 101 <div class="filter-wrapper">
100 <div class="filter">&nbsp;</div> 102 <div class="filter">&nbsp;</div>
101 <div class="origin">&nbsp;</div> 103 <div class="origin">&nbsp;</div>
102 </div> 104 </div>
103 </div> 105 </div>
104 </td> 106 </td>
105 </tr> 107 </tr>
106 </template> 108 </template>
107 </body> 109 </body>
108 </html> 110 </html>
OLDNEW
« 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