chrome/test/unit/data/test_bug401153.manifest

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 # Should work
     2 resource test1 test1/
     4 # Duplicates should be ignored
     5 resource test1 foo/
     7 # Mapping into jar files should work
     8 resource test3 jar:test3.jar!/resources/
    10 # Invalid line
    11 resource test4
    13 # Check we made it through the whole manifest
    14 resource test5 test5/

mercurial