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/mg.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/mg.xml |
michael@0 | 11 | */ |
michael@0 | 12 | mg{ |
michael@0 | 13 | AuxExemplarCharacters{"[c q u w x]"} |
michael@0 | 14 | ExemplarCharacters{"[a à â b d e é è ê ë f g h i ì î ï j k l m n ñ o ô p r s t v y z]"} |
michael@0 | 15 | ExemplarCharactersIndex{"[A B D E F G H I J K L M N O P R S T V 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 | } |
michael@0 | 25 | } |
michael@0 | 26 | Version{"2.0.92.87"} |
michael@0 | 27 | calendar{ |
michael@0 | 28 | generic{ |
michael@0 | 29 | DateTimePatterns{ |
michael@0 | 30 | "HH:mm:ss zzzz", |
michael@0 | 31 | "HH:mm:ss z", |
michael@0 | 32 | "HH:mm:ss", |
michael@0 | 33 | "HH:mm", |
michael@0 | 34 | "EEEE d MMMM y G", |
michael@0 | 35 | "d MMMM y G", |
michael@0 | 36 | "d MMM, y G", |
michael@0 | 37 | "d/M/y GGGGG", |
michael@0 | 38 | "{1} {0}", |
michael@0 | 39 | "{1} {0}", |
michael@0 | 40 | "{1} {0}", |
michael@0 | 41 | "{1} {0}", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | } |
michael@0 | 44 | availableFormats{ |
michael@0 | 45 | M{"M"} |
michael@0 | 46 | MEd{"E d/M"} |
michael@0 | 47 | MMM{"MMM"} |
michael@0 | 48 | MMMEd{"E d MMM"} |
michael@0 | 49 | MMMMEd{"E d MMMM"} |
michael@0 | 50 | MMMMd{"d MMMM"} |
michael@0 | 51 | MMMd{"d MMM"} |
michael@0 | 52 | MMMdd{"dd MMM"} |
michael@0 | 53 | MMd{"d/MM"} |
michael@0 | 54 | MMdd{"dd/MM"} |
michael@0 | 55 | Md{"d/M"} |
michael@0 | 56 | ms{"m:ss"} |
michael@0 | 57 | y{"y"} |
michael@0 | 58 | yM{"M/y"} |
michael@0 | 59 | yMEd{"E d/M/y"} |
michael@0 | 60 | yMM{"MM/y"} |
michael@0 | 61 | yMMM{"MMM y"} |
michael@0 | 62 | yMMMEd{"E d MMM y"} |
michael@0 | 63 | yMMMM{"MMMM y"} |
michael@0 | 64 | yMMMd{"d MMM y"} |
michael@0 | 65 | yQQQ{"QQQ y"} |
michael@0 | 66 | yQQQQ{"QQQQ y"} |
michael@0 | 67 | } |
michael@0 | 68 | } |
michael@0 | 69 | gregorian{ |
michael@0 | 70 | DateTimePatterns{ |
michael@0 | 71 | "HH:mm:ss zzzz", |
michael@0 | 72 | "HH:mm:ss z", |
michael@0 | 73 | "HH:mm:ss", |
michael@0 | 74 | "HH:mm", |
michael@0 | 75 | "EEEE d MMMM y", |
michael@0 | 76 | "d MMMM y", |
michael@0 | 77 | "d MMM, y", |
michael@0 | 78 | "d/M/y", |
michael@0 | 79 | "{1} {0}", |
michael@0 | 80 | "{1} {0}", |
michael@0 | 81 | "{1} {0}", |
michael@0 | 82 | "{1} {0}", |
michael@0 | 83 | "{1} {0}", |
michael@0 | 84 | } |
michael@0 | 85 | availableFormats{ |
michael@0 | 86 | M{"M"} |
michael@0 | 87 | MEd{"E d/M"} |
michael@0 | 88 | MMM{"MMM"} |
michael@0 | 89 | MMMEd{"E d MMM"} |
michael@0 | 90 | MMMMEd{"E d MMMM"} |
michael@0 | 91 | MMMMd{"d MMMM"} |
michael@0 | 92 | MMMd{"d MMM"} |
michael@0 | 93 | MMMdd{"dd MMM"} |
michael@0 | 94 | MMd{"d/MM"} |
michael@0 | 95 | MMdd{"dd/MM"} |
michael@0 | 96 | Md{"d/M"} |
michael@0 | 97 | ms{"m:ss"} |
michael@0 | 98 | y{"y"} |
michael@0 | 99 | yM{"M/y"} |
michael@0 | 100 | yMEd{"E d/M/y"} |
michael@0 | 101 | yMM{"MM/y"} |
michael@0 | 102 | yMMM{"MMM y"} |
michael@0 | 103 | yMMMEd{"E d MMM y"} |
michael@0 | 104 | yMMMM{"MMMM y"} |
michael@0 | 105 | yMMMd{"d MMM y"} |
michael@0 | 106 | yQQQ{"QQQ y"} |
michael@0 | 107 | yQQQQ{"QQQQ y"} |
michael@0 | 108 | } |
michael@0 | 109 | dayNames{ |
michael@0 | 110 | format{ |
michael@0 | 111 | abbreviated{ |
michael@0 | 112 | "Alah", |
michael@0 | 113 | "Alats", |
michael@0 | 114 | "Tal", |
michael@0 | 115 | "Alar", |
michael@0 | 116 | "Alak", |
michael@0 | 117 | "Zom", |
michael@0 | 118 | "Asab", |
michael@0 | 119 | } |
michael@0 | 120 | wide{ |
michael@0 | 121 | "Alahady", |
michael@0 | 122 | "Alatsinainy", |
michael@0 | 123 | "Talata", |
michael@0 | 124 | "Alarobia", |
michael@0 | 125 | "Alakamisy", |
michael@0 | 126 | "Zoma", |
michael@0 | 127 | "Asabotsy", |
michael@0 | 128 | } |
michael@0 | 129 | } |
michael@0 | 130 | stand-alone{ |
michael@0 | 131 | narrow{ |
michael@0 | 132 | "A", |
michael@0 | 133 | "A", |
michael@0 | 134 | "T", |
michael@0 | 135 | "A", |
michael@0 | 136 | "A", |
michael@0 | 137 | "Z", |
michael@0 | 138 | "A", |
michael@0 | 139 | } |
michael@0 | 140 | } |
michael@0 | 141 | } |
michael@0 | 142 | eras{ |
michael@0 | 143 | abbreviated{ |
michael@0 | 144 | "BC", |
michael@0 | 145 | "AD", |
michael@0 | 146 | } |
michael@0 | 147 | wide{ |
michael@0 | 148 | "Alohan'i JK", |
michael@0 | 149 | "Aorian'i JK", |
michael@0 | 150 | } |
michael@0 | 151 | } |
michael@0 | 152 | monthNames{ |
michael@0 | 153 | format{ |
michael@0 | 154 | abbreviated{ |
michael@0 | 155 | "Jan", |
michael@0 | 156 | "Feb", |
michael@0 | 157 | "Mar", |
michael@0 | 158 | "Apr", |
michael@0 | 159 | "Mey", |
michael@0 | 160 | "Jon", |
michael@0 | 161 | "Jol", |
michael@0 | 162 | "Aog", |
michael@0 | 163 | "Sep", |
michael@0 | 164 | "Okt", |
michael@0 | 165 | "Nov", |
michael@0 | 166 | "Des", |
michael@0 | 167 | } |
michael@0 | 168 | wide{ |
michael@0 | 169 | "Janoary", |
michael@0 | 170 | "Febroary", |
michael@0 | 171 | "Martsa", |
michael@0 | 172 | "Aprily", |
michael@0 | 173 | "Mey", |
michael@0 | 174 | "Jona", |
michael@0 | 175 | "Jolay", |
michael@0 | 176 | "Aogositra", |
michael@0 | 177 | "Septambra", |
michael@0 | 178 | "Oktobra", |
michael@0 | 179 | "Novambra", |
michael@0 | 180 | "Desambra", |
michael@0 | 181 | } |
michael@0 | 182 | } |
michael@0 | 183 | stand-alone{ |
michael@0 | 184 | narrow{ |
michael@0 | 185 | "J", |
michael@0 | 186 | "F", |
michael@0 | 187 | "M", |
michael@0 | 188 | "A", |
michael@0 | 189 | "M", |
michael@0 | 190 | "J", |
michael@0 | 191 | "J", |
michael@0 | 192 | "A", |
michael@0 | 193 | "S", |
michael@0 | 194 | "O", |
michael@0 | 195 | "N", |
michael@0 | 196 | "D", |
michael@0 | 197 | } |
michael@0 | 198 | } |
michael@0 | 199 | } |
michael@0 | 200 | quarters{ |
michael@0 | 201 | format{ |
michael@0 | 202 | abbreviated{ |
michael@0 | 203 | "T1", |
michael@0 | 204 | "T2", |
michael@0 | 205 | "T3", |
michael@0 | 206 | "T4", |
michael@0 | 207 | } |
michael@0 | 208 | wide{ |
michael@0 | 209 | "Telovolana voalohany", |
michael@0 | 210 | "Telovolana faharoa", |
michael@0 | 211 | "Telovolana fahatelo", |
michael@0 | 212 | "Telovolana fahefatra", |
michael@0 | 213 | } |
michael@0 | 214 | } |
michael@0 | 215 | } |
michael@0 | 216 | } |
michael@0 | 217 | } |
michael@0 | 218 | delimiters{ |
michael@0 | 219 | alternateQuotationEnd{"”"} |
michael@0 | 220 | alternateQuotationStart{"“"} |
michael@0 | 221 | quotationEnd{"»"} |
michael@0 | 222 | quotationStart{"«"} |
michael@0 | 223 | } |
michael@0 | 224 | fields{ |
michael@0 | 225 | day{ |
michael@0 | 226 | dn{"Andro"} |
michael@0 | 227 | relative{ |
michael@0 | 228 | "-1"{"Omaly"} |
michael@0 | 229 | "0"{"Anio"} |
michael@0 | 230 | "1"{"Rahampitso"} |
michael@0 | 231 | } |
michael@0 | 232 | } |
michael@0 | 233 | dayperiod{ |
michael@0 | 234 | dn{"AM/PM"} |
michael@0 | 235 | } |
michael@0 | 236 | era{ |
michael@0 | 237 | dn{"Era"} |
michael@0 | 238 | } |
michael@0 | 239 | hour{ |
michael@0 | 240 | dn{"Ora"} |
michael@0 | 241 | } |
michael@0 | 242 | minute{ |
michael@0 | 243 | dn{"Minitra"} |
michael@0 | 244 | } |
michael@0 | 245 | month{ |
michael@0 | 246 | dn{"Volana"} |
michael@0 | 247 | } |
michael@0 | 248 | second{ |
michael@0 | 249 | dn{"Segondra"} |
michael@0 | 250 | } |
michael@0 | 251 | week{ |
michael@0 | 252 | dn{"Herinandro"} |
michael@0 | 253 | } |
michael@0 | 254 | year{ |
michael@0 | 255 | dn{"Taona"} |
michael@0 | 256 | } |
michael@0 | 257 | } |
michael@0 | 258 | } |