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/mgh.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/mgh.xml |
michael@0 | 11 | */ |
michael@0 | 12 | mgh{ |
michael@0 | 13 | AuxExemplarCharacters{"[q 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 v 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 V 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 | symbols{ |
michael@0 | 22 | decimal{","} |
michael@0 | 23 | group{"."} |
michael@0 | 24 | } |
michael@0 | 25 | } |
michael@0 | 26 | } |
michael@0 | 27 | Version{"2.0.90.61"} |
michael@0 | 28 | calendar{ |
michael@0 | 29 | generic{ |
michael@0 | 30 | DateTimePatterns{ |
michael@0 | 31 | "h:mm:ss a zzzz", |
michael@0 | 32 | "h:mm:ss a z", |
michael@0 | 33 | "h:mm:ss a", |
michael@0 | 34 | "h:mm a", |
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 | "dd/MM/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 | Ed{"E d"} |
michael@0 | 47 | Hm{"HH:mm"} |
michael@0 | 48 | Hms{"HH:mm:ss"} |
michael@0 | 49 | M{"L"} |
michael@0 | 50 | MEd{"E, M/d"} |
michael@0 | 51 | MMM{"LLL"} |
michael@0 | 52 | MMMEd{"E, MMM d"} |
michael@0 | 53 | MMMd{"MMM d"} |
michael@0 | 54 | Md{"d/M"} |
michael@0 | 55 | d{"d"} |
michael@0 | 56 | hm{"h:mm a"} |
michael@0 | 57 | hms{"h:mm:ss a"} |
michael@0 | 58 | ms{"m:ss"} |
michael@0 | 59 | y{"y"} |
michael@0 | 60 | yM{"M/y"} |
michael@0 | 61 | yMEd{"E, M/d/y"} |
michael@0 | 62 | yMMM{"MMM y"} |
michael@0 | 63 | yMMMEd{"E, MMM d, y"} |
michael@0 | 64 | yMMMd{"MMM d, 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 | AmPmMarkers{ |
michael@0 | 72 | "wichishu", |
michael@0 | 73 | "mchochil'l", |
michael@0 | 74 | } |
michael@0 | 75 | DateTimePatterns{ |
michael@0 | 76 | "h:mm:ss a zzzz", |
michael@0 | 77 | "h:mm:ss a z", |
michael@0 | 78 | "h:mm:ss a", |
michael@0 | 79 | "h:mm a", |
michael@0 | 80 | "EEEE, d MMMM y", |
michael@0 | 81 | "d MMMM y", |
michael@0 | 82 | "d MMM y", |
michael@0 | 83 | "dd/MM/y", |
michael@0 | 84 | "{1} {0}", |
michael@0 | 85 | "{1} {0}", |
michael@0 | 86 | "{1} {0}", |
michael@0 | 87 | "{1} {0}", |
michael@0 | 88 | "{1} {0}", |
michael@0 | 89 | } |
michael@0 | 90 | availableFormats{ |
michael@0 | 91 | Ed{"E d"} |
michael@0 | 92 | Hm{"HH:mm"} |
michael@0 | 93 | Hms{"HH:mm:ss"} |
michael@0 | 94 | M{"L"} |
michael@0 | 95 | MEd{"E, M/d"} |
michael@0 | 96 | MMM{"LLL"} |
michael@0 | 97 | MMMEd{"E, MMM d"} |
michael@0 | 98 | MMMd{"MMM d"} |
michael@0 | 99 | Md{"d/M"} |
michael@0 | 100 | d{"d"} |
michael@0 | 101 | hm{"h:mm a"} |
michael@0 | 102 | hms{"h:mm:ss a"} |
michael@0 | 103 | ms{"m:ss"} |
michael@0 | 104 | y{"y"} |
michael@0 | 105 | yM{"M/y"} |
michael@0 | 106 | yMEd{"E, M/d/y"} |
michael@0 | 107 | yMMM{"MMM y"} |
michael@0 | 108 | yMMMEd{"E, MMM d, y"} |
michael@0 | 109 | yMMMd{"MMM d, y"} |
michael@0 | 110 | yMd{"d/M/y"} |
michael@0 | 111 | yQQQ{"QQQ y"} |
michael@0 | 112 | yQQQQ{"QQQQ y"} |
michael@0 | 113 | } |
michael@0 | 114 | dayNames{ |
michael@0 | 115 | format{ |
michael@0 | 116 | abbreviated{ |
michael@0 | 117 | "Sab", |
michael@0 | 118 | "Jtt", |
michael@0 | 119 | "Jnn", |
michael@0 | 120 | "Jtn", |
michael@0 | 121 | "Ara", |
michael@0 | 122 | "Iju", |
michael@0 | 123 | "Jmo", |
michael@0 | 124 | } |
michael@0 | 125 | wide{ |
michael@0 | 126 | "Sabato", |
michael@0 | 127 | "Jumatatu", |
michael@0 | 128 | "Jumanne", |
michael@0 | 129 | "Jumatano", |
michael@0 | 130 | "Arahamisi", |
michael@0 | 131 | "Ijumaa", |
michael@0 | 132 | "Jumamosi", |
michael@0 | 133 | } |
michael@0 | 134 | } |
michael@0 | 135 | stand-alone{ |
michael@0 | 136 | narrow{ |
michael@0 | 137 | "S", |
michael@0 | 138 | "J", |
michael@0 | 139 | "J", |
michael@0 | 140 | "J", |
michael@0 | 141 | "A", |
michael@0 | 142 | "I", |
michael@0 | 143 | "J", |
michael@0 | 144 | } |
michael@0 | 145 | } |
michael@0 | 146 | } |
michael@0 | 147 | eras{ |
michael@0 | 148 | abbreviated{ |
michael@0 | 149 | "HY", |
michael@0 | 150 | "YY", |
michael@0 | 151 | } |
michael@0 | 152 | wide{ |
michael@0 | 153 | "Hinapiya yesu", |
michael@0 | 154 | "Yopia yesu", |
michael@0 | 155 | } |
michael@0 | 156 | } |
michael@0 | 157 | monthNames{ |
michael@0 | 158 | format{ |
michael@0 | 159 | abbreviated{ |
michael@0 | 160 | "Kwa", |
michael@0 | 161 | "Una", |
michael@0 | 162 | "Rar", |
michael@0 | 163 | "Che", |
michael@0 | 164 | "Tha", |
michael@0 | 165 | "Moc", |
michael@0 | 166 | "Sab", |
michael@0 | 167 | "Nan", |
michael@0 | 168 | "Tis", |
michael@0 | 169 | "Kum", |
michael@0 | 170 | "Moj", |
michael@0 | 171 | "Yel", |
michael@0 | 172 | } |
michael@0 | 173 | wide{ |
michael@0 | 174 | "Mweri wo kwanza", |
michael@0 | 175 | "Mweri wo unayeli", |
michael@0 | 176 | "Mweri wo uneraru", |
michael@0 | 177 | "Mweri wo unecheshe", |
michael@0 | 178 | "Mweri wo unethanu", |
michael@0 | 179 | "Mweri wo thanu na mocha", |
michael@0 | 180 | "Mweri wo saba", |
michael@0 | 181 | "Mweri wo nane", |
michael@0 | 182 | "Mweri wo tisa", |
michael@0 | 183 | "Mweri wo kumi", |
michael@0 | 184 | "Mweri wo kumi na moja", |
michael@0 | 185 | "Mweri wo kumi na yel'li", |
michael@0 | 186 | } |
michael@0 | 187 | } |
michael@0 | 188 | stand-alone{ |
michael@0 | 189 | narrow{ |
michael@0 | 190 | "K", |
michael@0 | 191 | "U", |
michael@0 | 192 | "R", |
michael@0 | 193 | "C", |
michael@0 | 194 | "T", |
michael@0 | 195 | "M", |
michael@0 | 196 | "S", |
michael@0 | 197 | "N", |
michael@0 | 198 | "T", |
michael@0 | 199 | "K", |
michael@0 | 200 | "M", |
michael@0 | 201 | "Y", |
michael@0 | 202 | } |
michael@0 | 203 | } |
michael@0 | 204 | } |
michael@0 | 205 | } |
michael@0 | 206 | } |
michael@0 | 207 | fields{ |
michael@0 | 208 | day{ |
michael@0 | 209 | dn{"nihuku"} |
michael@0 | 210 | relative{ |
michael@0 | 211 | "-1"{"n'chana"} |
michael@0 | 212 | "0"{"lel'lo"} |
michael@0 | 213 | "1"{"me'llo"} |
michael@0 | 214 | } |
michael@0 | 215 | } |
michael@0 | 216 | era{ |
michael@0 | 217 | dn{"kal'lai"} |
michael@0 | 218 | } |
michael@0 | 219 | hour{ |
michael@0 | 220 | dn{"isaa"} |
michael@0 | 221 | } |
michael@0 | 222 | minute{ |
michael@0 | 223 | dn{"idakika"} |
michael@0 | 224 | } |
michael@0 | 225 | month{ |
michael@0 | 226 | dn{"mweri"} |
michael@0 | 227 | } |
michael@0 | 228 | second{ |
michael@0 | 229 | dn{"isekunde"} |
michael@0 | 230 | } |
michael@0 | 231 | week{ |
michael@0 | 232 | dn{"iwiki mocha"} |
michael@0 | 233 | } |
michael@0 | 234 | weekday{ |
michael@0 | 235 | dn{"nihuku no mwisho wa wiki"} |
michael@0 | 236 | } |
michael@0 | 237 | year{ |
michael@0 | 238 | dn{"yaka"} |
michael@0 | 239 | } |
michael@0 | 240 | } |
michael@0 | 241 | } |