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

Side by Side Diff: popup.html

Issue 29583568: Issue 5880 - Basic issue reporter implementation (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Do not offer issue reporter for local pages Created Oct. 19, 2017, 2:06 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
« issue-reporter.js ('K') | « polyfill.js ('k') | popup.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 <!-- 3 <!--
4 - This file is part of Adblock Plus <https://adblockplus.org/>, 4 - This file is part of Adblock Plus <https://adblockplus.org/>,
5 - Copyright (C) 2006-present eyeo GmbH 5 - Copyright (C) 2006-present eyeo GmbH
6 - 6 -
7 - Adblock Plus is free software: you can redistribute it and/or modify 7 - Adblock Plus is free software: you can redistribute it and/or modify
8 - it under the terms of the GNU General Public License version 3 as 8 - it under the terms of the GNU General Public License version 3 as
9 - published by the Free Software Foundation. 9 - published by the Free Software Foundation.
10 - 10 -
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 <div data-social="gplus"></div> 90 <div data-social="gplus"></div>
91 </div> 91 </div>
92 </div> 92 </div>
93 </li> 93 </li>
94 <li> 94 <li>
95 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke d></div> 95 <div id="show-iconnumber" class="checkbox" role="checkbox" aria-checke d></div>
96 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe l> 96 <label for="show-iconnumber" class="i18n_stats_show_iconnumber"></labe l>
97 </li> 97 </li>
98 </ul> 98 </ul>
99 </li> 99 </li>
100
101 <li id="issueReporter" class="menu-item" role="button">
102 <div class="icon"></div>
103 <span class="i18n_sendReport"></span>
104 </li>
100 </ul> 105 </ul>
101 </div> 106 </div>
102 107
103 <footer id="options" role="button"> 108 <footer id="options" role="button">
104 <div class="icon"></div> 109 <div class="icon"></div>
105 <span class="i18n_options_short"></span> 110 <span class="i18n_options_short"></span>
106 </footer> 111 </footer>
107 112
108 </body> 113 </body>
109 </html> 114 </html>
OLDNEW
« issue-reporter.js ('K') | « polyfill.js ('k') | popup.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld