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 | <?xml version="1.0" encoding="utf-8"?> |
michael@0 | 2 | <!-- |
michael@0 | 3 | Description: XHTML title with apos |
michael@0 | 4 | Expect: feed.title.plainText() == "Tantek's Updates" |
michael@0 | 5 | --> |
michael@0 | 6 | <feed xml:lang="en-US" |
michael@0 | 7 | xmlns="http://www.w3.org/2005/Atom"> |
michael@0 | 8 | <title type="xhtml"> |
michael@0 | 9 | <div xmlns="http://www.w3.org/1999/xhtml">Tantek's Updates</div> |
michael@0 | 10 | </title> |
michael@0 | 11 | <link href="http://tantek.com/" |
michael@0 | 12 | rel="alternate" title="Tantek's Posts" type="text/html"/> |
michael@0 | 13 | <link href="http://tantek.com/updates.atom" |
michael@0 | 14 | rel="self" /> |
michael@0 | 15 | <id>http://tantek.com/updates.atom</id> |
michael@0 | 16 | <author> |
michael@0 | 17 | <name>Tantek</name> |
michael@0 | 18 | <uri>http://tantek.com/</uri> |
michael@0 | 19 | </author> |
michael@0 | 20 | <updated>2006-05-02T20:13:00-07:00</updated> |
michael@0 | 21 | <entry> |
michael@0 | 22 | <updated>2006-04-22T00:00:00-07:00</updated> |
michael@0 | 23 | <published>2006-04-22T00:00:00-07:00</published> |
michael@0 | 24 | <link href="http://www.makezine.com/faire/" |
michael@0 | 25 | rel="alternate" title="Make Faire" type="text/html"/> |
michael@0 | 26 | <id>http://www.makezine.com/faire/</id> |
michael@0 | 27 | <title>Make Faire</title> |
michael@0 | 28 | <content type="xhtml" xml:space="preserve"> |
michael@0 | 29 | <div xmlns="http://www.w3.org/1999/xhtml"> |
michael@0 | 30 | <div class="vevent"> |
michael@0 | 31 | <a class="url" href="http://www.makezine.com/faire/"> |
michael@0 | 32 | <abbr class="dtstart" title="20060422"> |
michael@0 | 33 | 4/22</abbr>-<abbr class="dtend" title="20060424">23</abbr> |
michael@0 | 34 | |
michael@0 | 35 | <span class="summary"> |
michael@0 | 36 | Make Faire |
michael@0 | 37 | </span> @ |
michael@0 | 38 | <span class="location"> |
michael@0 | 39 | San Mateo Fairgrounds |
michael@0 | 40 | </span> |
michael@0 | 41 | </a> |
michael@0 | 42 | </div> |
michael@0 | 43 | </div> |
michael@0 | 44 | </content> |
michael@0 | 45 | </entry> |
michael@0 | 46 | </feed> |