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

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

Issue 11089006: Be more selective for the sharing fallback (Closed)
Left Patch Set: Created July 8, 2013, 11:12 a.m.
Right Patch Set: Created July 9, 2013, 12:20 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 | « no previous file | chrome/content/ui/firstRun.js » ('j') | chrome/skin/sendReport.css » ('J')
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 29 matching lines...) Expand all
40 40
41 <ul id="features"> 41 <ul id="features">
42 <li id="feature-malware" class="feature"> 42 <li id="feature-malware" class="feature">
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_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span> 46 <span class="i18n_firstRun_feature_malware feature-title"></span> <span class="i18n_firstRun_feature_malware_description"></span>
47 </p> 47 </p>
48 </div> 48 </div>
49 <div id="toggle-malware" class="toggle"> 49 <div id="toggle-malware" 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-social" class="feature"> 55 <li id="feature-social" 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_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span> 59 <span class="i18n_firstRun_feature_social feature-title"></span> < span class="i18n_firstRun_feature_social_description"></span>
62 </p> 60 </p>
63 </div> 61 </div>
64 <div id="toggle-social" class="toggle"> 62 <div id="toggle-social" 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-tracking" class="feature"> 68 <li id="feature-tracking" 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_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span> 72 <span class="i18n_firstRun_feature_tracking feature-title"></span> <span class="i18n_firstRun_feature_tracking_description"></span>
77 </p> 73 </p>
78 </div> 74 </div>
79 <div id="toggle-tracking" class="toggle"> 75 <div id="toggle-tracking" 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 </ul> 81 </ul>
88 82
89 <footer id="social"> 83 <footer id="social">
90 <h1 class="i18n_firstRun_share"></h1> 84 <h1 class="i18n_firstRun_share"></h1>
91 <ul> 85 <ul>
92 <li> 86 <li>
93 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" target="_blank" title="Share on Facebook" _script="https://f acebook.com/plugins/like.php?"></a> 87 <a id="share-facebook" class="share-button" href="https://www.facebo ok.com/adblockplus" target="_blank" title="Share on Facebook" data-script="https ://facebook.com/plugins/like.php?"></a>
Thomas Greiner 2013/07/08 13:46:47 _script is not a standard attribute for anchor tag
94 </li> 88 </li>
95 <li> 89 <li>
96 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" target="_blank" title="Share on Twitter" _script="https://platform .twitter.com/widgets.js"></a> 90 <a id="share-twitter" class="share-button" href="https://twitter.com /adblockplus" target="_blank" title="Share on Twitter" data-script="https://plat form.twitter.com/widgets.js"></a>
Thomas Greiner 2013/07/08 13:46:47 _script is not a standard attribute for anchor tag
97 </li> 91 </li>
98 <li> 92 <li>
99 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" target="_blank" title="Share on Google+" _script="https://apis.g oogle.com/js/plusone.js"></a> 93 <a id="share-gplus" class="share-button" href="https://www.google.co m/+AdblockPlus" target="_blank" title="Share on Google+" data-script="https://ap is.google.com/js/plusone.js"></a>
Thomas Greiner 2013/07/08 13:46:47 _script is not a standard attribute for anchor tag
100 </li> 94 </li>
101 </ul> 95 </ul>
102 </footer> 96 </footer>
103 </div> 97 </div>
104 98
105 <div id="glass-pane"> 99 <div id="glass-pane">
106 <iframe id="share-popup" scrolling="no"></iframe> 100 <iframe id="share-popup" scrolling="no"></iframe>
107 </div> 101 </div>
108 </body> 102 </body>
109 </html> 103 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld