toolkit/components/feeds/test/xml/rfc4287/feed_generator_uri.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" encoding="iso-8859-1"?>
     2 <!--
     4 Description: atom generator works
     5 Expect: feed.generator.uri.spec == 'http://example.org/';
     7 -->
     8 <feed xmlns="http://www.w3.org/2005/Atom">
    10 <author>
    11 <email>hmm@example.com</email>
    12 <name>foo</name>
    13 </author>
    16   <generator uri="http://example.org">Hmm</generator>
    18 <author>
    19 <email>bar@example.com</email>
    20 <name>foo</name>
    21 </author>
    24   <title type="xhtml">
    25     <div xmlns="http://www.w3.org/1999/xhtml"><b>test</b> title</div>
    26   </title>
    27   <rights type="xhtml">
    28     <div xmlns="http://www.w3.org/1999/xhtml"><i>test</i> rights</div>
    29   </rights>
    30   <summary type="xhtml">
    31     <div xmlns="http://www.w3.org/1999/xhtml"><div><div>test</div> summary</div></div>
    32   </summary>
    33 </feed>

mercurial