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.

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

mercurial