chrome/test/unit/data/test_bug564667/chrome.manifest

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rw-r--r--

Conditionally enable double key logic according to:
private browsing mode or privacy.thirdparty.isolate preference and
implement in GetCookieStringCommon and FindCookie where it counts...
With some reservations of how to convince FindCookie users to test
condition and pass a nullptr when disabling double key logic.

     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