toolkit/mozapps/extensions/test/addons/test_install3/install.rdf

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"?>
     3 <!-- An extension that is incompatible with the XPCShell test suite until
     4      a compatibility update check is performed -->
     5 <RDF xmlns="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
     6      xmlns:em="http://www.mozilla.org/2004/em-rdf#">
     8   <Description about="urn:mozilla:install-manifest">
     9     <em:id>addon3@tests.mozilla.org</em:id>
    10     <em:version>1.0</em:version>
    12     <!-- Front End MetaData -->
    13     <em:name>Real Test 4</em:name>
    14     <em:description>Test Description</em:description>
    16     <em:updateURL>http://localhost:4444/data/test_install.rdf</em:updateURL>
    18     <em:targetApplication>
    19       <Description>
    20         <em:id>xpcshell@tests.mozilla.org</em:id>
    21         <em:minVersion>0</em:minVersion>
    22         <em:maxVersion>0</em:maxVersion>
    23       </Description>
    24     </em:targetApplication>
    26   </Description>
    27 </RDF>

mercurial