chrome/test/unit/data/test_bug399707.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.

michael@0 1 # Success cases
michael@0 2 content test1 test/ application={39885e5f-f6b4-4e2a-87e5-6259ecf79011}
michael@0 3 content test2 test/ application!={d51eecae-eab5-4779-85cb-45f1ec8657c8}
michael@0 4 content test3 test/ application!=
michael@0 5
michael@0 6 # Failure cases
michael@0 7 content test4 test/ application=
michael@0 8 content test5 test/ application={d51eecae-eab5-4779-85cb-45f1ec8657c8}
michael@0 9 content test6 test/ application!={39885e5f-f6b4-4e2a-87e5-6259ecf79011}
michael@0 10 content test7 test/ appversion=={39885e5f-f6b4-4e2a-87e5-6259ecf79011}
michael@0 11 content test8 test/ application!!{d51eecae-eab5-4779-85cb-45f1ec8657c8}

mercurial