config/tests/src-simple/jar.mn

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rw-r--r--

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 #filter substitution
     3 test.jar:
     4 # test chrome with flags and path expansion
     5 % content test %one
     6 # test locale with variable substitution and path expansion
     7 % locale @AB_CD@ %three
     8 # test overlays
     9 % overlay chrome://one/file.xml chrome://two/otherfile.xml
    10 # test regular file, preprocessed file, preprocessed css
    11   one/file.xml  (thesrcdir/file.xml)
    12 * one/preproc   (thesrcdir/preproc.in)
    13 * one/some.css  (thesrcdir/some.css)
    14 # test reference against topsrcdir
    15   two/otherfile.xml (/config/tests/src-simple/thetopsrcdir/otherfile.xml)
    16 # test reference against localesrcdir
    17   three/l10nfile.txt (%l10nfile.txt)
    19 test.jar:
    20 # test manifest update the locale one was already added above, add skin
    21 % locale @AB_CD@ %three
    22 % skin test classic %one

mercurial