toolkit/components/feeds/test/xml/rss1/full_feed_unknown_extension.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 <!--
michael@0 2
michael@0 3 Description: rss1 unknown elements does not cause error
michael@0 4 Expect: feed.items.length == 1
michael@0 5
michael@0 6 -->
michael@0 7 <rdf:RDF
michael@0 8 xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
michael@0 9 xmlns:dc="http://purl.org/dc/elements/1.1/"
michael@0 10 xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
michael@0 11 xmlns:admin="http://webns.net/mvcb/"
michael@0 12 xmlns:cc="http://web.resource.org/cc/"
michael@0 13 xmlns="http://purl.org/rss/1.0/">
michael@0 14
michael@0 15 <channel rdf:about="http://example.org/">
michael@0 16 <title>fooo</title>
michael@0 17 <link>http://weblogs.example.org/</link>
michael@0 18 <description>fooooooo</description>
michael@0 19 <dc:language>en-us</dc:language>
michael@0 20 <dc:creator></dc:creator>
michael@0 21 <dc:date>2006-04-10T08:38:18-08:00</dc:date>
michael@0 22 <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=3.2" />
michael@0 23
michael@0 24
michael@0 25
michael@0 26
michael@0 27
michael@0 28
michael@0 29
michael@0 30 <foo:bar xmlns:foo="http://example.org">baz</foo:bar>
michael@0 31
michael@0 32
michael@0 33
michael@0 34
michael@0 35
michael@0 36
michael@0 37
michael@0 38
michael@0 39
michael@0 40
michael@0 41 <items>
michael@0 42 <rdf:Seq>
michael@0 43 <rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" />
michael@0 44 </rdf:Seq>
michael@0 45
michael@0 46 </items>
michael@0 47
michael@0 48 </channel>
michael@0 49 <item rdf:about="http://weblogs.example.org/archives/009698.html">
michael@0 50 <title>Come From?</title>
michael@0 51 <link>http://example.org/009698.html</link>
michael@0 52 <description><![CDATA[much of the code]]></description>
michael@0 53 <dc:date>2006-02-06T10:19:03-08:00</dc:date>
michael@0 54 </item>
michael@0 55 </rdf:RDF>

mercurial