intl/chardet/tools/gen.cmd

Tue, 06 Jan 2015 21:39:09 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 06 Jan 2015 21:39:09 +0100
branch
TOR_BUG_9701
changeset 8
97036ab72558
permissions
-rwxr-xr-x

Conditionally force memory storage according to privacy.thirdparty.isolate;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     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