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/seh.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/seh.xml |
michael@0 | 11 | */ |
michael@0 | 12 | seh{ |
michael@0 | 13 | Currencies{ |
michael@0 | 14 | AED{ |
michael@0 | 15 | "AED", |
michael@0 | 16 | "Dirém dos Emirados Árabes Unidos", |
michael@0 | 17 | } |
michael@0 | 18 | AOA{ |
michael@0 | 19 | "AOA", |
michael@0 | 20 | "Cuanza angolano", |
michael@0 | 21 | } |
michael@0 | 22 | AUD{ |
michael@0 | 23 | "A$", |
michael@0 | 24 | "Dólar australiano", |
michael@0 | 25 | } |
michael@0 | 26 | BHD{ |
michael@0 | 27 | "BHD", |
michael@0 | 28 | "Dinar bareinita", |
michael@0 | 29 | } |
michael@0 | 30 | BIF{ |
michael@0 | 31 | "BIF", |
michael@0 | 32 | "Franco do Burundi", |
michael@0 | 33 | } |
michael@0 | 34 | BWP{ |
michael@0 | 35 | "BWP", |
michael@0 | 36 | "Pula botsuanesa", |
michael@0 | 37 | } |
michael@0 | 38 | CAD{ |
michael@0 | 39 | "CA$", |
michael@0 | 40 | "Dólar canadense", |
michael@0 | 41 | } |
michael@0 | 42 | CDF{ |
michael@0 | 43 | "CDF", |
michael@0 | 44 | "Franco congolês", |
michael@0 | 45 | } |
michael@0 | 46 | CHF{ |
michael@0 | 47 | "CHF", |
michael@0 | 48 | "Franco suíço", |
michael@0 | 49 | } |
michael@0 | 50 | CNY{ |
michael@0 | 51 | "CN¥", |
michael@0 | 52 | "Yuan Renminbi chinês", |
michael@0 | 53 | } |
michael@0 | 54 | CVE{ |
michael@0 | 55 | "CVE", |
michael@0 | 56 | "Escudo cabo-verdiano", |
michael@0 | 57 | } |
michael@0 | 58 | DJF{ |
michael@0 | 59 | "DJF", |
michael@0 | 60 | "Franco do Djibuti", |
michael@0 | 61 | } |
michael@0 | 62 | DZD{ |
michael@0 | 63 | "DZD", |
michael@0 | 64 | "Dinar argelino", |
michael@0 | 65 | } |
michael@0 | 66 | EGP{ |
michael@0 | 67 | "EGP", |
michael@0 | 68 | "Libra egípcia", |
michael@0 | 69 | } |
michael@0 | 70 | ERN{ |
michael@0 | 71 | "ERN", |
michael@0 | 72 | "Nakfa da Eritréia", |
michael@0 | 73 | } |
michael@0 | 74 | ETB{ |
michael@0 | 75 | "ETB", |
michael@0 | 76 | "Birr etíope", |
michael@0 | 77 | } |
michael@0 | 78 | EUR{ |
michael@0 | 79 | "€", |
michael@0 | 80 | "Euro", |
michael@0 | 81 | } |
michael@0 | 82 | GBP{ |
michael@0 | 83 | "£", |
michael@0 | 84 | "Libra esterlina britânica", |
michael@0 | 85 | } |
michael@0 | 86 | GHC{ |
michael@0 | 87 | "GHC", |
michael@0 | 88 | "Cedi de Gana (1979–2007)", |
michael@0 | 89 | } |
michael@0 | 90 | GMD{ |
michael@0 | 91 | "GMD", |
michael@0 | 92 | "Dalasi de Gâmbia", |
michael@0 | 93 | } |
michael@0 | 94 | GNS{ |
michael@0 | 95 | "GNS", |
michael@0 | 96 | "Syli da Guiné", |
michael@0 | 97 | } |
michael@0 | 98 | INR{ |
michael@0 | 99 | "₹", |
michael@0 | 100 | "Rúpia indiana", |
michael@0 | 101 | } |
michael@0 | 102 | JPY{ |
michael@0 | 103 | "JP¥", |
michael@0 | 104 | "Iene japonês", |
michael@0 | 105 | } |
michael@0 | 106 | KES{ |
michael@0 | 107 | "KES", |
michael@0 | 108 | "Xelim queniano", |
michael@0 | 109 | } |
michael@0 | 110 | KMF{ |
michael@0 | 111 | "KMF", |
michael@0 | 112 | "Franco de Comores", |
michael@0 | 113 | } |
michael@0 | 114 | LRD{ |
michael@0 | 115 | "LRD", |
michael@0 | 116 | "Dólar liberiano", |
michael@0 | 117 | } |
michael@0 | 118 | LSL{ |
michael@0 | 119 | "LSL", |
michael@0 | 120 | "Loti do Lesoto", |
michael@0 | 121 | } |
michael@0 | 122 | LYD{ |
michael@0 | 123 | "LYD", |
michael@0 | 124 | "Dinar líbio", |
michael@0 | 125 | } |
michael@0 | 126 | MAD{ |
michael@0 | 127 | "MAD", |
michael@0 | 128 | "Dirém marroquino", |
michael@0 | 129 | } |
michael@0 | 130 | MGA{ |
michael@0 | 131 | "MGA", |
michael@0 | 132 | "Franco de Madagascar", |
michael@0 | 133 | } |
michael@0 | 134 | MRO{ |
michael@0 | 135 | "MRO", |
michael@0 | 136 | "Ouguiya da Mauritânia", |
michael@0 | 137 | } |
michael@0 | 138 | MUR{ |
michael@0 | 139 | "MUR", |
michael@0 | 140 | "Rupia de Maurício", |
michael@0 | 141 | } |
michael@0 | 142 | MWK{ |
michael@0 | 143 | "MWK", |
michael@0 | 144 | "Cuacha do Maláui", |
michael@0 | 145 | } |
michael@0 | 146 | MZM{ |
michael@0 | 147 | "MZM", |
michael@0 | 148 | "Metical antigo de Moçambique", |
michael@0 | 149 | } |
michael@0 | 150 | MZN{ |
michael@0 | 151 | "MTn", |
michael@0 | 152 | "Metical de Moçambique", |
michael@0 | 153 | } |
michael@0 | 154 | NAD{ |
michael@0 | 155 | "NAD", |
michael@0 | 156 | "Dólar da Namíbia", |
michael@0 | 157 | } |
michael@0 | 158 | NGN{ |
michael@0 | 159 | "NGN", |
michael@0 | 160 | "Naira nigeriana", |
michael@0 | 161 | } |
michael@0 | 162 | RWF{ |
michael@0 | 163 | "RWF", |
michael@0 | 164 | "Franco ruandês", |
michael@0 | 165 | } |
michael@0 | 166 | SAR{ |
michael@0 | 167 | "SAR", |
michael@0 | 168 | "Rial saudita", |
michael@0 | 169 | } |
michael@0 | 170 | SCR{ |
michael@0 | 171 | "SCR", |
michael@0 | 172 | "Rupia das Seychelles", |
michael@0 | 173 | } |
michael@0 | 174 | SDG{ |
michael@0 | 175 | "SDG", |
michael@0 | 176 | "Dinar sudanês", |
michael@0 | 177 | } |
michael@0 | 178 | SDP{ |
michael@0 | 179 | "SDP", |
michael@0 | 180 | "Libra sudanesa antiga", |
michael@0 | 181 | } |
michael@0 | 182 | SHP{ |
michael@0 | 183 | "SHP", |
michael@0 | 184 | "Libra de Santa Helena", |
michael@0 | 185 | } |
michael@0 | 186 | SLL{ |
michael@0 | 187 | "SLL", |
michael@0 | 188 | "Leone de Serra Leoa", |
michael@0 | 189 | } |
michael@0 | 190 | SOS{ |
michael@0 | 191 | "SOS", |
michael@0 | 192 | "Xelim somali", |
michael@0 | 193 | } |
michael@0 | 194 | STD{ |
michael@0 | 195 | "STD", |
michael@0 | 196 | "Dobra de São Tomé e Príncipe", |
michael@0 | 197 | } |
michael@0 | 198 | SZL{ |
michael@0 | 199 | "SZL", |
michael@0 | 200 | "Lilangeni da Suazilândia", |
michael@0 | 201 | } |
michael@0 | 202 | TND{ |
michael@0 | 203 | "TND", |
michael@0 | 204 | "Dinar tunisiano", |
michael@0 | 205 | } |
michael@0 | 206 | TZS{ |
michael@0 | 207 | "TZS", |
michael@0 | 208 | "Xelim da Tanzânia", |
michael@0 | 209 | } |
michael@0 | 210 | UGX{ |
michael@0 | 211 | "UGX", |
michael@0 | 212 | "Xelim ugandense (1966–1987)", |
michael@0 | 213 | } |
michael@0 | 214 | USD{ |
michael@0 | 215 | "US$", |
michael@0 | 216 | "Dólar norte-americano", |
michael@0 | 217 | } |
michael@0 | 218 | XAF{ |
michael@0 | 219 | "FCFA", |
michael@0 | 220 | "Franco CFA BEAC", |
michael@0 | 221 | } |
michael@0 | 222 | XOF{ |
michael@0 | 223 | "CFA", |
michael@0 | 224 | "Franco CFA BCEAO", |
michael@0 | 225 | } |
michael@0 | 226 | ZAR{ |
michael@0 | 227 | "ZAR", |
michael@0 | 228 | "Rand sul-africano", |
michael@0 | 229 | } |
michael@0 | 230 | ZMK{ |
michael@0 | 231 | "ZMK", |
michael@0 | 232 | "Cuacha zambiano (1968–2012)", |
michael@0 | 233 | } |
michael@0 | 234 | ZMW{ |
michael@0 | 235 | "ZMW", |
michael@0 | 236 | "Cuacha zambiano", |
michael@0 | 237 | } |
michael@0 | 238 | ZWD{ |
michael@0 | 239 | "ZWD", |
michael@0 | 240 | "Dólar do Zimbábue", |
michael@0 | 241 | } |
michael@0 | 242 | } |
michael@0 | 243 | Version{"2.0.92.87"} |
michael@0 | 244 | } |