intl/icu/source/data/zone/chr.txt

Sat, 03 Jan 2015 20:18:00 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Sat, 03 Jan 2015 20:18:00 +0100
branch
TOR_BUG_3246
changeset 7
129ffea94266
permissions
-rwxr-xr-x

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.

     1 // ***************************************************************************
     2 // *
     3 // * Copyright (C) 2013 International Business Machines
     4 // * Corporation and others. All Rights Reserved.
     5 // * Tool: org.unicode.cldr.icu.NewLdml2IcuConverter
     6 // * Source File: <path>/common/main/chr.xml
     7 // *
     8 // ***************************************************************************
     9 /**
    10  * ICU <specials> source: <path>/common/main/chr.xml
    11  */
    12 chr{
    13     Version{"2.0.93.15"}
    14     zoneStrings{
    15         "Pacific:Honolulu"{
    16             sd{"HDT"}
    17             sg{"HST"}
    18             ss{"HST"}
    19         }
    20         "meta:Alaska"{
    21             sd{"AKDT"}
    22             sg{"AKT"}
    23             ss{"AKST"}
    24         }
    25         "meta:America_Central"{
    26             ld{"ᎠᏰᎵ ᎢᎦ ᎢᏳᏩᎪᏗ"}
    27             lg{"ᎠᏰᎵ ᎢᏳᏩᎪᏗ"}
    28             ls{"ᎠᏰᎵ ᏰᎵᏊ ᏗᏙᎳᎩ ᎢᏳᏩᎪᏗ"}
    29             sd{"CDT"}
    30             sg{"CT"}
    31             ss{"CST"}
    32         }
    33         "meta:America_Eastern"{
    34             ld{"ᎧᎸᎬᎢᏗᏢ ᎢᎦ ᎢᏳᏩᎪᏗ"}
    35             lg{"ᎧᎸᎬᎢᏗᏢ ᎢᏳᏩᎪᏗ"}
    36             ls{"ᎧᎸᎬᎢᏗᏢ ᏰᎵᏊ ᏗᏙᎳᎩ ᎢᏳᏩᎪᏗ"}
    37             sd{"EDT"}
    38             sg{"ET"}
    39             ss{"EST"}
    40         }
    41         "meta:America_Mountain"{
    42             ld{"ᎣᏓᎸ ᎢᎦ ᎢᏳᏩᎪᏗ"}
    43             lg{"ᎣᏓᎸ ᎢᏳᏩᎪᏗ"}
    44             ls{"ᎣᏓᎸ ᏰᎵᏊ ᏗᏙᎳᎩ ᎢᏳᏩᎪᏗ"}
    45             sd{"MDT"}
    46             sg{"MT"}
    47             ss{"MST"}
    48         }
    49         "meta:America_Pacific"{
    50             ld{"ᏭᏕᎵᎬ ᎢᎦ ᎢᏳᏩᎪᏗ"}
    51             lg{"ᏭᏕᎵᎬ ᎢᏳᏩᎪᏗ"}
    52             ls{"ᏭᏕᎵᎬ ᏰᎵᏊ ᏗᏙᎳᎩ ᎢᏳᏩᎪᏗ"}
    53             sd{"PDT"}
    54             sg{"PT"}
    55             ss{"PST"}
    56         }
    57         "meta:Atlantic"{
    58             sd{"ADT"}
    59             sg{"AT"}
    60             ss{"AST"}
    61         }
    62         "meta:GMT"{
    63             ls{"ᎢᏤ ᎢᏳᏍᏗ ᎢᏳᏩᎪᏗ"}
    64         }
    65         "meta:Hawaii_Aleutian"{
    66             sd{"HADT"}
    67             sg{"HAT"}
    68             ss{"HAST"}
    69         }
    70         gmtFormat{"GMT{0}"}
    71         gmtZeroFormat{"ᎢᎢᎢ"}
    72         hourFormat{"+HH:mm;-HH:mm"}
    73         regionFormat{"{0} ᎢᏳᏩᎪᏗ"}
    74     }
    75 }

mercurial