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/kok.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/kok.xml |
michael@0 | 11 | */ |
michael@0 | 12 | kok{ |
michael@0 | 13 | AuxExemplarCharacters{"[\u200C\u200D]"} |
michael@0 | 14 | ExemplarCharacters{ |
michael@0 | 15 | "[\u093C ० १ २ ३ ४ ५ ६ ७ ८ ९ ॐ \u0902 \u0901 ः अ आ इ ई उ ऊ ऋ ऌ ऍ ए ऐ ऑ ओ औ क " |
michael@0 | 16 | "{क\u093C} ख {ख\u093C} ग {ग\u093C} घ ङ च छ ज {ज\u093C} झ ञ ट ठ ड {ड\u093C} ढ " |
michael@0 | 17 | "{ढ\u093C} ण त थ द ध न प फ {फ\u093C} ब भ म य {य\u093C} र ल व श ष स ह ळ ऽ ा ि " |
michael@0 | 18 | "ी \u0941 \u0942 \u0943 \u0944 \u0945 \u0947 \u0948 ॉ ो ौ \u094D]" |
michael@0 | 19 | } |
michael@0 | 20 | LocaleScript{ |
michael@0 | 21 | "Deva", |
michael@0 | 22 | } |
michael@0 | 23 | NumberElements{ |
michael@0 | 24 | default{"latn"} |
michael@0 | 25 | latn{ |
michael@0 | 26 | patterns{ |
michael@0 | 27 | currencyFormat{"¤ #,##,##0.00"} |
michael@0 | 28 | decimalFormat{"#,##,##0.###"} |
michael@0 | 29 | percentFormat{"#,##,##0%"} |
michael@0 | 30 | } |
michael@0 | 31 | } |
michael@0 | 32 | native{"deva"} |
michael@0 | 33 | } |
michael@0 | 34 | Version{"2.0.92.87"} |
michael@0 | 35 | calendar{ |
michael@0 | 36 | gregorian{ |
michael@0 | 37 | AmPmMarkers{ |
michael@0 | 38 | "म.पू.", |
michael@0 | 39 | "म.नं.", |
michael@0 | 40 | } |
michael@0 | 41 | dayNames{ |
michael@0 | 42 | format{ |
michael@0 | 43 | abbreviated{ |
michael@0 | 44 | "रवि", |
michael@0 | 45 | "सोम", |
michael@0 | 46 | "मंगळ", |
michael@0 | 47 | "बुध", |
michael@0 | 48 | "गुरु", |
michael@0 | 49 | "शुक्र", |
michael@0 | 50 | "शनि", |
michael@0 | 51 | } |
michael@0 | 52 | wide{ |
michael@0 | 53 | "आदित्यवार", |
michael@0 | 54 | "सोमवार", |
michael@0 | 55 | "मंगळार", |
michael@0 | 56 | "बुधवार", |
michael@0 | 57 | "गुरुवार", |
michael@0 | 58 | "शुक्रवार", |
michael@0 | 59 | "शनिवार", |
michael@0 | 60 | } |
michael@0 | 61 | } |
michael@0 | 62 | } |
michael@0 | 63 | eras{ |
michael@0 | 64 | abbreviated{ |
michael@0 | 65 | "क्रिस्तपूर्व", |
michael@0 | 66 | "क्रिस्तशखा", |
michael@0 | 67 | } |
michael@0 | 68 | } |
michael@0 | 69 | monthNames{ |
michael@0 | 70 | format{ |
michael@0 | 71 | wide{ |
michael@0 | 72 | "जानेवारी", |
michael@0 | 73 | "फेब्रुवारी", |
michael@0 | 74 | "मार्च", |
michael@0 | 75 | "एप्रिल", |
michael@0 | 76 | "मे", |
michael@0 | 77 | "जून", |
michael@0 | 78 | "जुलै", |
michael@0 | 79 | "ओगस्ट", |
michael@0 | 80 | "सेप्टेंबर", |
michael@0 | 81 | "ओक्टोबर", |
michael@0 | 82 | "नोव्हेंबर", |
michael@0 | 83 | "डिसेंबर", |
michael@0 | 84 | } |
michael@0 | 85 | } |
michael@0 | 86 | } |
michael@0 | 87 | } |
michael@0 | 88 | } |
michael@0 | 89 | } |