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/lag.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/lag.xml |
michael@0 | 11 | */ |
michael@0 | 12 | lag{ |
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 | Version{"2.0.92.75"} |
michael@0 | 19 | calendar{ |
michael@0 | 20 | generic{ |
michael@0 | 21 | DateTimePatterns{ |
michael@0 | 22 | "h:mm:ss a zzzz", |
michael@0 | 23 | "h:mm:ss a z", |
michael@0 | 24 | "h:mm:ss a", |
michael@0 | 25 | "h:mm a", |
michael@0 | 26 | "EEEE, d MMMM y G", |
michael@0 | 27 | "d MMMM y G", |
michael@0 | 28 | "d MMM y G", |
michael@0 | 29 | "dd/MM/y GGGGG", |
michael@0 | 30 | "{1} {0}", |
michael@0 | 31 | "{1} {0}", |
michael@0 | 32 | "{1} {0}", |
michael@0 | 33 | "{1} {0}", |
michael@0 | 34 | "{1} {0}", |
michael@0 | 35 | } |
michael@0 | 36 | availableFormats{ |
michael@0 | 37 | Hm{"HH:mm"} |
michael@0 | 38 | Hms{"HH:mm:ss"} |
michael@0 | 39 | M{"L"} |
michael@0 | 40 | MEd{"E, M/d"} |
michael@0 | 41 | MMM{"LLL"} |
michael@0 | 42 | MMMEd{"E, MMM d"} |
michael@0 | 43 | MMMMEd{"E, MMMM d"} |
michael@0 | 44 | MMMMd{"MMMM d"} |
michael@0 | 45 | MMMd{"MMM d"} |
michael@0 | 46 | Md{"M/d"} |
michael@0 | 47 | d{"d"} |
michael@0 | 48 | hm{"h:mm a"} |
michael@0 | 49 | ms{"mm:ss"} |
michael@0 | 50 | y{"y"} |
michael@0 | 51 | yM{"M/y"} |
michael@0 | 52 | yMEd{"E, M/d/y"} |
michael@0 | 53 | yMMM{"MMM y"} |
michael@0 | 54 | yMMMEd{"E, MMM d, y"} |
michael@0 | 55 | yMMMM{"MMMM y"} |
michael@0 | 56 | yQQQ{"QQQ y"} |
michael@0 | 57 | yQQQQ{"QQQQ y"} |
michael@0 | 58 | } |
michael@0 | 59 | } |
michael@0 | 60 | gregorian{ |
michael@0 | 61 | AmPmMarkers{ |
michael@0 | 62 | "TOO", |
michael@0 | 63 | "MUU", |
michael@0 | 64 | } |
michael@0 | 65 | DateTimePatterns{ |
michael@0 | 66 | "h:mm:ss a zzzz", |
michael@0 | 67 | "h:mm:ss a z", |
michael@0 | 68 | "h:mm:ss a", |
michael@0 | 69 | "h:mm a", |
michael@0 | 70 | "EEEE, d MMMM y", |
michael@0 | 71 | "d MMMM y", |
michael@0 | 72 | "d MMM y", |
michael@0 | 73 | "dd/MM/y", |
michael@0 | 74 | "{1} {0}", |
michael@0 | 75 | "{1} {0}", |
michael@0 | 76 | "{1} {0}", |
michael@0 | 77 | "{1} {0}", |
michael@0 | 78 | "{1} {0}", |
michael@0 | 79 | } |
michael@0 | 80 | availableFormats{ |
michael@0 | 81 | Hm{"HH:mm"} |
michael@0 | 82 | Hms{"HH:mm:ss"} |
michael@0 | 83 | M{"L"} |
michael@0 | 84 | MEd{"E, M/d"} |
michael@0 | 85 | MMM{"LLL"} |
michael@0 | 86 | MMMEd{"E, MMM d"} |
michael@0 | 87 | MMMMEd{"E, MMMM d"} |
michael@0 | 88 | MMMMd{"MMMM d"} |
michael@0 | 89 | MMMd{"MMM d"} |
michael@0 | 90 | Md{"M/d"} |
michael@0 | 91 | d{"d"} |
michael@0 | 92 | hm{"h:mm a"} |
michael@0 | 93 | ms{"mm:ss"} |
michael@0 | 94 | y{"y"} |
michael@0 | 95 | yM{"M/y"} |
michael@0 | 96 | yMEd{"E, M/d/y"} |
michael@0 | 97 | yMMM{"MMM y"} |
michael@0 | 98 | yMMMEd{"E, MMM d, y"} |
michael@0 | 99 | yMMMM{"MMMM y"} |
michael@0 | 100 | yQQQ{"QQQ y"} |
michael@0 | 101 | yQQQQ{"QQQQ y"} |
michael@0 | 102 | } |
michael@0 | 103 | dayNames{ |
michael@0 | 104 | format{ |
michael@0 | 105 | abbreviated{ |
michael@0 | 106 | "Píili", |
michael@0 | 107 | "Táatu", |
michael@0 | 108 | "Íne", |
michael@0 | 109 | "Táano", |
michael@0 | 110 | "Alh", |
michael@0 | 111 | "Ijm", |
michael@0 | 112 | "Móosi", |
michael@0 | 113 | } |
michael@0 | 114 | wide{ |
michael@0 | 115 | "Jumapíiri", |
michael@0 | 116 | "Jumatátu", |
michael@0 | 117 | "Jumaíne", |
michael@0 | 118 | "Jumatáano", |
michael@0 | 119 | "Alamíisi", |
michael@0 | 120 | "Ijumáa", |
michael@0 | 121 | "Jumamóosi", |
michael@0 | 122 | } |
michael@0 | 123 | } |
michael@0 | 124 | stand-alone{ |
michael@0 | 125 | narrow{ |
michael@0 | 126 | "P", |
michael@0 | 127 | "T", |
michael@0 | 128 | "E", |
michael@0 | 129 | "O", |
michael@0 | 130 | "A", |
michael@0 | 131 | "I", |
michael@0 | 132 | "M", |
michael@0 | 133 | } |
michael@0 | 134 | } |
michael@0 | 135 | } |
michael@0 | 136 | eras{ |
michael@0 | 137 | abbreviated{ |
michael@0 | 138 | "KSA", |
michael@0 | 139 | "KA", |
michael@0 | 140 | } |
michael@0 | 141 | wide{ |
michael@0 | 142 | "Kɨrɨsitʉ sɨ anavyaal", |
michael@0 | 143 | "Kɨrɨsitʉ akavyaalwe", |
michael@0 | 144 | } |
michael@0 | 145 | } |
michael@0 | 146 | monthNames{ |
michael@0 | 147 | format{ |
michael@0 | 148 | abbreviated{ |
michael@0 | 149 | "Fúngatɨ", |
michael@0 | 150 | "Naanɨ", |
michael@0 | 151 | "Keenda", |
michael@0 | 152 | "Ikúmi", |
michael@0 | 153 | "Inyambala", |
michael@0 | 154 | "Idwaata", |
michael@0 | 155 | "Mʉʉnchɨ", |
michael@0 | 156 | "Vɨɨrɨ", |
michael@0 | 157 | "Saatʉ", |
michael@0 | 158 | "Inyi", |
michael@0 | 159 | "Saano", |
michael@0 | 160 | "Sasatʉ", |
michael@0 | 161 | } |
michael@0 | 162 | wide{ |
michael@0 | 163 | "Kʉfúngatɨ", |
michael@0 | 164 | "Kʉnaanɨ", |
michael@0 | 165 | "Kʉkeenda", |
michael@0 | 166 | "Kwiikumi", |
michael@0 | 167 | "Kwiinyambála", |
michael@0 | 168 | "Kwiidwaata", |
michael@0 | 169 | "Kʉmʉʉnchɨ", |
michael@0 | 170 | "Kʉvɨɨrɨ", |
michael@0 | 171 | "Kʉsaatʉ", |
michael@0 | 172 | "Kwiinyi", |
michael@0 | 173 | "Kʉsaano", |
michael@0 | 174 | "Kʉsasatʉ", |
michael@0 | 175 | } |
michael@0 | 176 | } |
michael@0 | 177 | stand-alone{ |
michael@0 | 178 | narrow{ |
michael@0 | 179 | "F", |
michael@0 | 180 | "N", |
michael@0 | 181 | "K", |
michael@0 | 182 | "I", |
michael@0 | 183 | "I", |
michael@0 | 184 | "I", |
michael@0 | 185 | "M", |
michael@0 | 186 | "V", |
michael@0 | 187 | "S", |
michael@0 | 188 | "I", |
michael@0 | 189 | "S", |
michael@0 | 190 | "S", |
michael@0 | 191 | } |
michael@0 | 192 | } |
michael@0 | 193 | } |
michael@0 | 194 | quarters{ |
michael@0 | 195 | format{ |
michael@0 | 196 | abbreviated{ |
michael@0 | 197 | "Ncho 1", |
michael@0 | 198 | "Ncho 2", |
michael@0 | 199 | "Ncho 3", |
michael@0 | 200 | "Ncho 4", |
michael@0 | 201 | } |
michael@0 | 202 | wide{ |
michael@0 | 203 | "Ncholo ya 1", |
michael@0 | 204 | "Ncholo ya 2", |
michael@0 | 205 | "Ncholo ya 3", |
michael@0 | 206 | "Ncholo ya 4", |
michael@0 | 207 | } |
michael@0 | 208 | } |
michael@0 | 209 | } |
michael@0 | 210 | } |
michael@0 | 211 | } |
michael@0 | 212 | delimiters{ |
michael@0 | 213 | alternateQuotationEnd{"’"} |
michael@0 | 214 | alternateQuotationStart{"’"} |
michael@0 | 215 | quotationEnd{"”"} |
michael@0 | 216 | quotationStart{"”"} |
michael@0 | 217 | } |
michael@0 | 218 | fields{ |
michael@0 | 219 | day{ |
michael@0 | 220 | dn{"Sikʉ"} |
michael@0 | 221 | relative{ |
michael@0 | 222 | "-1"{"Niijo"} |
michael@0 | 223 | "0"{"Isikʉ"} |
michael@0 | 224 | "1"{"Lamʉtoondo"} |
michael@0 | 225 | } |
michael@0 | 226 | } |
michael@0 | 227 | dayperiod{ |
michael@0 | 228 | dn{"Mpɨɨndɨ ja sikʉ"} |
michael@0 | 229 | } |
michael@0 | 230 | era{ |
michael@0 | 231 | dn{"Mpɨɨndɨ"} |
michael@0 | 232 | } |
michael@0 | 233 | hour{ |
michael@0 | 234 | dn{"Sáa"} |
michael@0 | 235 | } |
michael@0 | 236 | minute{ |
michael@0 | 237 | dn{"Dakíka"} |
michael@0 | 238 | } |
michael@0 | 239 | month{ |
michael@0 | 240 | dn{"Mweéri"} |
michael@0 | 241 | } |
michael@0 | 242 | second{ |
michael@0 | 243 | dn{"Sekúunde"} |
michael@0 | 244 | } |
michael@0 | 245 | week{ |
michael@0 | 246 | dn{"Wíiki"} |
michael@0 | 247 | } |
michael@0 | 248 | weekday{ |
michael@0 | 249 | dn{"Sikʉ ya júma"} |
michael@0 | 250 | } |
michael@0 | 251 | year{ |
michael@0 | 252 | dn{"Mwaáka"} |
michael@0 | 253 | } |
michael@0 | 254 | zone{ |
michael@0 | 255 | dn{"Mpɨɨndɨ ja mɨɨtʉ"} |
michael@0 | 256 | } |
michael@0 | 257 | } |
michael@0 | 258 | } |