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

Delta Between Two Patch Sets: 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/
Left Patch Set: Added Mock data. Use hidden attribute. Refactor CSS Created May 7, 2018, 8:58 p.m.
Right Patch Set: Some CSS style fixes. Created May 17, 2018, 2:12 p.m.
Left:
Right:
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « background.js ('k') | devtools-panel.js » ('j') | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 71 matching lines...) Expand 10 before | Expand all | Expand 10 after
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 <div> 90 <div>
91 <a class="resource-link" href="" target="_blank">&nbsp;</a> 91 <a class="resource-link" href="" target="_blank">&nbsp;</a>
92 <span class="rewritten-to" hidden> rewritten to 92 <span class="rewritten-url" hidden> rewritten to
93 <a href="" target="_blank"></a> 93 <a href="" target="_blank"></a>
94 </span> 94 </span>
95 </div> 95 </div>
96 <div class="domain"></div> 96 <div class="domain"></div>
97 </div> 97 </div>
98 </td> 98 </td>
99 <td> 99 <td>
100 <div class="type"></div> 100 <div class="type"></div>
101 </td> 101 </td>
102 <td> 102 <td>
103 <div class="action-wrapper"> 103 <div class="action-wrapper">
104 <div class="filter-wrapper"> 104 <div class="filter-wrapper">
105 <div class="filter">&nbsp;</div> 105 <div class="filter">&nbsp;</div>
106 <div class="origin">&nbsp;</div> 106 <div class="origin">&nbsp;</div>
107 </div> 107 </div>
108 </div> 108 </div>
109 </td> 109 </td>
110 </tr> 110 </tr>
111 </template> 111 </template>
112 </body> 112 </body>
113 </html> 113 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld