toolkit/mozapps/extensions/test/xpcshell/data/test_AddonRepository_failed.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 <?xml version="1.0" encoding="utf-8" ?>
michael@0 2 <searchresults total_results="9999">
michael@0 3 <!-- Cause XML parse error so that the search fails -->
michael@0 4 <!-- <addon> -->
michael@0 5 <name>PASS</name>
michael@0 6 <type id="1">Extension</type>
michael@0 7 <guid>test1@tests.mozilla.org</guid>
michael@0 8 <version>1.1</version>
michael@0 9 <authors><author><name>Test Creator 1</name></author></authors>
michael@0 10 <status id="4">Public</status>
michael@0 11 <compatible_applications>
michael@0 12 <application>
michael@0 13 <appID>xpcshell@tests.mozilla.org</appID>
michael@0 14 <min_version>1</min_version>
michael@0 15 <max_version>1</max_version>
michael@0 16 </application>
michael@0 17 </compatible_applications>
michael@0 18 <install>http://localhost:%PORT%/test1.xpi</install>
michael@0 19 </addon>
michael@0 20 </searchresults>
michael@0 21

mercurial