toolkit/components/feeds/test/xml/rss1/full_feed.xml

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 <!--
     3 Description: atom generator works
     4 Expect:  result.bozo == true && feed.items.length == 1
     6 -->
     7 <rdf:RDF
     8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     9 xmlns:dc="http://purl.org/dc/elements/1.1/"
    10 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    11 xmlns:admin="http://webns.net/mvcb/"
    12 xmlns:cc="http://web.resource.org/cc/"
    13 xmlns="http://purl.org/rss/1.0/">
    15 <channel rdf:about="http://example.org/">
    16 <title>fooo</title>
    17 <link>http://weblogs.example.org/</link>
    18 <description>fooooooo</description>
    19 <dc:language>en-us</dc:language>
    20 <dc:creator></dc:creator>
    21 <dc:date>2006-04-10T08:38:18-08:00</dc:date>
    22 <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
    25 <items>
    26 <rdf:Seq>
    27 <rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" />
    28 </rdf:Seq>
    30 </items>
    32 </channel>
    33 <item rdf:about="http://weblogs.example.org/archives/009698.html">
    34 <title>Come From?</title>
    35 <link>http://example.org/009698.html</link>
    36 <description><![CDATA[
    37    %G–%@ much of the code 
    38 ]]></description>
    39 <dc:date>2006-02-06T10:19:03-08:00</dc:date>
    40 </item>
    41 </rdf:RDF>

mercurial