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/bas.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/bas.xml |
michael@0 | 11 | */ |
michael@0 | 12 | bas{ |
michael@0 | 13 | AuxExemplarCharacters{"[q x]"} |
michael@0 | 14 | ExemplarCharacters{ |
michael@0 | 15 | "[a á à â ǎ ā {a\u1DC6}{a\u1DC7} b ɓ c d e é è ê ě ē {e\u1DC6}{e\u1DC7} ɛ {ɛ" |
michael@0 | 16 | "\u0301} {ɛ\u0300} {ɛ\u0302} {ɛ\u030C} {ɛ\u0304} {ɛ\u1DC6}{ɛ\u1DC7} f g h i í" |
michael@0 | 17 | " ì î ǐ ī {i\u1DC6}{i\u1DC7} j k l m n ń ǹ ŋ o ó ò ô ǒ ō {o\u1DC6}{o\u1DC7} ɔ" |
michael@0 | 18 | " {ɔ\u0301} {ɔ\u0300} {ɔ\u0302} {ɔ\u030C} {ɔ\u0304} {ɔ\u1DC6}{ɔ\u1DC7} p r s " |
michael@0 | 19 | "t u ú ù û ǔ ū {u\u1DC6}{u\u1DC7} v w y z]" |
michael@0 | 20 | } |
michael@0 | 21 | ExemplarCharactersIndex{"[A B Ɓ C D E Ɛ F G H I J K L M N Ŋ O Ɔ P R S T U V W Y Z]"} |
michael@0 | 22 | LocaleScript{ |
michael@0 | 23 | "Latn", |
michael@0 | 24 | } |
michael@0 | 25 | NumberElements{ |
michael@0 | 26 | latn{ |
michael@0 | 27 | patterns{ |
michael@0 | 28 | currencyFormat{"#,##0.00 ¤"} |
michael@0 | 29 | decimalFormat{"#,##0.###"} |
michael@0 | 30 | percentFormat{"#,##0 %"} |
michael@0 | 31 | } |
michael@0 | 32 | symbols{ |
michael@0 | 33 | decimal{","} |
michael@0 | 34 | group{" "} |
michael@0 | 35 | } |
michael@0 | 36 | } |
michael@0 | 37 | } |
michael@0 | 38 | Version{"2.0.92.87"} |
michael@0 | 39 | calendar{ |
michael@0 | 40 | generic{ |
michael@0 | 41 | DateTimePatterns{ |
michael@0 | 42 | "HH:mm:ss zzzz", |
michael@0 | 43 | "HH:mm:ss z", |
michael@0 | 44 | "HH:mm:ss", |
michael@0 | 45 | "HH:mm", |
michael@0 | 46 | "EEEE d MMMM y G", |
michael@0 | 47 | "d MMMM y G", |
michael@0 | 48 | "d MMM, y G", |
michael@0 | 49 | "d/M/y GGGGG", |
michael@0 | 50 | "{1} {0}", |
michael@0 | 51 | "{1} {0}", |
michael@0 | 52 | "{1} {0}", |
michael@0 | 53 | "{1} {0}", |
michael@0 | 54 | "{1} {0}", |
michael@0 | 55 | } |
michael@0 | 56 | availableFormats{ |
michael@0 | 57 | Ed{"E d"} |
michael@0 | 58 | Hm{"HH:mm"} |
michael@0 | 59 | Hms{"HH:mm:ss"} |
michael@0 | 60 | M{"L"} |
michael@0 | 61 | MEd{"E d/M"} |
michael@0 | 62 | MMM{"LLL"} |
michael@0 | 63 | MMMEd{"E d MMM"} |
michael@0 | 64 | MMMd{"d MMM"} |
michael@0 | 65 | Md{"d/M"} |
michael@0 | 66 | d{"d"} |
michael@0 | 67 | hm{"h:mm a"} |
michael@0 | 68 | hms{"h:mm:ss a"} |
michael@0 | 69 | ms{"m:ss"} |
michael@0 | 70 | y{"y"} |
michael@0 | 71 | yM{"M/y"} |
michael@0 | 72 | yMEd{"E d/M/y"} |
michael@0 | 73 | yMMM{"MMM y"} |
michael@0 | 74 | yMMMEd{"E d MMM y"} |
michael@0 | 75 | yMMMd{"d MMM y"} |
michael@0 | 76 | yMd{"d/M/y"} |
michael@0 | 77 | yQQQ{"QQQ y"} |
michael@0 | 78 | yQQQQ{"QQQQ y"} |
michael@0 | 79 | } |
michael@0 | 80 | } |
michael@0 | 81 | gregorian{ |
michael@0 | 82 | AmPmMarkers{ |
michael@0 | 83 | "I bikɛ̂glà", |
michael@0 | 84 | "I ɓugajɔp", |
michael@0 | 85 | } |
michael@0 | 86 | DateTimePatterns{ |
michael@0 | 87 | "HH:mm:ss zzzz", |
michael@0 | 88 | "HH:mm:ss z", |
michael@0 | 89 | "HH:mm:ss", |
michael@0 | 90 | "HH:mm", |
michael@0 | 91 | "EEEE d MMMM y", |
michael@0 | 92 | "d MMMM y", |
michael@0 | 93 | "d MMM, y", |
michael@0 | 94 | "d/M/y", |
michael@0 | 95 | "{1} {0}", |
michael@0 | 96 | "{1} {0}", |
michael@0 | 97 | "{1} {0}", |
michael@0 | 98 | "{1} {0}", |
michael@0 | 99 | "{1} {0}", |
michael@0 | 100 | } |
michael@0 | 101 | availableFormats{ |
michael@0 | 102 | Ed{"E d"} |
michael@0 | 103 | Hm{"HH:mm"} |
michael@0 | 104 | Hms{"HH:mm:ss"} |
michael@0 | 105 | M{"L"} |
michael@0 | 106 | MEd{"E d/M"} |
michael@0 | 107 | MMM{"LLL"} |
michael@0 | 108 | MMMEd{"E d MMM"} |
michael@0 | 109 | MMMd{"d MMM"} |
michael@0 | 110 | Md{"d/M"} |
michael@0 | 111 | d{"d"} |
michael@0 | 112 | hm{"h:mm a"} |
michael@0 | 113 | hms{"h:mm:ss a"} |
michael@0 | 114 | ms{"m:ss"} |
michael@0 | 115 | y{"y"} |
michael@0 | 116 | yM{"M/y"} |
michael@0 | 117 | yMEd{"E d/M/y"} |
michael@0 | 118 | yMMM{"MMM y"} |
michael@0 | 119 | yMMMEd{"E d MMM y"} |
michael@0 | 120 | yMMMd{"d MMM y"} |
michael@0 | 121 | yMd{"d/M/y"} |
michael@0 | 122 | yQQQ{"QQQ y"} |
michael@0 | 123 | yQQQQ{"QQQQ y"} |
michael@0 | 124 | } |
michael@0 | 125 | dayNames{ |
michael@0 | 126 | format{ |
michael@0 | 127 | abbreviated{ |
michael@0 | 128 | "nɔy", |
michael@0 | 129 | "nja", |
michael@0 | 130 | "uum", |
michael@0 | 131 | "ŋge", |
michael@0 | 132 | "mbɔ", |
michael@0 | 133 | "kɔɔ", |
michael@0 | 134 | "jon", |
michael@0 | 135 | } |
michael@0 | 136 | wide{ |
michael@0 | 137 | "ŋgwà nɔ̂y", |
michael@0 | 138 | "ŋgwà njaŋgumba", |
michael@0 | 139 | "ŋgwà ûm", |
michael@0 | 140 | "ŋgwà ŋgê", |
michael@0 | 141 | "ŋgwà mbɔk", |
michael@0 | 142 | "ŋgwà kɔɔ", |
michael@0 | 143 | "ŋgwà jôn", |
michael@0 | 144 | } |
michael@0 | 145 | } |
michael@0 | 146 | stand-alone{ |
michael@0 | 147 | narrow{ |
michael@0 | 148 | "n", |
michael@0 | 149 | "n", |
michael@0 | 150 | "u", |
michael@0 | 151 | "ŋ", |
michael@0 | 152 | "m", |
michael@0 | 153 | "k", |
michael@0 | 154 | "j", |
michael@0 | 155 | } |
michael@0 | 156 | } |
michael@0 | 157 | } |
michael@0 | 158 | eras{ |
michael@0 | 159 | abbreviated{ |
michael@0 | 160 | "b.Y.K", |
michael@0 | 161 | "m.Y.K", |
michael@0 | 162 | } |
michael@0 | 163 | wide{ |
michael@0 | 164 | "bisū bi Yesù Krǐstò", |
michael@0 | 165 | "i mbūs Yesù Krǐstò", |
michael@0 | 166 | } |
michael@0 | 167 | } |
michael@0 | 168 | monthNames{ |
michael@0 | 169 | format{ |
michael@0 | 170 | abbreviated{ |
michael@0 | 171 | "kɔn", |
michael@0 | 172 | "mac", |
michael@0 | 173 | "mat", |
michael@0 | 174 | "mto", |
michael@0 | 175 | "mpu", |
michael@0 | 176 | "hil", |
michael@0 | 177 | "nje", |
michael@0 | 178 | "hik", |
michael@0 | 179 | "dip", |
michael@0 | 180 | "bio", |
michael@0 | 181 | "may", |
michael@0 | 182 | "liɓ", |
michael@0 | 183 | } |
michael@0 | 184 | wide{ |
michael@0 | 185 | "Kɔndɔŋ", |
michael@0 | 186 | "Màcɛ̂l", |
michael@0 | 187 | "Màtùmb", |
michael@0 | 188 | "Màtop", |
michael@0 | 189 | "M̀puyɛ", |
michael@0 | 190 | "Hìlòndɛ̀", |
michael@0 | 191 | "Njèbà", |
michael@0 | 192 | "Hìkaŋ", |
michael@0 | 193 | "Dìpɔ̀s", |
michael@0 | 194 | "Bìòôm", |
michael@0 | 195 | "Màyɛsèp", |
michael@0 | 196 | "Lìbuy li ńyèe", |
michael@0 | 197 | } |
michael@0 | 198 | } |
michael@0 | 199 | stand-alone{ |
michael@0 | 200 | narrow{ |
michael@0 | 201 | "k", |
michael@0 | 202 | "m", |
michael@0 | 203 | "m", |
michael@0 | 204 | "m", |
michael@0 | 205 | "m", |
michael@0 | 206 | "h", |
michael@0 | 207 | "n", |
michael@0 | 208 | "h", |
michael@0 | 209 | "d", |
michael@0 | 210 | "b", |
michael@0 | 211 | "m", |
michael@0 | 212 | "l", |
michael@0 | 213 | } |
michael@0 | 214 | } |
michael@0 | 215 | } |
michael@0 | 216 | quarters{ |
michael@0 | 217 | format{ |
michael@0 | 218 | abbreviated{ |
michael@0 | 219 | "K1s3", |
michael@0 | 220 | "K2s3", |
michael@0 | 221 | "K3s3", |
michael@0 | 222 | "K4s3", |
michael@0 | 223 | } |
michael@0 | 224 | wide{ |
michael@0 | 225 | "Kèk bisu i soŋ iaâ", |
michael@0 | 226 | "Kèk i ńyonos biɓaà i soŋ iaâ", |
michael@0 | 227 | "Kèk i ńyonos biaâ i soŋ iaâ", |
michael@0 | 228 | "Kèk i ńyonos binâ i soŋ iaâ", |
michael@0 | 229 | } |
michael@0 | 230 | } |
michael@0 | 231 | } |
michael@0 | 232 | } |
michael@0 | 233 | } |
michael@0 | 234 | delimiters{ |
michael@0 | 235 | alternateQuotationEnd{"“"} |
michael@0 | 236 | alternateQuotationStart{"„"} |
michael@0 | 237 | quotationEnd{"»"} |
michael@0 | 238 | quotationStart{"«"} |
michael@0 | 239 | } |
michael@0 | 240 | fields{ |
michael@0 | 241 | day{ |
michael@0 | 242 | dn{"kɛl"} |
michael@0 | 243 | relative{ |
michael@0 | 244 | "-1"{"yààni"} |
michael@0 | 245 | "0"{"lɛ̀n"} |
michael@0 | 246 | "1"{"yàni"} |
michael@0 | 247 | } |
michael@0 | 248 | } |
michael@0 | 249 | dayperiod{ |
michael@0 | 250 | dn{"njǎmùha"} |
michael@0 | 251 | } |
michael@0 | 252 | era{ |
michael@0 | 253 | dn{"kèk"} |
michael@0 | 254 | } |
michael@0 | 255 | hour{ |
michael@0 | 256 | dn{"ŋgɛŋ"} |
michael@0 | 257 | } |
michael@0 | 258 | minute{ |
michael@0 | 259 | dn{"ŋget"} |
michael@0 | 260 | } |
michael@0 | 261 | month{ |
michael@0 | 262 | dn{"soŋ"} |
michael@0 | 263 | } |
michael@0 | 264 | second{ |
michael@0 | 265 | dn{"hìŋgeŋget"} |
michael@0 | 266 | } |
michael@0 | 267 | week{ |
michael@0 | 268 | dn{"sɔndɛ̂"} |
michael@0 | 269 | } |
michael@0 | 270 | weekday{ |
michael@0 | 271 | dn{"hìlɔ hi sɔndɛ̂"} |
michael@0 | 272 | } |
michael@0 | 273 | year{ |
michael@0 | 274 | dn{"ŋwìi"} |
michael@0 | 275 | } |
michael@0 | 276 | zone{ |
michael@0 | 277 | dn{"komboo i ŋgɛŋ"} |
michael@0 | 278 | } |
michael@0 | 279 | } |
michael@0 | 280 | } |