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/or.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/or.xml |
michael@0 | 11 | */ |
michael@0 | 12 | or{ |
michael@0 | 13 | AuxExemplarCharacters{"[\u200C\u200D]"} |
michael@0 | 14 | ExemplarCharacters{ |
michael@0 | 15 | "[\u0B3C ଅ ଆ ଇ ଈ ଉ ଊ ଋ ଏ ଐ ଓ ଔ \u0B01 ଂ ଃ କ ଖ ଗ ଘ ଙ ଚ ଛ ଜ ଝ ଞ ଟ ଠ ଡ {ଡ\u0B3C}" |
michael@0 | 16 | " ଢ {ଢ\u0B3C} ଣ ତ ଥ ଦ ଧ ନ ପ ଫ ବ ଭ ମ ଯ ୟ ର ଲ ଳ ଵ ୱ ଶ ଷ ସ ହ ା \u0B3F ୀ \u0B41 " |
michael@0 | 17 | "\u0B42 \u0B43 େ ୈ ୋ ୌ \u0B4D]" |
michael@0 | 18 | } |
michael@0 | 19 | ExemplarCharactersIndex{ |
michael@0 | 20 | "[ଅ ଆ ଇ ଈ ଉ ଊ ଋ ଏ ଐ ଓ ଔ କ ଖ ଗ ଘ ଙ ଚ ଛ ଜ ଝ ଞ ଟ ଠ ଡ ଢ ଣ ତ ଥ ଦ ଧ ନ ପ ଫ ବ ଭ ମ ଯ ର" |
michael@0 | 21 | " ଲ ଳ ଶ ଷ ସ ହ {କ\u0B4Dଷ}]" |
michael@0 | 22 | } |
michael@0 | 23 | LocaleScript{ |
michael@0 | 24 | "Orya", |
michael@0 | 25 | } |
michael@0 | 26 | NumberElements{ |
michael@0 | 27 | default{"latn"} |
michael@0 | 28 | latn{ |
michael@0 | 29 | patterns{ |
michael@0 | 30 | currencyFormat{"¤ #,##,##0.00"} |
michael@0 | 31 | decimalFormat{"#,##,##0.###"} |
michael@0 | 32 | percentFormat{"#,##,##0%"} |
michael@0 | 33 | } |
michael@0 | 34 | symbols{ |
michael@0 | 35 | decimal{"."} |
michael@0 | 36 | group{","} |
michael@0 | 37 | } |
michael@0 | 38 | } |
michael@0 | 39 | native{"orya"} |
michael@0 | 40 | } |
michael@0 | 41 | Version{"2.0.92.87"} |
michael@0 | 42 | calendar{ |
michael@0 | 43 | generic{ |
michael@0 | 44 | DateTimePatterns{ |
michael@0 | 45 | "h:mm:ss a zzzz", |
michael@0 | 46 | "h:mm:ss a z", |
michael@0 | 47 | "h:mm:ss a", |
michael@0 | 48 | "h:mm a", |
michael@0 | 49 | "EEEE, d MMMM y G", |
michael@0 | 50 | "d MMMM y G", |
michael@0 | 51 | "d MMM y G", |
michael@0 | 52 | "d-M-y GGGGG", |
michael@0 | 53 | "{1} {0}", |
michael@0 | 54 | "{1} {0}", |
michael@0 | 55 | "{1} {0}", |
michael@0 | 56 | "{1} {0}", |
michael@0 | 57 | "{1} {0}", |
michael@0 | 58 | } |
michael@0 | 59 | availableFormats{ |
michael@0 | 60 | MMMMd{"MMMM d"} |
michael@0 | 61 | MMdd{"dd-MM"} |
michael@0 | 62 | yMM{"MM-y G"} |
michael@0 | 63 | yMMMM{"MMMM y G"} |
michael@0 | 64 | yQQQ{"QQQ y G"} |
michael@0 | 65 | } |
michael@0 | 66 | } |
michael@0 | 67 | gregorian{ |
michael@0 | 68 | AmPmMarkers{ |
michael@0 | 69 | "am", |
michael@0 | 70 | "pm", |
michael@0 | 71 | } |
michael@0 | 72 | AmPmMarkersNarrow{ |
michael@0 | 73 | "am", |
michael@0 | 74 | "pm", |
michael@0 | 75 | } |
michael@0 | 76 | DateTimePatterns{ |
michael@0 | 77 | "h:mm:ss a zzzz", |
michael@0 | 78 | "h:mm:ss a z", |
michael@0 | 79 | "h:mm:ss a", |
michael@0 | 80 | "h:mm a", |
michael@0 | 81 | "EEEE, d MMMM y", |
michael@0 | 82 | "d MMMM y", |
michael@0 | 83 | "d MMM y", |
michael@0 | 84 | "d-M-yy", |
michael@0 | 85 | "{1} {0}", |
michael@0 | 86 | "{1} {0}", |
michael@0 | 87 | "{1} {0}", |
michael@0 | 88 | "{1} {0}", |
michael@0 | 89 | "{1} {0}", |
michael@0 | 90 | } |
michael@0 | 91 | availableFormats{ |
michael@0 | 92 | MMMMd{"MMMM d"} |
michael@0 | 93 | MMdd{"dd-MM"} |
michael@0 | 94 | yMM{"MM-y"} |
michael@0 | 95 | yMMMM{"MMMM y"} |
michael@0 | 96 | yQQQ{"QQQ y"} |
michael@0 | 97 | } |
michael@0 | 98 | dayNames{ |
michael@0 | 99 | format{ |
michael@0 | 100 | abbreviated{ |
michael@0 | 101 | "ରବି", |
michael@0 | 102 | "ସୋମ", |
michael@0 | 103 | "ମଙ୍ଗଳ", |
michael@0 | 104 | "ବୁଧ", |
michael@0 | 105 | "ଗୁରୁ", |
michael@0 | 106 | "ଶୁକ୍ର", |
michael@0 | 107 | "ଶନି", |
michael@0 | 108 | } |
michael@0 | 109 | wide{ |
michael@0 | 110 | "ରବିବାର", |
michael@0 | 111 | "ସୋମବାର", |
michael@0 | 112 | "ମଙ୍ଗଳବାର", |
michael@0 | 113 | "ବୁଧବାର", |
michael@0 | 114 | "ଗୁରୁବାର", |
michael@0 | 115 | "ଶୁକ୍ରବାର", |
michael@0 | 116 | "ଶନିବାର", |
michael@0 | 117 | } |
michael@0 | 118 | } |
michael@0 | 119 | stand-alone{ |
michael@0 | 120 | narrow{ |
michael@0 | 121 | "ର", |
michael@0 | 122 | "ସୋ", |
michael@0 | 123 | "ମ", |
michael@0 | 124 | "ବୁ", |
michael@0 | 125 | "ଗୁ", |
michael@0 | 126 | "ଶୁ", |
michael@0 | 127 | "ଶ", |
michael@0 | 128 | } |
michael@0 | 129 | } |
michael@0 | 130 | } |
michael@0 | 131 | monthNames{ |
michael@0 | 132 | format{ |
michael@0 | 133 | wide{ |
michael@0 | 134 | "ଜାନୁଆରୀ", |
michael@0 | 135 | "ଫେବ୍ରୁୟାରୀ", |
michael@0 | 136 | "ମାର୍ଚ୍ଚ", |
michael@0 | 137 | "ଅପ୍ରେଲ", |
michael@0 | 138 | "ମେ", |
michael@0 | 139 | "ଜୁନ", |
michael@0 | 140 | "ଜୁଲାଇ", |
michael@0 | 141 | "ଅଗଷ୍ଟ", |
michael@0 | 142 | "ସେପ୍ଟେମ୍ବର", |
michael@0 | 143 | "ଅକ୍ଟୋବର", |
michael@0 | 144 | "ନଭେମ୍ବର", |
michael@0 | 145 | "ଡିସେମ୍ବର", |
michael@0 | 146 | } |
michael@0 | 147 | } |
michael@0 | 148 | stand-alone{ |
michael@0 | 149 | narrow{ |
michael@0 | 150 | "ଜା", |
michael@0 | 151 | "ଫେ", |
michael@0 | 152 | "ମା", |
michael@0 | 153 | "ଅ", |
michael@0 | 154 | "ମେ", |
michael@0 | 155 | "ଜୁ", |
michael@0 | 156 | "ଜୁ", |
michael@0 | 157 | "ଅ", |
michael@0 | 158 | "ସେ", |
michael@0 | 159 | "ଅ", |
michael@0 | 160 | "ନ", |
michael@0 | 161 | "ଡି", |
michael@0 | 162 | } |
michael@0 | 163 | } |
michael@0 | 164 | } |
michael@0 | 165 | } |
michael@0 | 166 | } |
michael@0 | 167 | } |