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

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

Issue 29459615: Issue 5194 - Remove Tracking Protection from Private Browsing (Closed)
Patch Set: Removing tracking link Created June 12, 2017, 12:24 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 | « mobile/android/base/widget/ContentSecurityDoorHanger.java ('k') | 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 # This Source Code Form is subject to the terms of the Mozilla Public 3 # This Source Code Form is subject to the terms of the Mozilla Public
4 # License, v. 2.0. If a copy of the MPL was not distributed with this 4 # License, v. 2.0. If a copy of the MPL was not distributed with this
5 # file, You can obtain one at http://mozilla.org/MPL/2.0/. 5 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
6 --> 6 -->
7 <!DOCTYPE html [ 7 <!DOCTYPE html [
8 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-stric t.dtd"> 8 <!ENTITY % htmlDTD PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "DTD/xhtml1-stric t.dtd">
9 %htmlDTD; 9 %htmlDTD;
10 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" > 10 <!ENTITY % brandDTD SYSTEM "chrome://branding/locale/brand.dtd" >
(...skipping 10 matching lines...) Expand all
21 <meta name="viewport" content="width=device-width, initial-scale=1; user-sca lable=no"/> 21 <meta name="viewport" content="width=device-width, initial-scale=1; user-sca lable=no"/>
22 <link rel="stylesheet" href="chrome://browser/skin/aboutPrivateBrowsing.css" type="text/css" media="all"/> 22 <link rel="stylesheet" href="chrome://browser/skin/aboutPrivateBrowsing.css" type="text/css" media="all"/>
23 <link rel="icon" type="image/png" href="chrome://branding/content/favicon32. png" /> 23 <link rel="icon" type="image/png" href="chrome://branding/content/favicon32. png" />
24 <script type="application/javascript;version=1.8" src="chrome://browser/cont ent/aboutPrivateBrowsing.js"></script> 24 <script type="application/javascript;version=1.8" src="chrome://browser/cont ent/aboutPrivateBrowsing.js"></script>
25 </head> 25 </head>
26 26
27 <body class="private"> 27 <body class="private">
28 <img class="showPrivate masq" src="chrome://browser/skin/images/privatebrows ing-mask-and-shield.svg" /> 28 <img class="showPrivate masq" src="chrome://browser/skin/images/privatebrows ing-mask-and-shield.svg" />
29 <img class="showNormal masq" src="chrome://browser/skin/images/privatebrowsi ng-mask.png" /> 29 <img class="showNormal masq" src="chrome://browser/skin/images/privatebrowsi ng-mask.png" />
30 30
31 <h1 class="showPrivate">&privatebrowsingpage.title;<br />&privatebrowsingpag e.title.private;</h1> 31 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 - ->
32 <h1 class="showPrivate">&privatebrowsingpage.title;</h1>
32 <h1 class="showNormal">&privatebrowsingpage.title.normal1;</h1> 33 <h1 class="showNormal">&privatebrowsingpage.title.normal1;</h1>
33 34
34 <div class="contentSection"> 35 <div class="contentSection">
35 <p class="showPrivate">&privatebrowsingpage.description.trackingProtection ;<br /><br />&privatebrowsingpage.description.privateDetails;</p> 36 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 -->
37 <p class="showPrivate">&privatebrowsingpage.description.privateDetails;</p >
36 <p class="showNormal">&privatebrowsingpage.description.normal2;</p> 38 <p class="showNormal">&privatebrowsingpage.description.normal2;</p>
37 39
38 <p class="showPrivate"><a href="https://support.mozilla.org/kb/private-bro wsing-firefox-android">&privatebrowsingpage.link.private;</a></p> 40 <!-- Removed Mozilla's private/tracking link. See https://issues.adblockpl us.org/ticket/5194 -->
39 <p class="showNormal"><a href="#" id="newPrivateTabLink">&privatebrowsingp age.link.normal;</a></p> 41 <p class="showNormal"><a href="#" id="newPrivateTabLink">&privatebrowsingp age.link.normal;</a></p>
40 </div> 42 </div>
41 43
42 </body> 44 </body>
43 </html> 45 </html>
OLDNEW
« no previous file with comments | « mobile/android/base/widget/ContentSecurityDoorHanger.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld