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/bm.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/bm.xml |
michael@0 | 11 | */ |
michael@0 | 12 | bm{ |
michael@0 | 13 | AuxExemplarCharacters{"[q v x]"} |
michael@0 | 14 | ExemplarCharacters{"[a b c d e ɛ f g h i j k l m n ɲ ŋ o ɔ p r s t u w y z]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B C D E Ɛ F G H I J K L M N Ɲ Ŋ O Ɔ P R S T U W Y Z]"} |
michael@0 | 16 | LocaleScript{ |
michael@0 | 17 | "Latn", |
michael@0 | 18 | } |
michael@0 | 19 | NumberElements{ |
michael@0 | 20 | latn{ |
michael@0 | 21 | patterns{ |
michael@0 | 22 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 23 | currencyFormat{"¤#,##0.00"} |
michael@0 | 24 | } |
michael@0 | 25 | } |
michael@0 | 26 | } |
michael@0 | 27 | Version{"2.0.92.87"} |
michael@0 | 28 | calendar{ |
michael@0 | 29 | generic{ |
michael@0 | 30 | DateTimePatterns{ |
michael@0 | 31 | "HH:mm:ss zzzz", |
michael@0 | 32 | "HH:mm:ss z", |
michael@0 | 33 | "HH:mm:ss", |
michael@0 | 34 | "HH:mm", |
michael@0 | 35 | "EEEE d MMMM y G", |
michael@0 | 36 | "d MMMM y G", |
michael@0 | 37 | "d MMM, y G", |
michael@0 | 38 | "d/M/y GGGGG", |
michael@0 | 39 | "{1} {0}", |
michael@0 | 40 | "{1} {0}", |
michael@0 | 41 | "{1} {0}", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | } |
michael@0 | 45 | availableFormats{ |
michael@0 | 46 | M{"M"} |
michael@0 | 47 | MMM{"MMM"} |
michael@0 | 48 | MMMEd{"E d MMM"} |
michael@0 | 49 | MMMMEd{"E d MMMM"} |
michael@0 | 50 | MMMMd{"d MMMM"} |
michael@0 | 51 | MMMd{"d MMM"} |
michael@0 | 52 | MMMdd{"dd MMM"} |
michael@0 | 53 | MMd{"d/MM"} |
michael@0 | 54 | MMdd{"dd/MM"} |
michael@0 | 55 | Md{"d/M"} |
michael@0 | 56 | ms{"m:ss"} |
michael@0 | 57 | y{"y"} |
michael@0 | 58 | yM{"M/y"} |
michael@0 | 59 | yMEd{"E d/M/y"} |
michael@0 | 60 | yMM{"MM/y"} |
michael@0 | 61 | yMMM{"MMM y"} |
michael@0 | 62 | yMMMEd{"E d MMM y"} |
michael@0 | 63 | yMMMM{"MMMM y"} |
michael@0 | 64 | yMMMd{"d MMM y"} |
michael@0 | 65 | yMd{"d/M/y"} |
michael@0 | 66 | yQQQ{"QQQ y"} |
michael@0 | 67 | yQQQQ{"QQQQ y"} |
michael@0 | 68 | } |
michael@0 | 69 | } |
michael@0 | 70 | gregorian{ |
michael@0 | 71 | DateTimePatterns{ |
michael@0 | 72 | "HH:mm:ss zzzz", |
michael@0 | 73 | "HH:mm:ss z", |
michael@0 | 74 | "HH:mm:ss", |
michael@0 | 75 | "HH:mm", |
michael@0 | 76 | "EEEE d MMMM y", |
michael@0 | 77 | "d MMMM y", |
michael@0 | 78 | "d MMM, y", |
michael@0 | 79 | "d/M/y", |
michael@0 | 80 | "{1} {0}", |
michael@0 | 81 | "{1} {0}", |
michael@0 | 82 | "{1} {0}", |
michael@0 | 83 | "{1} {0}", |
michael@0 | 84 | "{1} {0}", |
michael@0 | 85 | } |
michael@0 | 86 | availableFormats{ |
michael@0 | 87 | M{"M"} |
michael@0 | 88 | MMM{"MMM"} |
michael@0 | 89 | MMMEd{"E d MMM"} |
michael@0 | 90 | MMMMEd{"E d MMMM"} |
michael@0 | 91 | MMMMd{"d MMMM"} |
michael@0 | 92 | MMMd{"d MMM"} |
michael@0 | 93 | MMMdd{"dd MMM"} |
michael@0 | 94 | MMd{"d/MM"} |
michael@0 | 95 | MMdd{"dd/MM"} |
michael@0 | 96 | Md{"d/M"} |
michael@0 | 97 | ms{"m:ss"} |
michael@0 | 98 | y{"y"} |
michael@0 | 99 | yM{"M/y"} |
michael@0 | 100 | yMEd{"E d/M/y"} |
michael@0 | 101 | yMM{"MM/y"} |
michael@0 | 102 | yMMM{"MMM y"} |
michael@0 | 103 | yMMMEd{"E d MMM y"} |
michael@0 | 104 | yMMMM{"MMMM y"} |
michael@0 | 105 | yMMMd{"d MMM y"} |
michael@0 | 106 | yMd{"d/M/y"} |
michael@0 | 107 | yQQQ{"QQQ y"} |
michael@0 | 108 | yQQQQ{"QQQQ y"} |
michael@0 | 109 | } |
michael@0 | 110 | dayNames{ |
michael@0 | 111 | format{ |
michael@0 | 112 | abbreviated{ |
michael@0 | 113 | "kar", |
michael@0 | 114 | "ntɛ", |
michael@0 | 115 | "tar", |
michael@0 | 116 | "ara", |
michael@0 | 117 | "ala", |
michael@0 | 118 | "jum", |
michael@0 | 119 | "sib", |
michael@0 | 120 | } |
michael@0 | 121 | wide{ |
michael@0 | 122 | "kari", |
michael@0 | 123 | "ntɛnɛ", |
michael@0 | 124 | "tarata", |
michael@0 | 125 | "araba", |
michael@0 | 126 | "alamisa", |
michael@0 | 127 | "juma", |
michael@0 | 128 | "sibiri", |
michael@0 | 129 | } |
michael@0 | 130 | } |
michael@0 | 131 | stand-alone{ |
michael@0 | 132 | narrow{ |
michael@0 | 133 | "K", |
michael@0 | 134 | "N", |
michael@0 | 135 | "T", |
michael@0 | 136 | "A", |
michael@0 | 137 | "A", |
michael@0 | 138 | "J", |
michael@0 | 139 | "S", |
michael@0 | 140 | } |
michael@0 | 141 | } |
michael@0 | 142 | } |
michael@0 | 143 | eras{ |
michael@0 | 144 | abbreviated{ |
michael@0 | 145 | "J.-C. ɲɛ", |
michael@0 | 146 | "ni J.-C.", |
michael@0 | 147 | } |
michael@0 | 148 | wide{ |
michael@0 | 149 | "jezu krisiti ɲɛ", |
michael@0 | 150 | "jezu krisiti minkɛ", |
michael@0 | 151 | } |
michael@0 | 152 | } |
michael@0 | 153 | monthNames{ |
michael@0 | 154 | format{ |
michael@0 | 155 | abbreviated{ |
michael@0 | 156 | "zan", |
michael@0 | 157 | "feb", |
michael@0 | 158 | "mar", |
michael@0 | 159 | "awi", |
michael@0 | 160 | "mɛ", |
michael@0 | 161 | "zuw", |
michael@0 | 162 | "zul", |
michael@0 | 163 | "uti", |
michael@0 | 164 | "sɛt", |
michael@0 | 165 | "ɔku", |
michael@0 | 166 | "now", |
michael@0 | 167 | "des", |
michael@0 | 168 | } |
michael@0 | 169 | wide{ |
michael@0 | 170 | "zanwuye", |
michael@0 | 171 | "feburuye", |
michael@0 | 172 | "marisi", |
michael@0 | 173 | "awirili", |
michael@0 | 174 | "mɛ", |
michael@0 | 175 | "zuwɛn", |
michael@0 | 176 | "zuluye", |
michael@0 | 177 | "uti", |
michael@0 | 178 | "sɛtanburu", |
michael@0 | 179 | "ɔkutɔburu", |
michael@0 | 180 | "nowanburu", |
michael@0 | 181 | "desanburu", |
michael@0 | 182 | } |
michael@0 | 183 | } |
michael@0 | 184 | stand-alone{ |
michael@0 | 185 | narrow{ |
michael@0 | 186 | "Z", |
michael@0 | 187 | "F", |
michael@0 | 188 | "M", |
michael@0 | 189 | "A", |
michael@0 | 190 | "M", |
michael@0 | 191 | "Z", |
michael@0 | 192 | "Z", |
michael@0 | 193 | "U", |
michael@0 | 194 | "S", |
michael@0 | 195 | "Ɔ", |
michael@0 | 196 | "N", |
michael@0 | 197 | "D", |
michael@0 | 198 | } |
michael@0 | 199 | } |
michael@0 | 200 | } |
michael@0 | 201 | quarters{ |
michael@0 | 202 | format{ |
michael@0 | 203 | abbreviated{ |
michael@0 | 204 | "KS1", |
michael@0 | 205 | "KS2", |
michael@0 | 206 | "KS3", |
michael@0 | 207 | "KS4", |
michael@0 | 208 | } |
michael@0 | 209 | wide{ |
michael@0 | 210 | "kalo saba fɔlɔ", |
michael@0 | 211 | "kalo saba filanan", |
michael@0 | 212 | "kalo saba sabanan", |
michael@0 | 213 | "kalo saba naaninan", |
michael@0 | 214 | } |
michael@0 | 215 | } |
michael@0 | 216 | } |
michael@0 | 217 | } |
michael@0 | 218 | } |
michael@0 | 219 | delimiters{ |
michael@0 | 220 | alternateQuotationEnd{"”"} |
michael@0 | 221 | alternateQuotationStart{"“"} |
michael@0 | 222 | quotationEnd{"»"} |
michael@0 | 223 | quotationStart{"«"} |
michael@0 | 224 | } |
michael@0 | 225 | fields{ |
michael@0 | 226 | day{ |
michael@0 | 227 | dn{"don"} |
michael@0 | 228 | relative{ |
michael@0 | 229 | "-1"{"kunu"} |
michael@0 | 230 | "0"{"bi"} |
michael@0 | 231 | "1"{"sini"} |
michael@0 | 232 | } |
michael@0 | 233 | } |
michael@0 | 234 | dayperiod{ |
michael@0 | 235 | dn{"sɔgɔma/tile/wula/su"} |
michael@0 | 236 | } |
michael@0 | 237 | era{ |
michael@0 | 238 | dn{"tile"} |
michael@0 | 239 | } |
michael@0 | 240 | hour{ |
michael@0 | 241 | dn{"lɛrɛ"} |
michael@0 | 242 | } |
michael@0 | 243 | minute{ |
michael@0 | 244 | dn{"miniti"} |
michael@0 | 245 | } |
michael@0 | 246 | month{ |
michael@0 | 247 | dn{"kalo"} |
michael@0 | 248 | } |
michael@0 | 249 | second{ |
michael@0 | 250 | dn{"sekondi"} |
michael@0 | 251 | } |
michael@0 | 252 | week{ |
michael@0 | 253 | dn{"dɔgɔkun"} |
michael@0 | 254 | } |
michael@0 | 255 | year{ |
michael@0 | 256 | dn{"san"} |
michael@0 | 257 | } |
michael@0 | 258 | zone{ |
michael@0 | 259 | dn{"sigikun tilena"} |
michael@0 | 260 | } |
michael@0 | 261 | } |
michael@0 | 262 | } |