toolkit/components/feeds/test/xml/rss09x/rss090.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.

michael@0 1 <?xml version="1.0"?>
michael@0 2 <!--
michael@0 3
michael@0 4 Description: RSS 0.90 works
michael@0 5 Expect: feed.title.plainText() == "Mozilla Dot Org" && result.version == "rss090"
michael@0 6
michael@0 7 -->
michael@0 8 <!-- The very first RSS file, circa 1999 -->
michael@0 9 <rdf:RDF
michael@0 10 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
michael@0 11 xmlns="http://my.netscape.com/rdf/simple/0.9/">
michael@0 12
michael@0 13 <channel>
michael@0 14 <title>Mozilla Dot Org</title>
michael@0 15 <link>http://www.mozilla.org</link>
michael@0 16 <description>the Mozilla Organization web site</description>
michael@0 17 </channel>
michael@0 18
michael@0 19 <image>
michael@0 20 <title>Mozilla</title>
michael@0 21 <url>http://www.mozilla.org/images/moz.gif</url>
michael@0 22 <link>http://www.mozilla.org</link>
michael@0 23 </image>
michael@0 24
michael@0 25 <item>
michael@0 26 <title>New Status Updates</title>
michael@0 27 <link>http://www.mozilla.org/status/</link>
michael@0 28 </item>
michael@0 29
michael@0 30 <item>
michael@0 31 <title>Bugzilla Reorganized</title>
michael@0 32 <link>http://www.mozilla.org/bugs/</link>
michael@0 33 </item>
michael@0 34
michael@0 35 <item>
michael@0 36 <title>Mozilla Party, 2.0!</title>
michael@0 37 <link>http://www.mozilla.org/party/1999/</link>
michael@0 38 </item>
michael@0 39
michael@0 40 <item>
michael@0 41 <title>Unix Platform Parity</title>
michael@0 42 <link>http://www.mozilla.org/build/unix.html</link>
michael@0 43 </item>
michael@0 44
michael@0 45 <item>
michael@0 46 <title>NPL 1.0M published</title>
michael@0 47 <link>http://www.mozilla.org/NPL/NPL-1.0M.html</link>
michael@0 48 </item>
michael@0 49
michael@0 50 </rdf:RDF>

mercurial