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/nus.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/nus.xml |
michael@0 | 11 | */ |
michael@0 | 12 | nus{ |
michael@0 | 13 | ExemplarCharacters{ |
michael@0 | 14 | "[a ä {a\u0331} b c d e ë {e\u0331} ɛ {ɛ\u0308} {ɛ\u0331} {ɛ\u0331\u0308} f g" |
michael@0 | 15 | " ɣ h i ï {i\u0331} j k l m n ŋ o ö {o\u0331} ɔ {ɔ\u0308} {ɔ\u0331} p q r s t" |
michael@0 | 16 | " u v w x y z]" |
michael@0 | 17 | } |
michael@0 | 18 | 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 | 19 | LocaleScript{ |
michael@0 | 20 | "Latn", |
michael@0 | 21 | } |
michael@0 | 22 | NumberElements{ |
michael@0 | 23 | latn{ |
michael@0 | 24 | patterns{ |
michael@0 | 25 | accountingFormat{"¤#,##0.00;(¤#,##0.00)"} |
michael@0 | 26 | currencyFormat{"¤#,##0.00"} |
michael@0 | 27 | decimalFormat{"#,##0.###"} |
michael@0 | 28 | percentFormat{"#,##0%"} |
michael@0 | 29 | } |
michael@0 | 30 | symbols{ |
michael@0 | 31 | decimal{"."} |
michael@0 | 32 | group{","} |
michael@0 | 33 | } |
michael@0 | 34 | } |
michael@0 | 35 | } |
michael@0 | 36 | Version{"2.0.92.87"} |
michael@0 | 37 | calendar{ |
michael@0 | 38 | generic{ |
michael@0 | 39 | DateTimePatterns{ |
michael@0 | 40 | "zzzz h:mm:ss a", |
michael@0 | 41 | "z h:mm:ss a", |
michael@0 | 42 | "h:mm:ss a", |
michael@0 | 43 | "h:mm a", |
michael@0 | 44 | "EEEE d MMMM y G", |
michael@0 | 45 | "d MMMM y G", |
michael@0 | 46 | "d MMM y G", |
michael@0 | 47 | "d/MM/y GGGGG", |
michael@0 | 48 | "{1} {0}", |
michael@0 | 49 | "{1} {0}", |
michael@0 | 50 | "{1} {0}", |
michael@0 | 51 | "{1} {0}", |
michael@0 | 52 | "{1} {0}", |
michael@0 | 53 | } |
michael@0 | 54 | availableFormats{ |
michael@0 | 55 | Ed{"E d"} |
michael@0 | 56 | Hm{"HH:mm"} |
michael@0 | 57 | Hms{"HH:mm:ss"} |
michael@0 | 58 | M{"L"} |
michael@0 | 59 | MEd{"E، d-M"} |
michael@0 | 60 | MMM{"LLL"} |
michael@0 | 61 | MMMEd{"E d MMM"} |
michael@0 | 62 | MMMd{"d MMM"} |
michael@0 | 63 | Md{"d/M"} |
michael@0 | 64 | d{"d"} |
michael@0 | 65 | hm{"h:mm a"} |
michael@0 | 66 | hms{"h:mm:ss a"} |
michael@0 | 67 | ms{"m:ss"} |
michael@0 | 68 | y{"y"} |
michael@0 | 69 | yM{"M/y"} |
michael@0 | 70 | yMEd{"E، d/M/y"} |
michael@0 | 71 | yMMM{"MMM y"} |
michael@0 | 72 | yMMMEd{"E، d MMM y"} |
michael@0 | 73 | yMMMd{"d MMM y"} |
michael@0 | 74 | yMd{"d/M/y"} |
michael@0 | 75 | yQQQ{"QQQ y"} |
michael@0 | 76 | yQQQQ{"QQQQ y"} |
michael@0 | 77 | } |
michael@0 | 78 | } |
michael@0 | 79 | gregorian{ |
michael@0 | 80 | AmPmMarkers{ |
michael@0 | 81 | "RW", |
michael@0 | 82 | "TŊ", |
michael@0 | 83 | } |
michael@0 | 84 | DateTimePatterns{ |
michael@0 | 85 | "zzzz h:mm:ss a", |
michael@0 | 86 | "z h:mm:ss a", |
michael@0 | 87 | "h:mm:ss a", |
michael@0 | 88 | "h:mm a", |
michael@0 | 89 | "EEEE d MMMM y", |
michael@0 | 90 | "d MMMM y", |
michael@0 | 91 | "d MMM y", |
michael@0 | 92 | "d/MM/y", |
michael@0 | 93 | "{1} {0}", |
michael@0 | 94 | "{1} {0}", |
michael@0 | 95 | "{1} {0}", |
michael@0 | 96 | "{1} {0}", |
michael@0 | 97 | "{1} {0}", |
michael@0 | 98 | } |
michael@0 | 99 | availableFormats{ |
michael@0 | 100 | Ed{"E d"} |
michael@0 | 101 | Hm{"HH:mm"} |
michael@0 | 102 | Hms{"HH:mm:ss"} |
michael@0 | 103 | M{"L"} |
michael@0 | 104 | MEd{"E، d-M"} |
michael@0 | 105 | MMM{"LLL"} |
michael@0 | 106 | MMMEd{"E d MMM"} |
michael@0 | 107 | MMMd{"d MMM"} |
michael@0 | 108 | Md{"d/M"} |
michael@0 | 109 | d{"d"} |
michael@0 | 110 | hm{"h:mm a"} |
michael@0 | 111 | hms{"h:mm:ss a"} |
michael@0 | 112 | ms{"m:ss"} |
michael@0 | 113 | y{"y"} |
michael@0 | 114 | yM{"M/y"} |
michael@0 | 115 | yMEd{"E، d/M/y"} |
michael@0 | 116 | yMMM{"MMM y"} |
michael@0 | 117 | yMMMEd{"E، d MMM y"} |
michael@0 | 118 | yMMMd{"d MMM y"} |
michael@0 | 119 | yMd{"d/M/y"} |
michael@0 | 120 | yQQQ{"QQQ y"} |
michael@0 | 121 | yQQQQ{"QQQQ y"} |
michael@0 | 122 | } |
michael@0 | 123 | dayNames{ |
michael@0 | 124 | format{ |
michael@0 | 125 | abbreviated{ |
michael@0 | 126 | "Cäŋ", |
michael@0 | 127 | "Jiec", |
michael@0 | 128 | "Rɛw", |
michael@0 | 129 | "Diɔ̱k", |
michael@0 | 130 | "Ŋuaan", |
michael@0 | 131 | "Dhieec", |
michael@0 | 132 | "Bäkɛl", |
michael@0 | 133 | } |
michael@0 | 134 | wide{ |
michael@0 | 135 | "Cäŋ kuɔth", |
michael@0 | 136 | "Jiec la̱t", |
michael@0 | 137 | "Rɛw lätni", |
michael@0 | 138 | "Diɔ̱k lätni", |
michael@0 | 139 | "Ŋuaan lätni", |
michael@0 | 140 | "Dhieec lätni", |
michael@0 | 141 | "Bäkɛl lätni", |
michael@0 | 142 | } |
michael@0 | 143 | } |
michael@0 | 144 | stand-alone{ |
michael@0 | 145 | narrow{ |
michael@0 | 146 | "C", |
michael@0 | 147 | "J", |
michael@0 | 148 | "R", |
michael@0 | 149 | "D", |
michael@0 | 150 | "Ŋ", |
michael@0 | 151 | "D", |
michael@0 | 152 | "B", |
michael@0 | 153 | } |
michael@0 | 154 | } |
michael@0 | 155 | } |
michael@0 | 156 | eras{ |
michael@0 | 157 | abbreviated{ |
michael@0 | 158 | "AY", |
michael@0 | 159 | "ƐY", |
michael@0 | 160 | } |
michael@0 | 161 | wide{ |
michael@0 | 162 | "A ka̱n Yecu ni dap", |
michael@0 | 163 | "Ɛ ca Yecu dap", |
michael@0 | 164 | } |
michael@0 | 165 | } |
michael@0 | 166 | monthNames{ |
michael@0 | 167 | format{ |
michael@0 | 168 | abbreviated{ |
michael@0 | 169 | "Tiop", |
michael@0 | 170 | "Pɛt", |
michael@0 | 171 | "Duɔ̱ɔ̱", |
michael@0 | 172 | "Guak", |
michael@0 | 173 | "Duä", |
michael@0 | 174 | "Kor", |
michael@0 | 175 | "Pay", |
michael@0 | 176 | "Thoo", |
michael@0 | 177 | "Tɛɛ", |
michael@0 | 178 | "Laa", |
michael@0 | 179 | "Kur", |
michael@0 | 180 | "Tid", |
michael@0 | 181 | } |
michael@0 | 182 | wide{ |
michael@0 | 183 | "Tiop thar pɛt", |
michael@0 | 184 | "Pɛt", |
michael@0 | 185 | "Duɔ̱ɔ̱ŋ", |
michael@0 | 186 | "Guak", |
michael@0 | 187 | "Duät", |
michael@0 | 188 | "Kornyoot", |
michael@0 | 189 | "Pay yie̱tni", |
michael@0 | 190 | "Tho̱o̱r", |
michael@0 | 191 | "Tɛɛr", |
michael@0 | 192 | "Laath", |
michael@0 | 193 | "Kur", |
michael@0 | 194 | "Tio̱p in di̱i̱t", |
michael@0 | 195 | } |
michael@0 | 196 | } |
michael@0 | 197 | stand-alone{ |
michael@0 | 198 | narrow{ |
michael@0 | 199 | "T", |
michael@0 | 200 | "P", |
michael@0 | 201 | "D", |
michael@0 | 202 | "G", |
michael@0 | 203 | "D", |
michael@0 | 204 | "K", |
michael@0 | 205 | "P", |
michael@0 | 206 | "T", |
michael@0 | 207 | "T", |
michael@0 | 208 | "L", |
michael@0 | 209 | "K", |
michael@0 | 210 | "T", |
michael@0 | 211 | } |
michael@0 | 212 | } |
michael@0 | 213 | } |
michael@0 | 214 | quarters{ |
michael@0 | 215 | format{ |
michael@0 | 216 | abbreviated{ |
michael@0 | 217 | "P1", |
michael@0 | 218 | "P2", |
michael@0 | 219 | "P3", |
michael@0 | 220 | "P4", |
michael@0 | 221 | } |
michael@0 | 222 | wide{ |
michael@0 | 223 | "Päth diɔk tin nhiam", |
michael@0 | 224 | "Päth diɔk tin guurɛ", |
michael@0 | 225 | "Päth diɔk tin wä kɔɔriɛn", |
michael@0 | 226 | "Päth diɔk tin jiɔakdiɛn", |
michael@0 | 227 | } |
michael@0 | 228 | } |
michael@0 | 229 | } |
michael@0 | 230 | } |
michael@0 | 231 | } |
michael@0 | 232 | delimiters{ |
michael@0 | 233 | alternateQuotationEnd{"’"} |
michael@0 | 234 | alternateQuotationStart{"‘"} |
michael@0 | 235 | quotationEnd{"”"} |
michael@0 | 236 | quotationStart{"“"} |
michael@0 | 237 | } |
michael@0 | 238 | fields{ |
michael@0 | 239 | day{ |
michael@0 | 240 | dn{"Cäŋ"} |
michael@0 | 241 | relative{ |
michael@0 | 242 | "-1"{"Pan"} |
michael@0 | 243 | "0"{"Walɛ"} |
michael@0 | 244 | "1"{"Ruun"} |
michael@0 | 245 | } |
michael@0 | 246 | } |
michael@0 | 247 | era{ |
michael@0 | 248 | dn{"Gua̱a̱th Ruëc"} |
michael@0 | 249 | } |
michael@0 | 250 | hour{ |
michael@0 | 251 | dn{"Thaak"} |
michael@0 | 252 | } |
michael@0 | 253 | minute{ |
michael@0 | 254 | dn{"Minit"} |
michael@0 | 255 | } |
michael@0 | 256 | month{ |
michael@0 | 257 | dn{"Pay"} |
michael@0 | 258 | } |
michael@0 | 259 | second{ |
michael@0 | 260 | dn{"Thɛkɛni"} |
michael@0 | 261 | } |
michael@0 | 262 | week{ |
michael@0 | 263 | dn{"Jiɔk"} |
michael@0 | 264 | } |
michael@0 | 265 | weekday{ |
michael@0 | 266 | dn{"Ni̱n jokä"} |
michael@0 | 267 | } |
michael@0 | 268 | year{ |
michael@0 | 269 | dn{"Ruɔ̱n"} |
michael@0 | 270 | } |
michael@0 | 271 | } |
michael@0 | 272 | } |