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/dua.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/dua.xml |
michael@0 | 11 | */ |
michael@0 | 12 | dua{ |
michael@0 | 13 | AuxExemplarCharacters{"[h q v x z]"} |
michael@0 | 14 | ExemplarCharacters{ |
michael@0 | 15 | "[a á b ɓ c d ɗ e é ɛ {ɛ\u0301} f g i í j k l m n {ny} ŋ o ó ɔ {ɔ\u0301} p r " |
michael@0 | 16 | "s t u ú ū w y]" |
michael@0 | 17 | } |
michael@0 | 18 | ExemplarCharactersIndex{"[A B Ɓ C D Ɗ E Ɛ F G I J K L M N Ŋ O Ɔ P S T U W Y]"} |
michael@0 | 19 | LocaleScript{ |
michael@0 | 20 | "Latn", |
michael@0 | 21 | } |
michael@0 | 22 | NumberElements{ |
michael@0 | 23 | latn{ |
michael@0 | 24 | patterns{ |
michael@0 | 25 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 26 | decimalFormat{"#,##0.###"} |
michael@0 | 27 | percentFormat{"#,##0 %"} |
michael@0 | 28 | } |
michael@0 | 29 | symbols{ |
michael@0 | 30 | decimal{","} |
michael@0 | 31 | group{" "} |
michael@0 | 32 | } |
michael@0 | 33 | } |
michael@0 | 34 | } |
michael@0 | 35 | Version{"2.0.92.87"} |
michael@0 | 36 | calendar{ |
michael@0 | 37 | generic{ |
michael@0 | 38 | DateTimePatterns{ |
michael@0 | 39 | "HH:mm:ss zzzz", |
michael@0 | 40 | "HH:mm:ss z", |
michael@0 | 41 | "HH:mm:ss", |
michael@0 | 42 | "HH:mm", |
michael@0 | 43 | "EEEE d MMMM y G", |
michael@0 | 44 | "d MMMM y G", |
michael@0 | 45 | "d MMM y G", |
michael@0 | 46 | "d/M/y GGGGG", |
michael@0 | 47 | "{1} {0}", |
michael@0 | 48 | "{1} {0}", |
michael@0 | 49 | "{1} {0}", |
michael@0 | 50 | "{1} {0}", |
michael@0 | 51 | "{1} {0}", |
michael@0 | 52 | } |
michael@0 | 53 | availableFormats{ |
michael@0 | 54 | Ed{"E d"} |
michael@0 | 55 | Hm{"HH:mm"} |
michael@0 | 56 | Hms{"HH:mm:ss"} |
michael@0 | 57 | M{"L"} |
michael@0 | 58 | MEd{"E d/M"} |
michael@0 | 59 | MMM{"LLL"} |
michael@0 | 60 | MMMEd{"E d MMM"} |
michael@0 | 61 | MMMd{"d MMM"} |
michael@0 | 62 | Md{"d/M"} |
michael@0 | 63 | d{"d"} |
michael@0 | 64 | hm{"h:mm a"} |
michael@0 | 65 | hms{"h:mm:ss a"} |
michael@0 | 66 | ms{"m:ss"} |
michael@0 | 67 | y{"y"} |
michael@0 | 68 | yM{"M/y"} |
michael@0 | 69 | yMEd{"E d/M/y"} |
michael@0 | 70 | yMMM{"MMM y"} |
michael@0 | 71 | yMMMEd{"E d MMM y"} |
michael@0 | 72 | yMMMd{"d MMM y"} |
michael@0 | 73 | yMd{"d/M/y"} |
michael@0 | 74 | yQQQ{"QQQ y"} |
michael@0 | 75 | yQQQQ{"QQQQ y"} |
michael@0 | 76 | } |
michael@0 | 77 | } |
michael@0 | 78 | gregorian{ |
michael@0 | 79 | AmPmMarkers{ |
michael@0 | 80 | "idiɓa", |
michael@0 | 81 | "ebyámu", |
michael@0 | 82 | } |
michael@0 | 83 | DateTimePatterns{ |
michael@0 | 84 | "HH:mm:ss zzzz", |
michael@0 | 85 | "HH:mm:ss z", |
michael@0 | 86 | "HH:mm:ss", |
michael@0 | 87 | "HH:mm", |
michael@0 | 88 | "EEEE d MMMM y", |
michael@0 | 89 | "d MMMM y", |
michael@0 | 90 | "d MMM y", |
michael@0 | 91 | "d/M/y", |
michael@0 | 92 | "{1} {0}", |
michael@0 | 93 | "{1} {0}", |
michael@0 | 94 | "{1} {0}", |
michael@0 | 95 | "{1} {0}", |
michael@0 | 96 | "{1} {0}", |
michael@0 | 97 | } |
michael@0 | 98 | availableFormats{ |
michael@0 | 99 | Ed{"E d"} |
michael@0 | 100 | Hm{"HH:mm"} |
michael@0 | 101 | Hms{"HH:mm:ss"} |
michael@0 | 102 | M{"L"} |
michael@0 | 103 | MEd{"E d/M"} |
michael@0 | 104 | MMM{"LLL"} |
michael@0 | 105 | MMMEd{"E d MMM"} |
michael@0 | 106 | MMMd{"d MMM"} |
michael@0 | 107 | Md{"d/M"} |
michael@0 | 108 | d{"d"} |
michael@0 | 109 | hm{"h:mm a"} |
michael@0 | 110 | hms{"h:mm:ss a"} |
michael@0 | 111 | ms{"m:ss"} |
michael@0 | 112 | y{"y"} |
michael@0 | 113 | yM{"M/y"} |
michael@0 | 114 | yMEd{"E d/M/y"} |
michael@0 | 115 | yMMM{"MMM y"} |
michael@0 | 116 | yMMMEd{"E d MMM y"} |
michael@0 | 117 | yMMMd{"d MMM y"} |
michael@0 | 118 | yMd{"d/M/y"} |
michael@0 | 119 | yQQQ{"QQQ y"} |
michael@0 | 120 | yQQQQ{"QQQQ y"} |
michael@0 | 121 | } |
michael@0 | 122 | dayNames{ |
michael@0 | 123 | format{ |
michael@0 | 124 | abbreviated{ |
michael@0 | 125 | "ét", |
michael@0 | 126 | "mɔ́s", |
michael@0 | 127 | "kwa", |
michael@0 | 128 | "muk", |
michael@0 | 129 | "ŋgi", |
michael@0 | 130 | "ɗón", |
michael@0 | 131 | "esa", |
michael@0 | 132 | } |
michael@0 | 133 | wide{ |
michael@0 | 134 | "éti", |
michael@0 | 135 | "mɔ́sú", |
michael@0 | 136 | "kwasú", |
michael@0 | 137 | "mukɔ́sú", |
michael@0 | 138 | "ŋgisú", |
michael@0 | 139 | "ɗónɛsú", |
michael@0 | 140 | "esaɓasú", |
michael@0 | 141 | } |
michael@0 | 142 | } |
michael@0 | 143 | stand-alone{ |
michael@0 | 144 | narrow{ |
michael@0 | 145 | "e", |
michael@0 | 146 | "m", |
michael@0 | 147 | "k", |
michael@0 | 148 | "m", |
michael@0 | 149 | "ŋ", |
michael@0 | 150 | "ɗ", |
michael@0 | 151 | "e", |
michael@0 | 152 | } |
michael@0 | 153 | } |
michael@0 | 154 | } |
michael@0 | 155 | eras{ |
michael@0 | 156 | abbreviated{ |
michael@0 | 157 | "ɓ.Ys", |
michael@0 | 158 | "mb.Ys", |
michael@0 | 159 | } |
michael@0 | 160 | wide{ |
michael@0 | 161 | "ɓoso ɓwá yáɓe lá", |
michael@0 | 162 | "mbúsa kwédi a Yés", |
michael@0 | 163 | } |
michael@0 | 164 | } |
michael@0 | 165 | monthNames{ |
michael@0 | 166 | format{ |
michael@0 | 167 | abbreviated{ |
michael@0 | 168 | "di", |
michael@0 | 169 | "ŋgɔn", |
michael@0 | 170 | "sɔŋ", |
michael@0 | 171 | "diɓ", |
michael@0 | 172 | "emi", |
michael@0 | 173 | "esɔ", |
michael@0 | 174 | "mad", |
michael@0 | 175 | "diŋ", |
michael@0 | 176 | "nyɛt", |
michael@0 | 177 | "may", |
michael@0 | 178 | "tin", |
michael@0 | 179 | "elá", |
michael@0 | 180 | } |
michael@0 | 181 | wide{ |
michael@0 | 182 | "dimɔ́di", |
michael@0 | 183 | "ŋgɔndɛ", |
michael@0 | 184 | "sɔŋɛ", |
michael@0 | 185 | "diɓáɓá", |
michael@0 | 186 | "emiasele", |
michael@0 | 187 | "esɔpɛsɔpɛ", |
michael@0 | 188 | "madiɓɛ́díɓɛ́", |
michael@0 | 189 | "diŋgindi", |
michael@0 | 190 | "nyɛtɛki", |
michael@0 | 191 | "mayésɛ́", |
michael@0 | 192 | "tiníní", |
michael@0 | 193 | "eláŋgɛ́", |
michael@0 | 194 | } |
michael@0 | 195 | } |
michael@0 | 196 | stand-alone{ |
michael@0 | 197 | narrow{ |
michael@0 | 198 | "d", |
michael@0 | 199 | "ŋ", |
michael@0 | 200 | "s", |
michael@0 | 201 | "d", |
michael@0 | 202 | "e", |
michael@0 | 203 | "e", |
michael@0 | 204 | "m", |
michael@0 | 205 | "d", |
michael@0 | 206 | "n", |
michael@0 | 207 | "m", |
michael@0 | 208 | "t", |
michael@0 | 209 | "e", |
michael@0 | 210 | } |
michael@0 | 211 | } |
michael@0 | 212 | } |
michael@0 | 213 | quarters{ |
michael@0 | 214 | format{ |
michael@0 | 215 | abbreviated{ |
michael@0 | 216 | "ndu1", |
michael@0 | 217 | "ndu2", |
michael@0 | 218 | "ndu3", |
michael@0 | 219 | "ndu4", |
michael@0 | 220 | } |
michael@0 | 221 | wide{ |
michael@0 | 222 | "ndúmbū nyá ɓosó", |
michael@0 | 223 | "ndúmbū ní lóndɛ́ íɓaá", |
michael@0 | 224 | "ndúmbū ní lóndɛ́ ílálo", |
michael@0 | 225 | "ndúmbū ní lóndɛ́ ínɛ́y", |
michael@0 | 226 | } |
michael@0 | 227 | } |
michael@0 | 228 | } |
michael@0 | 229 | } |
michael@0 | 230 | } |
michael@0 | 231 | delimiters{ |
michael@0 | 232 | alternateQuotationEnd{"’"} |
michael@0 | 233 | alternateQuotationStart{"‘"} |
michael@0 | 234 | quotationEnd{"»"} |
michael@0 | 235 | quotationStart{"«"} |
michael@0 | 236 | } |
michael@0 | 237 | fields{ |
michael@0 | 238 | day{ |
michael@0 | 239 | dn{"búnyá"} |
michael@0 | 240 | relative{ |
michael@0 | 241 | "-1"{"kíɛlɛ nítómb́í"} |
michael@0 | 242 | "0"{"wɛ́ŋgɛ̄"} |
michael@0 | 243 | "1"{"kíɛlɛ"} |
michael@0 | 244 | } |
michael@0 | 245 | } |
michael@0 | 246 | dayperiod{ |
michael@0 | 247 | dn{"epasi a búnyá"} |
michael@0 | 248 | } |
michael@0 | 249 | era{ |
michael@0 | 250 | dn{"póndá"} |
michael@0 | 251 | } |
michael@0 | 252 | hour{ |
michael@0 | 253 | dn{"ŋgandɛ"} |
michael@0 | 254 | } |
michael@0 | 255 | minute{ |
michael@0 | 256 | dn{"ndɔkɔ"} |
michael@0 | 257 | } |
michael@0 | 258 | month{ |
michael@0 | 259 | dn{"mɔ́di"} |
michael@0 | 260 | } |
michael@0 | 261 | second{ |
michael@0 | 262 | dn{"píndí"} |
michael@0 | 263 | } |
michael@0 | 264 | week{ |
michael@0 | 265 | dn{"disama"} |
michael@0 | 266 | } |
michael@0 | 267 | weekday{ |
michael@0 | 268 | dn{"mínyá má disama"} |
michael@0 | 269 | } |
michael@0 | 270 | year{ |
michael@0 | 271 | dn{"mbú"} |
michael@0 | 272 | } |
michael@0 | 273 | } |
michael@0 | 274 | } |