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

Side by Side Diff: mobile/android/chrome/content/aboutAdblockBrowser.xhtml

Issue 29322652: Issue 2615 - Licensing Information is not displayed (Closed)
Patch Set: Created July 17, 2015, 7:05 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
2 2
3 <!DOCTYPE html [ 3 <!DOCTYPE html [
4 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > 4 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
5 %brandDTD; 5 %brandDTD;
6 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd"> 6 <!ENTITY % globalDTD SYSTEM "chrome://global/locale/global.dtd">
7 %globalDTD; 7 %globalDTD;
8 <!ENTITY % fennecDTD SYSTEM "chrome://browser/locale/about.dtd"> 8 <!ENTITY % fennecDTD SYSTEM "chrome://browser/locale/about.dtd">
9 %fennecDTD; 9 %fennecDTD;
10 ]> 10 ]>
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
50 </p> 50 </p>
51 </div> 51 </div>
52 52
53 </div> 53 </div>
54 54
55 <ul id="aboutLinks"> 55 <ul id="aboutLinks">
56 <div class="top-border"></div> 56 <div class="top-border"></div>
57 <li><a href="https://adblockplus.org/en/faq">&aboutPage.faq.label;</a></li > 57 <li><a href="https://adblockplus.org/en/faq">&aboutPage.faq.label;</a></li >
58 <li><a href="https://adblockplus.org/en/privacy">&aboutPage.privacyPolicy. label;</a></li> 58 <li><a href="https://adblockplus.org/en/privacy">&aboutPage.privacyPolicy. label;</a></li>
59 <li><a href="https://adblockplus.org/en/contributors">&aboutPage.credits.l abel;</a></li> 59 <li><a href="https://adblockplus.org/en/contributors">&aboutPage.credits.l abel;</a></li>
60 <li><a href="about:license">&aboutPage.license.label;</a></li>
61 <div class="bottom-border"></div> 60 <div class="bottom-border"></div>
62 </ul> 61 </ul>
63 62
64 <div id="aboutDetails"> 63 <div id="aboutDetails">
65 <p>&logoTrademark;</p> 64 <p>&logoTrademark;</p>
66 </div> 65 </div>
67 66
68 <script type="application/javascript;version=1.8"><![CDATA[ 67 <script type="application/javascript;version=1.8"><![CDATA[
69 let Ci = Components.interfaces, Cc = Components.classes, Cu = Components.u tils, Cr = Components.results; 68 let Ci = Components.interfaces, Cc = Components.classes, Cu = Components.u tils, Cr = Components.results;
70 Cu.import("resource://gre/modules/XPCOMUtils.jsm"); 69 Cu.import("resource://gre/modules/XPCOMUtils.jsm");
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
186 break; 185 break;
187 case "DOWNLOADED": 186 case "DOWNLOADED":
188 downloadedSpan.style.display = "block"; 187 downloadedSpan.style.display = "block";
189 break; 188 break;
190 } 189 }
191 } 190 }
192 #endif 191 #endif
193 ]]></script> 192 ]]></script>
194 </body> 193 </body>
195 </html> 194 </html>
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld