Sat, 03 Jan 2015 20:18:00 +0100
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 | [DEFAULT] |
michael@0 | 2 | run-if = buildapp == "browser" |
michael@0 | 3 | skip-if = e10s |
michael@0 | 4 | support-files = |
michael@0 | 5 | head.js |
michael@0 | 6 | browser_forgetThisSiteAdd.html |
michael@0 | 7 | browser_forgetThisSiteGet.html |
michael@0 | 8 | browserHelpers.js |
michael@0 | 9 | browser_permissionsPrompt.html |
michael@0 | 10 | browser_quotaPrompt.html |
michael@0 | 11 | browser_quotaPromptDatabases.html |
michael@0 | 12 | browser_quotaPromptDelete.html |
michael@0 | 13 | bug839193.js |
michael@0 | 14 | bug839193.xul |
michael@0 | 15 | |
michael@0 | 16 | [browser_forgetThisSite.js] |
michael@0 | 17 | [browser_permissionsPromptAllow.js] |
michael@0 | 18 | [browser_permissionsPromptDeny.js] |
michael@0 | 19 | [browser_perwindow_privateBrowsing.js] |
michael@0 | 20 | [browser_quotaPromptAllow.js] |
michael@0 | 21 | [browser_quotaPromptDeny.js] |
michael@0 | 22 | [browser_quotaPromptDatabases.js] |
michael@0 | 23 | [browser_quotaPromptDelete.js] |
michael@0 | 24 | [browser_bug839193.js] |