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/ar_MR.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | ar_MR{ |
michael@0 | 10 | NumberElements{ |
michael@0 | 11 | latn{ |
michael@0 | 12 | symbols{ |
michael@0 | 13 | decimal{","} |
michael@0 | 14 | group{"."} |
michael@0 | 15 | } |
michael@0 | 16 | } |
michael@0 | 17 | } |
michael@0 | 18 | Version{"2.0.90.61"} |
michael@0 | 19 | calendar{ |
michael@0 | 20 | gregorian{ |
michael@0 | 21 | monthNames{ |
michael@0 | 22 | format{ |
michael@0 | 23 | abbreviated{ |
michael@0 | 24 | "يناير", |
michael@0 | 25 | "فبراير", |
michael@0 | 26 | "مارس", |
michael@0 | 27 | "إبريل", |
michael@0 | 28 | "مايو", |
michael@0 | 29 | "يونيو", |
michael@0 | 30 | "يوليو", |
michael@0 | 31 | "أغشت", |
michael@0 | 32 | "شتمبر", |
michael@0 | 33 | "أكتوبر", |
michael@0 | 34 | "نوفمبر", |
michael@0 | 35 | "دجمبر", |
michael@0 | 36 | } |
michael@0 | 37 | narrow{ |
michael@0 | 38 | "ي", |
michael@0 | 39 | "ف", |
michael@0 | 40 | "م", |
michael@0 | 41 | "إ", |
michael@0 | 42 | "و", |
michael@0 | 43 | "ن", |
michael@0 | 44 | "ل", |
michael@0 | 45 | "غ", |
michael@0 | 46 | "ش", |
michael@0 | 47 | "ك", |
michael@0 | 48 | "ب", |
michael@0 | 49 | "د", |
michael@0 | 50 | } |
michael@0 | 51 | wide{ |
michael@0 | 52 | "يناير", |
michael@0 | 53 | "فبراير", |
michael@0 | 54 | "مارس", |
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 | "دجمبر", |
michael@0 | 64 | } |
michael@0 | 65 | } |
michael@0 | 66 | stand-alone{ |
michael@0 | 67 | abbreviated{ |
michael@0 | 68 | "يناير", |
michael@0 | 69 | "فبراير", |
michael@0 | 70 | "مارس", |
michael@0 | 71 | "إبريل", |
michael@0 | 72 | "مايو", |
michael@0 | 73 | "يونيو", |
michael@0 | 74 | "يوليو", |
michael@0 | 75 | "أغشت", |
michael@0 | 76 | "شتمبر", |
michael@0 | 77 | "أكتوبر", |
michael@0 | 78 | "نوفمبر", |
michael@0 | 79 | "دجمبر", |
michael@0 | 80 | } |
michael@0 | 81 | narrow{ |
michael@0 | 82 | "ي", |
michael@0 | 83 | "ف", |
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 | "ب", |
michael@0 | 93 | "د", |
michael@0 | 94 | } |
michael@0 | 95 | wide{ |
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 | "أكتوبر", |
michael@0 | 106 | "نوفمبر", |
michael@0 | 107 | "دجمبر", |
michael@0 | 108 | } |
michael@0 | 109 | } |
michael@0 | 110 | } |
michael@0 | 111 | } |
michael@0 | 112 | } |
michael@0 | 113 | } |