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/kab.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/kab.xml |
michael@0 | 11 | */ |
michael@0 | 12 | kab{ |
michael@0 | 13 | AuxExemplarCharacters{"[o v]"} |
michael@0 | 14 | ExemplarCharacters{"[a b c č d ḍ e ɛ f g ǧ ɣ h ḥ i j k l m n p q r ṛ s ṣ t ṭ u w x y z ẓ]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B C Č D Ḍ E Ɛ F G Ǧ Ɣ H Ḥ I J K L M N P Q R Ṛ S Ṣ T Ṭ U W X 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 | currencyFormat{"#,##0.00¤"} |
michael@0 | 23 | } |
michael@0 | 24 | symbols{ |
michael@0 | 25 | decimal{","} |
michael@0 | 26 | group{" "} |
michael@0 | 27 | } |
michael@0 | 28 | } |
michael@0 | 29 | } |
michael@0 | 30 | Version{"2.0.92.87"} |
michael@0 | 31 | calendar{ |
michael@0 | 32 | generic{ |
michael@0 | 33 | DateTimePatterns{ |
michael@0 | 34 | "HH:mm:ss zzzz", |
michael@0 | 35 | "HH:mm:ss z", |
michael@0 | 36 | "HH:mm:ss", |
michael@0 | 37 | "HH:mm", |
michael@0 | 38 | "EEEE d MMMM y G", |
michael@0 | 39 | "d MMMM y G", |
michael@0 | 40 | "d MMM, y G", |
michael@0 | 41 | "d/M/y GGGGG", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | "{1} {0}", |
michael@0 | 45 | "{1} {0}", |
michael@0 | 46 | "{1} {0}", |
michael@0 | 47 | } |
michael@0 | 48 | availableFormats{ |
michael@0 | 49 | M{"M"} |
michael@0 | 50 | MMM{"MMM"} |
michael@0 | 51 | MMMEd{"E d MMM"} |
michael@0 | 52 | MMMMEd{"E d MMMM"} |
michael@0 | 53 | MMMMd{"d MMMM"} |
michael@0 | 54 | MMMd{"d MMM"} |
michael@0 | 55 | MMMdd{"dd MMM"} |
michael@0 | 56 | MMd{"d/MM"} |
michael@0 | 57 | MMdd{"dd/MM"} |
michael@0 | 58 | Md{"d/M"} |
michael@0 | 59 | ms{"m:ss"} |
michael@0 | 60 | y{"y"} |
michael@0 | 61 | yM{"M/y"} |
michael@0 | 62 | yMEd{"E d/M/y"} |
michael@0 | 63 | yMM{"MM/y"} |
michael@0 | 64 | yMMM{"MMM y"} |
michael@0 | 65 | yMMMEd{"E d MMM y"} |
michael@0 | 66 | yMMMM{"MMMM y"} |
michael@0 | 67 | yMMMd{"d MMM y"} |
michael@0 | 68 | yQQQ{"QQQ y"} |
michael@0 | 69 | yQQQQ{"QQQQ y"} |
michael@0 | 70 | } |
michael@0 | 71 | } |
michael@0 | 72 | gregorian{ |
michael@0 | 73 | AmPmMarkers{ |
michael@0 | 74 | "n tufat", |
michael@0 | 75 | "n tmeddit", |
michael@0 | 76 | } |
michael@0 | 77 | DateTimePatterns{ |
michael@0 | 78 | "HH:mm:ss zzzz", |
michael@0 | 79 | "HH:mm:ss z", |
michael@0 | 80 | "HH:mm:ss", |
michael@0 | 81 | "HH:mm", |
michael@0 | 82 | "EEEE d MMMM y", |
michael@0 | 83 | "d MMMM y", |
michael@0 | 84 | "d MMM, y", |
michael@0 | 85 | "d/M/y", |
michael@0 | 86 | "{1} {0}", |
michael@0 | 87 | "{1} {0}", |
michael@0 | 88 | "{1} {0}", |
michael@0 | 89 | "{1} {0}", |
michael@0 | 90 | "{1} {0}", |
michael@0 | 91 | } |
michael@0 | 92 | availableFormats{ |
michael@0 | 93 | M{"M"} |
michael@0 | 94 | MMM{"MMM"} |
michael@0 | 95 | MMMEd{"E d MMM"} |
michael@0 | 96 | MMMMEd{"E d MMMM"} |
michael@0 | 97 | MMMMd{"d MMMM"} |
michael@0 | 98 | MMMd{"d MMM"} |
michael@0 | 99 | MMMdd{"dd MMM"} |
michael@0 | 100 | MMd{"d/MM"} |
michael@0 | 101 | MMdd{"dd/MM"} |
michael@0 | 102 | Md{"d/M"} |
michael@0 | 103 | ms{"m:ss"} |
michael@0 | 104 | y{"y"} |
michael@0 | 105 | yM{"M/y"} |
michael@0 | 106 | yMEd{"E d/M/y"} |
michael@0 | 107 | yMM{"MM/y"} |
michael@0 | 108 | yMMM{"MMM y"} |
michael@0 | 109 | yMMMEd{"E d MMM y"} |
michael@0 | 110 | yMMMM{"MMMM y"} |
michael@0 | 111 | yMMMd{"d MMM y"} |
michael@0 | 112 | yQQQ{"QQQ y"} |
michael@0 | 113 | yQQQQ{"QQQQ y"} |
michael@0 | 114 | } |
michael@0 | 115 | dayNames{ |
michael@0 | 116 | format{ |
michael@0 | 117 | abbreviated{ |
michael@0 | 118 | "Yan", |
michael@0 | 119 | "San", |
michael@0 | 120 | "Kraḍ", |
michael@0 | 121 | "Kuẓ", |
michael@0 | 122 | "Sam", |
michael@0 | 123 | "Sḍis", |
michael@0 | 124 | "Say", |
michael@0 | 125 | } |
michael@0 | 126 | wide{ |
michael@0 | 127 | "Yanass", |
michael@0 | 128 | "Sanass", |
michael@0 | 129 | "Kraḍass", |
michael@0 | 130 | "Kuẓass", |
michael@0 | 131 | "Samass", |
michael@0 | 132 | "Sḍisass", |
michael@0 | 133 | "Sayass", |
michael@0 | 134 | } |
michael@0 | 135 | } |
michael@0 | 136 | stand-alone{ |
michael@0 | 137 | narrow{ |
michael@0 | 138 | "Y", |
michael@0 | 139 | "S", |
michael@0 | 140 | "K", |
michael@0 | 141 | "K", |
michael@0 | 142 | "S", |
michael@0 | 143 | "S", |
michael@0 | 144 | "S", |
michael@0 | 145 | } |
michael@0 | 146 | } |
michael@0 | 147 | } |
michael@0 | 148 | eras{ |
michael@0 | 149 | abbreviated{ |
michael@0 | 150 | "snd. T.Ɛ", |
michael@0 | 151 | "sld. T.Ɛ", |
michael@0 | 152 | } |
michael@0 | 153 | wide{ |
michael@0 | 154 | "send talalit n Ɛisa", |
michael@0 | 155 | "seld talalit n Ɛisa", |
michael@0 | 156 | } |
michael@0 | 157 | } |
michael@0 | 158 | monthNames{ |
michael@0 | 159 | format{ |
michael@0 | 160 | abbreviated{ |
michael@0 | 161 | "Yen", |
michael@0 | 162 | "Fur", |
michael@0 | 163 | "Meɣ", |
michael@0 | 164 | "Yeb", |
michael@0 | 165 | "May", |
michael@0 | 166 | "Yun", |
michael@0 | 167 | "Yul", |
michael@0 | 168 | "Ɣuc", |
michael@0 | 169 | "Cte", |
michael@0 | 170 | "Tub", |
michael@0 | 171 | "Nun", |
michael@0 | 172 | "Duǧ", |
michael@0 | 173 | } |
michael@0 | 174 | wide{ |
michael@0 | 175 | "Yennayer", |
michael@0 | 176 | "Fuṛar", |
michael@0 | 177 | "Meɣres", |
michael@0 | 178 | "Yebrir", |
michael@0 | 179 | "Mayyu", |
michael@0 | 180 | "Yunyu", |
michael@0 | 181 | "Yulyu", |
michael@0 | 182 | "Ɣuct", |
michael@0 | 183 | "Ctembeṛ", |
michael@0 | 184 | "Tubeṛ", |
michael@0 | 185 | "Nunembeṛ", |
michael@0 | 186 | "Duǧembeṛ", |
michael@0 | 187 | } |
michael@0 | 188 | } |
michael@0 | 189 | stand-alone{ |
michael@0 | 190 | narrow{ |
michael@0 | 191 | "Y", |
michael@0 | 192 | "F", |
michael@0 | 193 | "M", |
michael@0 | 194 | "Y", |
michael@0 | 195 | "M", |
michael@0 | 196 | "Y", |
michael@0 | 197 | "Y", |
michael@0 | 198 | "Ɣ", |
michael@0 | 199 | "C", |
michael@0 | 200 | "T", |
michael@0 | 201 | "N", |
michael@0 | 202 | "D", |
michael@0 | 203 | } |
michael@0 | 204 | } |
michael@0 | 205 | } |
michael@0 | 206 | quarters{ |
michael@0 | 207 | format{ |
michael@0 | 208 | abbreviated{ |
michael@0 | 209 | "Kḍg1", |
michael@0 | 210 | "Kḍg2", |
michael@0 | 211 | "Kḍg3", |
michael@0 | 212 | "Kḍg4", |
michael@0 | 213 | } |
michael@0 | 214 | wide{ |
michael@0 | 215 | "akraḍaggur amenzu", |
michael@0 | 216 | "akraḍaggur wis-sin", |
michael@0 | 217 | "akraḍaggur wis-kraḍ", |
michael@0 | 218 | "akraḍaggur wis-kuẓ", |
michael@0 | 219 | } |
michael@0 | 220 | } |
michael@0 | 221 | } |
michael@0 | 222 | } |
michael@0 | 223 | } |
michael@0 | 224 | delimiters{ |
michael@0 | 225 | alternateQuotationEnd{"”"} |
michael@0 | 226 | alternateQuotationStart{"“"} |
michael@0 | 227 | quotationEnd{"»"} |
michael@0 | 228 | quotationStart{"«"} |
michael@0 | 229 | } |
michael@0 | 230 | fields{ |
michael@0 | 231 | day{ |
michael@0 | 232 | dn{"Ass"} |
michael@0 | 233 | relative{ |
michael@0 | 234 | "-1"{"Iḍelli"} |
michael@0 | 235 | "0"{"Ass-a"} |
michael@0 | 236 | "1"{"Azekka"} |
michael@0 | 237 | } |
michael@0 | 238 | } |
michael@0 | 239 | dayperiod{ |
michael@0 | 240 | dn{"n tufat / n tmeddit"} |
michael@0 | 241 | } |
michael@0 | 242 | era{ |
michael@0 | 243 | dn{"Tallit"} |
michael@0 | 244 | } |
michael@0 | 245 | hour{ |
michael@0 | 246 | dn{"Tamert"} |
michael@0 | 247 | } |
michael@0 | 248 | minute{ |
michael@0 | 249 | dn{"Tamrect"} |
michael@0 | 250 | } |
michael@0 | 251 | month{ |
michael@0 | 252 | dn{"Aggur"} |
michael@0 | 253 | } |
michael@0 | 254 | second{ |
michael@0 | 255 | dn{"Tasint"} |
michael@0 | 256 | } |
michael@0 | 257 | week{ |
michael@0 | 258 | dn{"Ddurt"} |
michael@0 | 259 | } |
michael@0 | 260 | weekday{ |
michael@0 | 261 | dn{"Ussan n ddurt"} |
michael@0 | 262 | } |
michael@0 | 263 | year{ |
michael@0 | 264 | dn{"Aseggas"} |
michael@0 | 265 | } |
michael@0 | 266 | zone{ |
michael@0 | 267 | dn{"Aseglem asergan"} |
michael@0 | 268 | } |
michael@0 | 269 | } |
michael@0 | 270 | } |