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

Delta Between Two Patch Sets: mobile/android/chrome/content/aboutPrivateBrowsing.xhtml

Issue 29459615: Issue 5194 - Remove Tracking Protection from Private Browsing (Closed)
Left Patch Set: Created June 8, 2017, 7:23 p.m.
Right 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:
Left: Side by side diff | Download
Right: Side by side diff | Download
« no previous file with change/comment | « mobile/android/base/widget/ContentSecurityDoorHanger.java ('k') | no next file » | no next file with change/comment »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
LEFTRIGHT
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 19 matching lines...) Expand all
30 30
31 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 - -> 31 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 - ->
32 <h1 class="showPrivate">&privatebrowsingpage.title;</h1> 32 <h1 class="showPrivate">&privatebrowsingpage.title;</h1>
33 <h1 class="showNormal">&privatebrowsingpage.title.normal1;</h1> 33 <h1 class="showNormal">&privatebrowsingpage.title.normal1;</h1>
34 34
35 <div class="contentSection"> 35 <div class="contentSection">
36 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 --> 36 <!-- Removed tracking text. See https://issues.adblockplus.org/ticket/5194 -->
37 <p class="showPrivate">&privatebrowsingpage.description.privateDetails;</p > 37 <p class="showPrivate">&privatebrowsingpage.description.privateDetails;</p >
38 <p class="showNormal">&privatebrowsingpage.description.normal2;</p> 38 <p class="showNormal">&privatebrowsingpage.description.normal2;</p>
39 39
40 <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 -->
41 <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>
42 </div> 42 </div>
43 43
44 </body> 44 </body>
45 </html> 45 </html>
LEFTRIGHT

Powered by Google App Engine
This is Rietveld