Sat, 03 Jan 2015 20:18:00 +0100
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: atom generator works |
michael@0 | 4 | Expect: result.bozo == true && 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 | <items> |
michael@0 | 26 | <rdf:Seq> |
michael@0 | 27 | <rdf:li rdf:resource="http://weblogs.example.org/archives/009698.html" /> |
michael@0 | 28 | </rdf:Seq> |
michael@0 | 29 | |
michael@0 | 30 | </items> |
michael@0 | 31 | |
michael@0 | 32 | </channel> |
michael@0 | 33 | <item rdf:about="http://weblogs.example.org/archives/009698.html"> |
michael@0 | 34 | <title>Come From?</title> |
michael@0 | 35 | <link>http://example.org/009698.html</link> |
michael@0 | 36 | <description><![CDATA[ |
michael@0 | 37 | %Gâ%@ much of the code |
michael@0 | 38 | ]]></description> |
michael@0 | 39 | <dc:date>2006-02-06T10:19:03-08:00</dc:date> |
michael@0 | 40 | </item> |
michael@0 | 41 | </rdf:RDF> |