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 | { |
michael@0 | 2 | "[app]/amazondotcom.xml": { |
michael@0 | 3 | "used": 0, |
michael@0 | 4 | "order": 4 |
michael@0 | 5 | }, |
michael@0 | 6 | "[app]/eBay.xml": { |
michael@0 | 7 | "used": 0, |
michael@0 | 8 | "order": 1 |
michael@0 | 9 | }, |
michael@0 | 10 | "[app]/wikipedia.xml": { |
michael@0 | 11 | "used": 0, |
michael@0 | 12 | "order": 6 |
michael@0 | 13 | }, |
michael@0 | 14 | "[app]/twitter.xml": { |
michael@0 | 15 | "used": 0, |
michael@0 | 16 | "order": 7 |
michael@0 | 17 | }, |
michael@0 | 18 | "[app]/google.xml": { |
michael@0 | 19 | "used": 1, |
michael@0 | 20 | "order": 2 |
michael@0 | 21 | }, |
michael@0 | 22 | "[app]/bing.xml": { |
michael@0 | 23 | "order": 5 |
michael@0 | 24 | }, |
michael@0 | 25 | "[app]/yahoo.xml": { |
michael@0 | 26 | "order": 3 |
michael@0 | 27 | } |
michael@0 | 28 | } |