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

Side by Side Diff: chrome/content/ui/firstRun.html

Issue 5450822905233408: Issue 417 - Reinitializing removed filter lists (Core/Firefox) (Closed)
Patch Set: Moved check to Platform code Created May 26, 2014, 5:41 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 | chrome/content/ui/firstRun.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 <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2014 Eyeo GmbH 4 - Copyright (C) 2006-2014 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 19 matching lines...) Expand all
30 <script type="text/javascript" src="firstRun.js"></script> 30 <script type="text/javascript" src="firstRun.js"></script>
31 </head> 31 </head>
32 <body> 32 <body>
33 33
34 34
35 <header> 35 <header>
36 <div id="logo"></div> 36 <div id="logo"></div>
37 <h1 id="title-main" class="i18n_firstRun_title"></h1> 37 <h1 id="title-main" class="i18n_firstRun_title"></h1>
38 </header> 38 </header>
39 39
40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning" hidden="true"></section> 40 <section id="legacySafariWarning" class="i18n_firstRun_legacySafariWarning w arning" hidden="true"></section>
41 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng" hidden="true"></section> 41 <section id="filterlistsReinitializedWarning" class="i18n_firstRun_filterlis tsReinitializedWarning warning" hidden="true"></section>
42 <section id="dataCorruptionWarning" class="i18n_firstRun_dataCorruptionWarni ng warning" hidden="true"></section>
42 43
43 <section id="acceptable-ads"> 44 <section id="acceptable-ads">
44 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2> 45 <h2 class="i18n_firstRun_acceptableAdsHeadline"></h2>
45 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p> 46 <p id="acceptableAdsExplanation" class="i18n_firstRun_acceptableAdsExplana tion"></p>
46 </section> 47 </section>
47 48
48 49
49 <section id="share"> 50 <section id="share">
50 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2> 51 <h2 id="share-headline" class="i18n_firstRun_share_headline"></h2>
51 52
(...skipping 83 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 <footer> 136 <footer>
136 <a id="contributors" class="i18n_firstRun_contributor_credits"></a> 137 <a id="contributors" class="i18n_firstRun_contributor_credits"></a>
137 </footer> 138 </footer>
138 139
139 140
140 <div id="glass-pane"> 141 <div id="glass-pane">
141 <iframe id="share-popup" scrolling="no"></iframe> 142 <iframe id="share-popup" scrolling="no"></iframe>
142 </div> 143 </div>
143 </body> 144 </body>
144 </html> 145 </html>
OLDNEW
« no previous file with comments | « no previous file | chrome/content/ui/firstRun.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld