chrome/test/unit/data/test_bug564667/chrome.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 # Locally defined URLs
     2 content  test1       test/
     3 locale   test1 en-US test/
     4 skin     test1 test  test/
     6 # Test Override
     7 content testOverride  test/
     8 override chrome://testOverride/content file:///test1/override
    11 # Load external manifest
    12 manifest loaded.manifest
    14 # Failure Cases
    15 overlay   chrome://test1/content/overlay.xul   chrome://test1/content/test1.xul
    16 style     chrome://test1/content/style.xul     chrome://test1/content/test1.css

mercurial