toolkit/components/places/tests/chrome/rss_as_html.rss

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     1 <?xml version="1.0" encoding="ISO-8859-1" ?>
     2 <rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/">
     3 <channel>
     4 <title>sadfasdfasdfasfasdf</title>
     5 <link>http://www.example.com</link>
     6 <description>asdfasdfasdf.example.com</description>
     7 <language>de</language>
     8 <copyright>asdfasdfasdfasdf</copyright>
     9 <lastBuildDate>Tue, 11 Mar 2008 18:52:52 +0100</lastBuildDate>
    10 <docs>http://blogs.law.harvard.edu/tech/rss</docs>
    11 <ttl>10</ttl>
    12 <item>
    13 <title>The First Title</title>
    14 <link>http://www.example.com/index.html</link>
    15 <pubDate>Tue, 11 Mar 2008 18:24:43 +0100</pubDate>
    16 <content:encoded>
    17 <![CDATA[
    18 <p>
    19 askdlfjas;dfkjas;fkdj
    20 </p>
    21 ]]>
    22 </content:encoded>
    23 <description>aklsjdhfasdjfahasdfhj</description>
    24 <guid>http://foo.example.com/asdfasdf</guid>
    25 </item>
    26 </channel>
    27 </rss>

mercurial