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

Side by Side Diff: popup.html

Issue 29532763: Issue 5593 - Wait for prefs before updating popup UI (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome/
Patch Set: Created Aug. 31, 2017, 3:49 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 | popup.js » ('j') | popup.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 <!-- 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 52 matching lines...) Expand 10 before | Expand all | Expand 10 after
63 63
64 <li id="clickhide" class="menu-item" role="button"> 64 <li id="clickhide" class="menu-item" role="button">
65 <div class="icon"></div> 65 <div class="icon"></div>
66 <span class="i18n_easy_create_filter"></span> 66 <span class="i18n_easy_create_filter"></span>
67 </li> 67 </li>
68 <li id="clickhide-cancel" class="menu-item" role="button"> 68 <li id="clickhide-cancel" class="menu-item" role="button">
69 <div class="icon"></div> 69 <div class="icon"></div>
70 <span class="i18n_cancel"></span> 70 <span class="i18n_cancel"></span>
71 </li> 71 </li>
72 72
73 <li id="stats-container"> 73 <li id="stats-container" class="collapsed">
Manish Jethani 2017/08/31 15:56:57 This should be collapsed by default.
Thomas Greiner 2017/08/31 16:39:08 Acknowledged.
74 <div class="menu-item collapse" data-option="show_statsinpopup" data-colla psable="stats-container" role="button"> 74 <div class="menu-item collapse" data-option="show_statsinpopup" data-colla psable="stats-container" role="button">
75 <div class="icon"></div> 75 <div class="icon"></div>
76 <span class="i18n_stats_title"></span> 76 <span class="i18n_stats_title"></span>
77 <div class="collapse-icon-placeholder"></div> 77 <div class="collapse-icon-placeholder"></div>
78 <div class="collapse-icon"></div> 78 <div class="collapse-icon"></div>
79 </div> 79 </div>
80 <ul id="stats" class="collapsable"> 80 <ul id="stats" class="collapsable">
81 <li> 81 <li>
82 <div> 82 <div>
83 <div id="stats-page"></div> 83 <div id="stats-page"></div>
(...skipping 18 matching lines...) Expand all
102 </ul> 102 </ul>
103 </div> 103 </div>
104 104
105 <footer id="options" role="button"> 105 <footer id="options" role="button">
106 <div class="icon"></div> 106 <div class="icon"></div>
107 <span class="i18n_options_short"></span> 107 <span class="i18n_options_short"></span>
108 </footer> 108 </footer>
109 109
110 </body> 110 </body>
111 </html> 111 </html>
OLDNEW
« no previous file with comments | « no previous file | popup.js » ('j') | popup.js » ('J')

Powered by Google App Engine
This is Rietveld