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

Delta Between Two Patch Sets: chrome/content/ui/firstRun.html

Issue 10860047: New toggle button on First-run page (Closed)
Left Patch Set: Created June 7, 2013, 12:19 p.m.
Right Patch Set: Created July 8, 2013, 10:26 a.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 | « no previous file | chrome/content/ui/firstRun.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 <http://adblockplus.org/>, 3 - This file is part of Adblock Plus <http://adblockplus.org/>,
4 - Copyright (C) 2006-2013 Eyeo GmbH 4 - Copyright (C) 2006-2013 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 28 matching lines...) Expand all
39 <h2 id="features-title" class="i18n_firstRun_features"></h2> 39 <h2 id="features-title" class="i18n_firstRun_features"></h2>
40 40
41 <ul id="features"> 41 <ul id="features">
42 <li id="feature-typo" class="feature" hidden="true"> 42 <li id="feature-typo" class="feature" hidden="true">
43 <div class="feature-image"></div> 43 <div class="feature-image"></div>
44 <div class="feature-description"> 44 <div class="feature-description">
45 <p class="feature-text"> 45 <p class="feature-text">
46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span> 46 <span class="i18n_firstRun_feature_typo feature-title"></span> <sp an class="i18n_firstRun_feature_typo_description"></span>
47 </p> 47 </p>
48 </div> 48 </div>
49 <div id="toggle-typo" class="toggle enable"> 49 <div id="toggle-typo" class="toggle">
50 <div class="toggle-inner"> 50 <div class="i18n_firstRun_toggle_on toggle-on"></div>
51 <div class="i18n_firstRun_toggle_on toggle-on"></div> 51 <div class="toggle-blob"></div>
52 <div class="toggle-blob"></div> 52 <div class="i18n_firstRun_toggle_off toggle-off"></div>
53 <div class="i18n_firstRun_toggle_off toggle-off"></div>
54 </div>
55 </div> 53 </div>
56 </li> 54 </li>
57 <li id="feature-malware" class="feature"> 55 <li id="feature-malware" class="feature">
58 <div class="feature-image"></div> 56 <div class="feature-image"></div>
59 <div class="feature-description"> 57 <div class="feature-description">
60 <p class="feature-text"> 58 <p class="feature-text">
61 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span> 59 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span>
62 </p> 60 </p>
63 </div> 61 </div>
64 <div id="toggle-malware" class="toggle enable"> 62 <div id="toggle-malware" class="toggle">
65 <div class="toggle-inner"> 63 <div class="i18n_firstRun_toggle_on toggle-on"></div>
66 <div class="i18n_firstRun_toggle_on toggle-on"></div> 64 <div class="toggle-blob"></div>
67 <div class="toggle-blob"></div> 65 <div class="i18n_firstRun_toggle_off toggle-off"></div>
68 <div class="i18n_firstRun_toggle_off toggle-off"></div>
69 </div>
70 </div> 66 </div>
71 </li> 67 </li>
72 <li id="feature-social" class="feature"> 68 <li id="feature-social" class="feature">
73 <div class="feature-image"></div> 69 <div class="feature-image"></div>
74 <div class="feature-description"> 70 <div class="feature-description">
75 <p class="feature-text"> 71 <p class="feature-text">
76 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span> 72 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span>
77 </p> 73 </p>
78 </div> 74 </div>
79 <div id="toggle-social" class="toggle enable"> 75 <div id="toggle-social" class="toggle">
80 <div class="toggle-inner"> 76 <div class="i18n_firstRun_toggle_on toggle-on"></div>
81 <div class="i18n_firstRun_toggle_on toggle-on"></div> 77 <div class="toggle-blob"></div>
82 <div class="toggle-blob"></div> 78 <div class="i18n_firstRun_toggle_off toggle-off"></div>
83 <div class="i18n_firstRun_toggle_off toggle-off"></div>
84 </div>
85 </div> 79 </div>
86 </li> 80 </li>
87 <li id="feature-tracking" class="feature"> 81 <li id="feature-tracking" class="feature">
88 <div class="feature-image"></div> 82 <div class="feature-image"></div>
89 <div class="feature-description"> 83 <div class="feature-description">
90 <p class="feature-text"> 84 <p class="feature-text">
91 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span> 85 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span>
92 </p> 86 </p>
93 </div> 87 </div>
94 <div id="toggle-tracking" class="toggle enable"> 88 <div id="toggle-tracking" class="toggle">
95 <div class="toggle-inner"> 89 <div class="i18n_firstRun_toggle_on toggle-on"></div>
96 <div class="i18n_firstRun_toggle_on toggle-on"></div> 90 <div class="toggle-blob"></div>
97 <div class="toggle-blob"></div> 91 <div class="i18n_firstRun_toggle_off toggle-off"></div>
98 <div class="i18n_firstRun_toggle_off toggle-off"></div>
99 </div>
100 </div> 92 </div>
101 </li> 93 </li>
102 </ul> 94 </ul>
103 95
104 <footer id="social"> 96 <footer id="social">
105 <h1 class="i18n_firstRun_share"></h1> 97 <h1 class="i18n_firstRun_share"></h1>
106 <ul> 98 <ul>
107 <li> 99 <li>
108 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" title="Share on Facebook"></a> 100 <a id="share-facebook" class="share-button" href="#" title="Share on Facebook"></a>
109 </li> 101 </li>
110 <li> 102 <li>
111 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" title="Share on Twitter"></a> 103 <a id="share-twitter" class="share-button" href="#" title="Share on Twitter"></a>
112 </li> 104 </li>
113 <li> 105 <li>
114 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" title="Share on Google+"></a> 106 <a id="share-gplus" class="share-button" href="#" title="Share on Go ogle+"></a>
115 </li> 107 </li>
116 </ul> 108 </ul>
117 </footer> 109 </footer>
118 </div> 110 </div>
119 111
120 <div id="glass-pane"> 112 <div id="glass-pane">
121 <iframe id="share-popup" scrolling="no"></iframe> 113 <iframe id="share-popup" scrolling="no"></iframe>
122 </div> 114 </div>
123 </body> 115 </body>
124 </html> 116 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld