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/ti_ER.xml |
michael@0 | 7 | // * |
michael@0 | 8 | // *************************************************************************** |
michael@0 | 9 | ti_ER{ |
michael@0 | 10 | Version{"2.0.92.75"} |
michael@0 | 11 | calendar{ |
michael@0 | 12 | generic{ |
michael@0 | 13 | DateTimePatterns{ |
michael@0 | 14 | "h:mm:ss a zzzz", |
michael@0 | 15 | "h:mm:ss a z", |
michael@0 | 16 | "h:mm:ss a", |
michael@0 | 17 | "h:mm a", |
michael@0 | 18 | "EEEE፡ dd MMMM መዓልቲ y G", |
michael@0 | 19 | "dd MMMM y G", |
michael@0 | 20 | "dd-MMM-y G", |
michael@0 | 21 | "dd/MM/yy GGGGG", |
michael@0 | 22 | "{1} {0}", |
michael@0 | 23 | "{1} {0}", |
michael@0 | 24 | "{1} {0}", |
michael@0 | 25 | "{1} {0}", |
michael@0 | 26 | "{1} {0}", |
michael@0 | 27 | } |
michael@0 | 28 | } |
michael@0 | 29 | gregorian{ |
michael@0 | 30 | DateTimePatterns{ |
michael@0 | 31 | "h:mm:ss a zzzz", |
michael@0 | 32 | "h:mm:ss a z", |
michael@0 | 33 | "h:mm:ss a", |
michael@0 | 34 | "h:mm a", |
michael@0 | 35 | "EEEE፡ dd MMMM መዓልቲ y G", |
michael@0 | 36 | "dd MMMM y", |
michael@0 | 37 | "dd-MMM-y", |
michael@0 | 38 | "dd/MM/yy", |
michael@0 | 39 | "{1} {0}", |
michael@0 | 40 | "{1} {0}", |
michael@0 | 41 | "{1} {0}", |
michael@0 | 42 | "{1} {0}", |
michael@0 | 43 | "{1} {0}", |
michael@0 | 44 | } |
michael@0 | 45 | dayNames{ |
michael@0 | 46 | format{ |
michael@0 | 47 | wide{ |
michael@0 | 48 | "ሰንበት", |
michael@0 | 49 | "ሰኑይ", |
michael@0 | 50 | "ሰሉስ", |
michael@0 | 51 | "ረቡዕ", |
michael@0 | 52 | "ሓሙስ", |
michael@0 | 53 | "ዓርቢ", |
michael@0 | 54 | "ቀዳም", |
michael@0 | 55 | } |
michael@0 | 56 | } |
michael@0 | 57 | } |
michael@0 | 58 | monthNames{ |
michael@0 | 59 | format{ |
michael@0 | 60 | abbreviated{ |
michael@0 | 61 | "ጥሪ", |
michael@0 | 62 | "ለካቲ", |
michael@0 | 63 | "መጋቢ", |
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 | } |
michael@0 | 74 | wide{ |
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 | "መስከረም", |
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 | delimiters{ |
michael@0 | 93 | alternateQuotationEnd{"”"} |
michael@0 | 94 | alternateQuotationStart{"“"} |
michael@0 | 95 | quotationEnd{"’"} |
michael@0 | 96 | quotationStart{"‘"} |
michael@0 | 97 | } |
michael@0 | 98 | } |