chrome/test/unit/data/test_bug401153.manifest

Thu, 15 Jan 2015 21:03:48 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 21:03:48 +0100
branch
TOR_BUG_9701
changeset 11
deefc01c0e14
permissions
-rw-r--r--

Integrate friendly tips from Tor colleagues to make (or not) 4.5 alpha 3;
This includes removal of overloaded (but unused) methods, and addition of
a overlooked call to DataStruct::SetData(nsISupports, uint32_t, bool.)

     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