browser/devtools/commandline/test/browser_cmd_appcache_invalid_appcache.appcache

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 # some comment
     3 CACHE MANIFEST
     4 # the above is a required line
     5 # this is a comment
     6 # spaces are ignored
     7 # blank lines are ignored
     9 images/sound-icon.png
    10 images/background.png
    12 NETWORK:
    13 /checking.cgi
    14 /checking.*
    16 CACHE:
    17 ../rel.html
    18 ../../rel.html
    19 ../../../rel.html
    20 ../../../../rel.html
    21 ../../../../../rel.html
    22 /../invalid.html
    23 /test.css
    24 /test.js
    25 test.png
    26 browser_cmd_appcache_invalid_index.html
    27 /main/features.js
    28 /main/settings/index.css
    29 http://example.com/scene.jpg
    30 /section1/blockedbyfallback.html
    31 http://example.com/images/world.jpg
    32 /section2/blockedbyfallback.html
    33 browser_cmd_appcache_invalid_page1.html
    34 /main/home
    35 main/app.js
    36 browser_cmd_appcache_invalid_page2.html
    37 /settings/home
    38 /settings/app.js
    39 browser_cmd_appcache_invalid_page3.html
    40 http://example.com/logo.png
    41 http://example.com/check.png
    42 http://example.com/cr oss.png
    43 /checking*.png
    45 SETTINGS:
    46 prefer-online
    47 fast
    49 FALLBACK:
    50 /section1/ /offline1.html
    51 /section2/ offline2.html
    52 dadsdsd
    53 * offline3.html
    55 BLAH:

mercurial