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/luy.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/luy.xml |
michael@0 | 11 | */ |
michael@0 | 12 | luy{ |
michael@0 | 13 | ExemplarCharacters{"[a b c d e f g h i j k l m n o p q r s t u v w x y z]"} |
michael@0 | 14 | ExemplarCharactersIndex{"[A B C D E F G H I J K L M N O P Q R S T U V W X Y Z]"} |
michael@0 | 15 | LocaleScript{ |
michael@0 | 16 | "Latn", |
michael@0 | 17 | } |
michael@0 | 18 | NumberElements{ |
michael@0 | 19 | latn{ |
michael@0 | 20 | patterns{ |
michael@0 | 21 | currencyFormat{"¤#,##0.00;¤- #,##0.00"} |
michael@0 | 22 | } |
michael@0 | 23 | } |
michael@0 | 24 | } |
michael@0 | 25 | Version{"2.0.92.87"} |
michael@0 | 26 | calendar{ |
michael@0 | 27 | generic{ |
michael@0 | 28 | DateTimePatterns{ |
michael@0 | 29 | "h:mm:ss a zzzz", |
michael@0 | 30 | "h:mm:ss a z", |
michael@0 | 31 | "h:mm:ss a", |
michael@0 | 32 | "h:mm a", |
michael@0 | 33 | "EEEE, d MMMM y G", |
michael@0 | 34 | "d MMMM y G", |
michael@0 | 35 | "d MMM y G", |
michael@0 | 36 | "dd/MM/y GGGGG", |
michael@0 | 37 | "{1} {0}", |
michael@0 | 38 | "{1} {0}", |
michael@0 | 39 | "{1} {0}", |
michael@0 | 40 | "{1} {0}", |
michael@0 | 41 | "{1} {0}", |
michael@0 | 42 | } |
michael@0 | 43 | availableFormats{ |
michael@0 | 44 | Hm{"HH:mm"} |
michael@0 | 45 | Hms{"HH:mm:ss"} |
michael@0 | 46 | M{"L"} |
michael@0 | 47 | MEd{"E, M/d"} |
michael@0 | 48 | MMM{"LLL"} |
michael@0 | 49 | MMMEd{"E, MMM d"} |
michael@0 | 50 | MMMMEd{"E, MMMM d"} |
michael@0 | 51 | MMMMd{"MMMM d"} |
michael@0 | 52 | MMMd{"MMM d"} |
michael@0 | 53 | Md{"M/d"} |
michael@0 | 54 | d{"d"} |
michael@0 | 55 | hm{"h:mm a"} |
michael@0 | 56 | ms{"mm:ss"} |
michael@0 | 57 | y{"y"} |
michael@0 | 58 | yM{"M/y"} |
michael@0 | 59 | yMEd{"E, M/d/y"} |
michael@0 | 60 | yMMM{"MMM y"} |
michael@0 | 61 | yMMMEd{"E, MMM d, y"} |
michael@0 | 62 | yMMMM{"MMMM y"} |
michael@0 | 63 | yQQQ{"QQQ y"} |
michael@0 | 64 | yQQQQ{"QQQQ y"} |
michael@0 | 65 | } |
michael@0 | 66 | } |
michael@0 | 67 | gregorian{ |
michael@0 | 68 | AmPmMarkers{ |
michael@0 | 69 | "a.m.", |
michael@0 | 70 | "p.m.", |
michael@0 | 71 | } |
michael@0 | 72 | DateTimePatterns{ |
michael@0 | 73 | "h:mm:ss a zzzz", |
michael@0 | 74 | "h:mm:ss a z", |
michael@0 | 75 | "h:mm:ss a", |
michael@0 | 76 | "h:mm a", |
michael@0 | 77 | "EEEE, d MMMM y", |
michael@0 | 78 | "d MMMM y", |
michael@0 | 79 | "d MMM y", |
michael@0 | 80 | "dd/MM/y", |
michael@0 | 81 | "{1} {0}", |
michael@0 | 82 | "{1} {0}", |
michael@0 | 83 | "{1} {0}", |
michael@0 | 84 | "{1} {0}", |
michael@0 | 85 | "{1} {0}", |
michael@0 | 86 | } |
michael@0 | 87 | availableFormats{ |
michael@0 | 88 | Hm{"HH:mm"} |
michael@0 | 89 | Hms{"HH:mm:ss"} |
michael@0 | 90 | M{"L"} |
michael@0 | 91 | MEd{"E, M/d"} |
michael@0 | 92 | MMM{"LLL"} |
michael@0 | 93 | MMMEd{"E, MMM d"} |
michael@0 | 94 | MMMMEd{"E, MMMM d"} |
michael@0 | 95 | MMMMd{"MMMM d"} |
michael@0 | 96 | MMMd{"MMM d"} |
michael@0 | 97 | Md{"M/d"} |
michael@0 | 98 | d{"d"} |
michael@0 | 99 | hm{"h:mm a"} |
michael@0 | 100 | ms{"mm:ss"} |
michael@0 | 101 | y{"y"} |
michael@0 | 102 | yM{"M/y"} |
michael@0 | 103 | yMEd{"E, M/d/y"} |
michael@0 | 104 | yMMM{"MMM y"} |
michael@0 | 105 | yMMMEd{"E, MMM d, y"} |
michael@0 | 106 | yMMMM{"MMMM 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 | "J2", |
michael@0 | 114 | "J3", |
michael@0 | 115 | "J4", |
michael@0 | 116 | "J5", |
michael@0 | 117 | "Al", |
michael@0 | 118 | "Ij", |
michael@0 | 119 | "J1", |
michael@0 | 120 | } |
michael@0 | 121 | wide{ |
michael@0 | 122 | "Jumapiri", |
michael@0 | 123 | "Jumatatu", |
michael@0 | 124 | "Jumanne", |
michael@0 | 125 | "Jumatano", |
michael@0 | 126 | "Murwa wa Kanne", |
michael@0 | 127 | "Murwa wa Katano", |
michael@0 | 128 | "Jumamosi", |
michael@0 | 129 | } |
michael@0 | 130 | } |
michael@0 | 131 | stand-alone{ |
michael@0 | 132 | narrow{ |
michael@0 | 133 | "S", |
michael@0 | 134 | "M", |
michael@0 | 135 | "T", |
michael@0 | 136 | "W", |
michael@0 | 137 | "T", |
michael@0 | 138 | "F", |
michael@0 | 139 | "S", |
michael@0 | 140 | } |
michael@0 | 141 | } |
michael@0 | 142 | } |
michael@0 | 143 | eras{ |
michael@0 | 144 | abbreviated{ |
michael@0 | 145 | "BC", |
michael@0 | 146 | "AD", |
michael@0 | 147 | } |
michael@0 | 148 | wide{ |
michael@0 | 149 | "Imberi ya Kuuza Kwa", |
michael@0 | 150 | "Muhiga Kuvita Kuuza", |
michael@0 | 151 | } |
michael@0 | 152 | } |
michael@0 | 153 | monthNames{ |
michael@0 | 154 | format{ |
michael@0 | 155 | abbreviated{ |
michael@0 | 156 | "Jan", |
michael@0 | 157 | "Feb", |
michael@0 | 158 | "Mar", |
michael@0 | 159 | "Apr", |
michael@0 | 160 | "Mei", |
michael@0 | 161 | "Jun", |
michael@0 | 162 | "Jul", |
michael@0 | 163 | "Ago", |
michael@0 | 164 | "Sep", |
michael@0 | 165 | "Okt", |
michael@0 | 166 | "Nov", |
michael@0 | 167 | "Des", |
michael@0 | 168 | } |
michael@0 | 169 | wide{ |
michael@0 | 170 | "Januari", |
michael@0 | 171 | "Februari", |
michael@0 | 172 | "Machi", |
michael@0 | 173 | "Aprili", |
michael@0 | 174 | "Mei", |
michael@0 | 175 | "Juni", |
michael@0 | 176 | "Julai", |
michael@0 | 177 | "Agosti", |
michael@0 | 178 | "Septemba", |
michael@0 | 179 | "Oktoba", |
michael@0 | 180 | "Novemba", |
michael@0 | 181 | "Desemba", |
michael@0 | 182 | } |
michael@0 | 183 | } |
michael@0 | 184 | stand-alone{ |
michael@0 | 185 | narrow{ |
michael@0 | 186 | "J", |
michael@0 | 187 | "F", |
michael@0 | 188 | "M", |
michael@0 | 189 | "A", |
michael@0 | 190 | "M", |
michael@0 | 191 | "J", |
michael@0 | 192 | "J", |
michael@0 | 193 | "A", |
michael@0 | 194 | "S", |
michael@0 | 195 | "O", |
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 | "Q1", |
michael@0 | 205 | "Q2", |
michael@0 | 206 | "Q3", |
michael@0 | 207 | "Q4", |
michael@0 | 208 | } |
michael@0 | 209 | wide{ |
michael@0 | 210 | "Robo ya Kala", |
michael@0 | 211 | "Robo ya Kaviri", |
michael@0 | 212 | "Robo ya Kavaga", |
michael@0 | 213 | "Robo ya Kanne", |
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{"Ridiku"} |
michael@0 | 228 | relative{ |
michael@0 | 229 | "-1"{"Mgorova"} |
michael@0 | 230 | "0"{"Lero"} |
michael@0 | 231 | "1"{"Mgamba"} |
michael@0 | 232 | } |
michael@0 | 233 | } |
michael@0 | 234 | dayperiod{ |
michael@0 | 235 | dn{"Vuche/Vwira"} |
michael@0 | 236 | } |
michael@0 | 237 | era{ |
michael@0 | 238 | dn{"Rimenya"} |
michael@0 | 239 | } |
michael@0 | 240 | hour{ |
michael@0 | 241 | dn{"Isaa"} |
michael@0 | 242 | } |
michael@0 | 243 | minute{ |
michael@0 | 244 | dn{"Idagika"} |
michael@0 | 245 | } |
michael@0 | 246 | month{ |
michael@0 | 247 | dn{"Mweri"} |
michael@0 | 248 | } |
michael@0 | 249 | second{ |
michael@0 | 250 | dn{"Sekunde"} |
michael@0 | 251 | } |
michael@0 | 252 | week{ |
michael@0 | 253 | dn{"Risiza"} |
michael@0 | 254 | } |
michael@0 | 255 | weekday{ |
michael@0 | 256 | dn{"Mrisiza"} |
michael@0 | 257 | } |
michael@0 | 258 | year{ |
michael@0 | 259 | dn{"Muhiga"} |
michael@0 | 260 | } |
michael@0 | 261 | zone{ |
michael@0 | 262 | dn{"Havundu"} |
michael@0 | 263 | } |
michael@0 | 264 | } |
michael@0 | 265 | measurementSystemNames{ |
michael@0 | 266 | metric{"Metric"} |
michael@0 | 267 | } |
michael@0 | 268 | } |