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 | ******************************************************************************* |
michael@0 | 4 | * Copyright (C) 2009-2013, International Business Machines Corporation and * |
michael@0 | 5 | * others. All Rights Reserved. * |
michael@0 | 6 | ******************************************************************************* |
michael@0 | 7 | */ |
michael@0 | 8 | --> |
michael@0 | 9 | <deprecates> |
michael@0 | 10 | <alias from="az_AZ" to="az_Latn_AZ"/> |
michael@0 | 11 | <alias from="bs_BA" to="bs_Latn_BA" /> |
michael@0 | 12 | <alias from="en_NH" to="en_VU"/> |
michael@0 | 13 | <alias from="en_RH" to="en_ZW"/> |
michael@0 | 14 | <alias from="ha_GH" to="ha_Latn_GH"/> |
michael@0 | 15 | <alias from="ha_NE" to="ha_Latn_NE"/> |
michael@0 | 16 | <alias from="ha_NG" to="ha_Latn_NG"/> |
michael@0 | 17 | <alias from="in" to="id"/> |
michael@0 | 18 | <alias from="in_ID" to="id_ID"/> |
michael@0 | 19 | <alias from="iw" to="he"/> |
michael@0 | 20 | <alias from="iw_IL" to="he_IL"/> |
michael@0 | 21 | <alias from="ja_JP_TRADITIONAL" to="ja_JP" rbpath="/calendar/default" value="japanese"/> |
michael@0 | 22 | <alias from="kk_KZ" to="kk_Cyrl_KZ" /> |
michael@0 | 23 | <alias from="ky_KG" to="ky_Cyrl_KG" /> |
michael@0 | 24 | <alias from="ks_IN" to="ks_Arab_IN" /> |
michael@0 | 25 | <alias from="mo" to="ro_MD"/> |
michael@0 | 26 | <alias from="mn_MN" to="mn_Cyrl_MN"/> |
michael@0 | 27 | <alias from="ms_BN" to="ms_Latn_BN"/> |
michael@0 | 28 | <alias from="ms_MY" to="ms_Latn_MY"/> |
michael@0 | 29 | <alias from="ms_SG" to="ms_Latn_SG"/> |
michael@0 | 30 | <alias from="no_NO" to="nb_NO"/> |
michael@0 | 31 | <alias from="no_NO_NY" to="nn_NO"/> |
michael@0 | 32 | <alias from="no" to="nb"/> |
michael@0 | 33 | <alias from="pa_IN" to="pa_Guru_IN"/> |
michael@0 | 34 | <alias from="pa_PK" to="pa_Arab_PK"/> |
michael@0 | 35 | <alias from="sh" to="sr_Latn"/> |
michael@0 | 36 | <alias from="sh_BA" to="sr_Latn_BA"/> |
michael@0 | 37 | <alias from="sh_CS" to="sr_Latn_RS"/> |
michael@0 | 38 | <alias from="sh_YU" to="sr_Latn_RS"/> |
michael@0 | 39 | <alias from="shi_MA" to="shi_Tfng_MA"/> |
michael@0 | 40 | <alias from="sr_BA" to="sr_Cyrl_BA"/> |
michael@0 | 41 | <alias from="sr_CS" to="sr_Cyrl_RS"/> |
michael@0 | 42 | <alias from="sr_ME" to="sr_Latn_ME"/> |
michael@0 | 43 | <alias from="sr_RS" to="sr_Cyrl_RS"/> |
michael@0 | 44 | <alias from="sr_XK" to="sr_Cyrl_XK"/> |
michael@0 | 45 | <alias from="sr_YU" to="sr_Cyrl_RS"/> |
michael@0 | 46 | <alias from="sr_Cyrl_YU" to="sr_Cyrl_RS"/> |
michael@0 | 47 | <alias from="sr_Cyrl_CS" to="sr_Cyrl_RS"/> |
michael@0 | 48 | <alias from="sr_Latn_YU" to="sr_Latn_RS"/> |
michael@0 | 49 | <alias from="sr_Latn_CS" to="sr_Latn_RS"/> |
michael@0 | 50 | <alias from="th_TH_TRADITIONAL" to="th_TH" rbpath="/calendar/default" value="buddhist"/> |
michael@0 | 51 | <alias from="tl" to="fil"/> |
michael@0 | 52 | <alias from="tl_PH" to="fil_PH"/> |
michael@0 | 53 | <alias from="tzm_MA" to="tzm_Latn_MA"/> |
michael@0 | 54 | <alias from="uz_AF" to="uz_Arab_AF"/> |
michael@0 | 55 | <alias from="uz_UZ" to="uz_Latn_UZ"/> |
michael@0 | 56 | <alias from="vai_LR" to="vai_Vaii_LR"/> |
michael@0 | 57 | <alias from="zh_CN" to="zh_Hans_CN"/> |
michael@0 | 58 | <alias from="zh_HK" to="zh_Hant_HK"/> |
michael@0 | 59 | <alias from="zh_MO" to="zh_Hant_MO"/> |
michael@0 | 60 | <alias from="zh_SG" to="zh_Hans_SG"/> |
michael@0 | 61 | <alias from="zh_TW" to="zh_Hant_TW"/> |
michael@0 | 62 | </deprecates> |