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 | // * |
michael@0 | 3 | // * Copyright (C) 2013 International Business Machines |
michael@0 | 4 | // * Corporation and others. All Rights Reserved. |
michael@0 | 5 | // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter |
michael@0 | 6 | // * Source File: <path>/common/main/fa_AF.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | fa_AF{ |
michael@0 | 10 | Currencies{ |
michael@0 | 11 | AUD{ |
michael@0 | 12 | "A$", |
michael@0 | 13 | "دالر آسترالیا", |
michael@0 | 14 | } |
michael@0 | 15 | BND{ |
michael@0 | 16 | "BND", |
michael@0 | 17 | "دالر برونی", |
michael@0 | 18 | } |
michael@0 | 19 | BYR{ |
michael@0 | 20 | "BYR", |
michael@0 | 21 | "روبل روسیهٔ سفید", |
michael@0 | 22 | } |
michael@0 | 23 | CAD{ |
michael@0 | 24 | "$CA", |
michael@0 | 25 | "دالر کانادا", |
michael@0 | 26 | } |
michael@0 | 27 | CHF{ |
michael@0 | 28 | "CHF", |
michael@0 | 29 | "فرانک سویس", |
michael@0 | 30 | } |
michael@0 | 31 | DKK{ |
michael@0 | 32 | "DKK", |
michael@0 | 33 | "کرون دنمارک", |
michael@0 | 34 | } |
michael@0 | 35 | JPY{ |
michael@0 | 36 | "¥", |
michael@0 | 37 | "ین جاپان", |
michael@0 | 38 | } |
michael@0 | 39 | MXN{ |
michael@0 | 40 | "$MX", |
michael@0 | 41 | "پزوی مکسیکو", |
michael@0 | 42 | } |
michael@0 | 43 | NLG{ |
michael@0 | 44 | "NLG", |
michael@0 | 45 | "گیلدر هالند", |
michael@0 | 46 | } |
michael@0 | 47 | NOK{ |
michael@0 | 48 | "NOK", |
michael@0 | 49 | "کرون ناروی", |
michael@0 | 50 | } |
michael@0 | 51 | SEK{ |
michael@0 | 52 | "SEK", |
michael@0 | 53 | "کرون سویدن", |
michael@0 | 54 | } |
michael@0 | 55 | SGD{ |
michael@0 | 56 | "SGD", |
michael@0 | 57 | "دالر سینگاپور", |
michael@0 | 58 | } |
michael@0 | 59 | TJS{ |
michael@0 | 60 | "TJS", |
michael@0 | 61 | "سامانی تاجکستان", |
michael@0 | 62 | } |
michael@0 | 63 | USD{ |
michael@0 | 64 | "$", |
michael@0 | 65 | "دالر امریکا", |
michael@0 | 66 | } |
michael@0 | 67 | } |
michael@0 | 68 | Version{"2.0.92.80"} |
michael@0 | 69 | } |