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/ur_IN.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | /** |
michael@0 | 10 | * ICU <specials> source: <path>/common/main/ur_IN.xml |
michael@0 | 11 | */ |
michael@0 | 12 | ur_IN{ |
michael@0 | 13 | NumberElements{ |
michael@0 | 14 | default{"arabext"} |
michael@0 | 15 | latn{ |
michael@0 | 16 | patterns{ |
michael@0 | 17 | currencyFormat{"¤ #,##,##0.00"} |
michael@0 | 18 | decimalFormat{"#,##,##0.###"} |
michael@0 | 19 | percentFormat{"#,##,##0%"} |
michael@0 | 20 | } |
michael@0 | 21 | } |
michael@0 | 22 | } |
michael@0 | 23 | Version{"2.0.92.87"} |
michael@0 | 24 | calendar{ |
michael@0 | 25 | generic{ |
michael@0 | 26 | DateTimePatterns{ |
michael@0 | 27 | "h:mm:ss a zzzz", |
michael@0 | 28 | "h:mm:ss a z", |
michael@0 | 29 | "h:mm:ss a", |
michael@0 | 30 | "h:mm a", |
michael@0 | 31 | "EEEE، d MMMM، y G", |
michael@0 | 32 | "d MMMM، y G", |
michael@0 | 33 | "d MMM، y G", |
michael@0 | 34 | "d/M/yy GGGGG", |
michael@0 | 35 | "{1} {0}", |
michael@0 | 36 | "{1} {0}", |
michael@0 | 37 | "{1} {0}", |
michael@0 | 38 | "{1} {0}", |
michael@0 | 39 | "{1} {0}", |
michael@0 | 40 | } |
michael@0 | 41 | } |
michael@0 | 42 | gregorian{ |
michael@0 | 43 | dayNames{ |
michael@0 | 44 | format{ |
michael@0 | 45 | abbreviated{ |
michael@0 | 46 | "اتوار", |
michael@0 | 47 | "پیر", |
michael@0 | 48 | "منگل", |
michael@0 | 49 | "بدھ", |
michael@0 | 50 | "جمعرات", |
michael@0 | 51 | "جمعہ", |
michael@0 | 52 | "ہفتہ", |
michael@0 | 53 | } |
michael@0 | 54 | short{ |
michael@0 | 55 | "اتوار", |
michael@0 | 56 | "سوموار", |
michael@0 | 57 | "منگل", |
michael@0 | 58 | "بدھ", |
michael@0 | 59 | "جمعرات", |
michael@0 | 60 | "جمعہ", |
michael@0 | 61 | "ہفتہ", |
michael@0 | 62 | } |
michael@0 | 63 | wide{ |
michael@0 | 64 | "اتوار", |
michael@0 | 65 | "پیر", |
michael@0 | 66 | "منگل", |
michael@0 | 67 | "بدھ", |
michael@0 | 68 | "جمعرات", |
michael@0 | 69 | "جمعہ", |
michael@0 | 70 | "ہفتہ", |
michael@0 | 71 | } |
michael@0 | 72 | } |
michael@0 | 73 | stand-alone{ |
michael@0 | 74 | abbreviated{ |
michael@0 | 75 | "اتوار", |
michael@0 | 76 | "پیر", |
michael@0 | 77 | "منگل", |
michael@0 | 78 | "بدھ", |
michael@0 | 79 | "جمعرات", |
michael@0 | 80 | "جمعہ", |
michael@0 | 81 | "ہفتہ", |
michael@0 | 82 | } |
michael@0 | 83 | short{ |
michael@0 | 84 | "اتوار", |
michael@0 | 85 | "پیر", |
michael@0 | 86 | "منگل", |
michael@0 | 87 | "بدھ", |
michael@0 | 88 | "جمعرات", |
michael@0 | 89 | "جمعہ", |
michael@0 | 90 | "ہفتہ", |
michael@0 | 91 | } |
michael@0 | 92 | wide{ |
michael@0 | 93 | "اتوار", |
michael@0 | 94 | "پیر", |
michael@0 | 95 | "منگل", |
michael@0 | 96 | "بدھ", |
michael@0 | 97 | "جمعرات", |
michael@0 | 98 | "جمعہ", |
michael@0 | 99 | "ہفتہ", |
michael@0 | 100 | } |
michael@0 | 101 | } |
michael@0 | 102 | } |
michael@0 | 103 | } |
michael@0 | 104 | } |
michael@0 | 105 | fields{ |
michael@0 | 106 | dayperiod{ |
michael@0 | 107 | dn{"قبل دوپہر/بعد دوپہر"} |
michael@0 | 108 | } |
michael@0 | 109 | fri{ |
michael@0 | 110 | relative{ |
michael@0 | 111 | "-1"{"پچھلے جمعہ"} |
michael@0 | 112 | "0"{"اس جمعہ"} |
michael@0 | 113 | "1"{"اگلے جمعہ"} |
michael@0 | 114 | } |
michael@0 | 115 | } |
michael@0 | 116 | mon{ |
michael@0 | 117 | relative{ |
michael@0 | 118 | "-1"{"پچھلے پیر"} |
michael@0 | 119 | "0"{"اس پیر"} |
michael@0 | 120 | "1"{"اگلے پیر"} |
michael@0 | 121 | } |
michael@0 | 122 | } |
michael@0 | 123 | sat{ |
michael@0 | 124 | relative{ |
michael@0 | 125 | "-1"{"پچھلے ہفتہ"} |
michael@0 | 126 | "0"{"اس ہفتہ"} |
michael@0 | 127 | "1"{"اگلے ہفتہ"} |
michael@0 | 128 | } |
michael@0 | 129 | } |
michael@0 | 130 | sun{ |
michael@0 | 131 | relative{ |
michael@0 | 132 | "-1"{"پچھلے اتوار"} |
michael@0 | 133 | "0"{"اس اتوار"} |
michael@0 | 134 | "1"{"اگلے اتوار"} |
michael@0 | 135 | } |
michael@0 | 136 | } |
michael@0 | 137 | thu{ |
michael@0 | 138 | relative{ |
michael@0 | 139 | "-1"{"پچھلے جمعرات"} |
michael@0 | 140 | "0"{"اس جمعرات"} |
michael@0 | 141 | "1"{"اگلے جمعرات"} |
michael@0 | 142 | } |
michael@0 | 143 | } |
michael@0 | 144 | tue{ |
michael@0 | 145 | relative{ |
michael@0 | 146 | "-1"{"پچھلے منگل"} |
michael@0 | 147 | "0"{"اس منگل"} |
michael@0 | 148 | "1"{"اگلے منگل"} |
michael@0 | 149 | } |
michael@0 | 150 | } |
michael@0 | 151 | wed{ |
michael@0 | 152 | relative{ |
michael@0 | 153 | "-1"{"پچھلے بدھ"} |
michael@0 | 154 | "0"{"اس بدھ"} |
michael@0 | 155 | "1"{"اگلے بدھ"} |
michael@0 | 156 | } |
michael@0 | 157 | } |
michael@0 | 158 | zone{ |
michael@0 | 159 | dn{"منطقۂ وقت"} |
michael@0 | 160 | } |
michael@0 | 161 | } |
michael@0 | 162 | } |