toolkit/mozapps/extensions/test/addons/test_install5/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 and
     4      has binary components, so won't be compatible-by-default. -->
     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>addon5@tests.mozilla.org</em:id>
    10     <em:version>1.0</em:version>
    12     <!-- Front End MetaData -->
    13     <em:name>Real Test 5</em:name>
    14     <em:description>Test Description</em:description>
    15     <em:unpack>true</em:unpack>
    17     <em:targetApplication>
    18       <Description>
    19         <em:id>xpcshell@tests.mozilla.org</em:id>
    20         <em:minVersion>0</em:minVersion>
    21         <em:maxVersion>0</em:maxVersion>
    22       </Description>
    23     </em:targetApplication>
    25   </Description>
    26 </RDF>

mercurial