intl/chardet/tools/gen.cmd

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 REM This Source Code Form is subject to the terms of the Mozilla Public
     2 REM License, v. 2.0. If a copy of the MPL was not distributed with this
     3 REM file, You can obtain one at http://mozilla.org/MPL/2.0/.
     5 perl gencp1252.pl    > ..\src\nsCP1252Verifier.h
     6 perl geneucjp.pl     > ..\src\nsEUCJPVerifier.h
     7 perl geniso2022jp.pl > ..\src\nsISO2022JPVerifier.h
     8 perl gensjis.pl      > ..\src\nsSJISVerifier.h
     9 perl genutf8.pl      > ..\src\nsUTF8Verifier.h
    10 perl geneuckr.pl     > ..\src\nsEUCKRVerifier.h
    11 perl gengb2312.pl    > ..\src\nsGB2312Verifier.h
    12 perl genbig5.pl      > ..\src\nsBIG5Verifier.h
    13 perl geneuctw.pl     > ..\src\nsEUCTWVerifier.h
    14 perl genucs2be.pl    > ..\src\nsUCS2BEVerifier.h
    15 perl genucs2le.pl    > ..\src\nsUCS2LEVerifier.h
    16 perl genhz.pl        > ..\src\nsHZVerifier.h
    17 perl geniso2022kr.pl > ..\src\nsISO2022KRVerifier.h
    18 perl geniso2022cn.pl > ..\src\nsISO2022CNVerifier.h

mercurial