layout/mathml/mathfontStandardSymbolsL.properties

Thu, 15 Jan 2015 15:59:08 +0100

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Thu, 15 Jan 2015 15:59:08 +0100
branch
TOR_BUG_9701
changeset 10
ac0c01689b40
permissions
-rw-r--r--

Implement a real Private Browsing Mode condition by changing the API/ABI;
This solves Tor bug #9701, complying with disk avoidance documented in
https://www.torproject.org/projects/torbrowser/design/#disk-avoidance.

     1 # This Source Code Form is subject to the terms of the Mozilla Public
     2 # License, v. 2.0. If a copy of the MPL was not distributed with this
     3 # file, You can obtain one at http://mozilla.org/MPL/2.0/.
     5 #  LOCALIZATION NOTE: FILE
     6 #  Do not translate anything in this file
     8 # This file contains the list of all stretchy MathML chars that
     9 # can be rendered with Standard Symbols L.
    11 #        [ T/L |  M  | B/R |  G  | size0 ... size{N-1} ]
    12 \u0028 = \uF8EB\uFFFD\uF8ED\uF8EC\u0028 # (
    13 \u0029 = \uF8F6\uFFFD\uF8F8\uF8F7\u0029 # )
    14 \u005B = \uF8EE\uFFFD\uF8F0\uF8EF\u005B # [
    15 \u005D = \uF8F9\uFFFD\uF8FB\uF8FA\u005D # ]
    16 \u007B = \uF8F1\uF8F2\uF8F3\uF8F4\u007B # {
    17 \u007C = \uFFFD\uFFFD\uFFFD\u007C\u007C # |
    18 \u007D = \uF8FC\uF8FD\uF8FE\uF8F4\u007D # }
    20 \u00AF = \uFFFD\uFFFD\uFFFD\uF8E5\u00AF # ad-hoc: overbar is stretched with the radical extender 
    21 \u0332 = \uFFFD\uFFFD\uFFFD\u005F\u0332 # ad-hock: UnderBar (0x0332) is stretched with underscore
    23 \u2190 = \u2190\uFFFD\uFFFD\uF8E7\u2190 # LeftArrow, larr, leftarrow
    24 \u2191 = \u2191\uFFFD\uFFFD\uF8E6\u2191 # UpArrow, uarr, uparrow
    25 \u2192 = \uFFFD\uFFFD\u2192\uF8E7\u2192 # RightArrow, rarr, rightarrow
    26 \u2193 = \uFFFD\uFFFD\u2193\uF8E6\u2193 # DownArrow, darr, downarrow
    27 \u2194 = \u2190\uFFFD\u2192\uF8E7\u2194 # LeftRightArrow, harr, leftrightarrow
    28 \u2195 = \u2191\uFFFD\u2193\uF8E6\u2195 # UpDownArrow, updownarrow, varr
    30 \u222B = \u2320\uFFFD\u2321\uF8F5\u222B # Integral, int
    31 # If there are problems with the font-supplied glue use a rule:
    32 # \u222B = \u2320\uFFFD\u2321\uFFFD\u222B # Integral, int
    34 # Using parts of [ and ]
    35 \u2308 = \uF8EE\uFFFD\uFFFD\uF8EF\u2308 # LeftCeiling, lceil
    36 \u2309 = \uF8F9\uFFFD\uFFFD\uF8FA\u2309 # RightCeiling, rceil
    37 \u230A = \uFFFD\uFFFD\uF8F0\uF8EF\u230A # LeftFloor, lfloor
    38 \u230B = \uFFFD\uFFFD\uF8FB\uF8FA\u230B # RightFloor, rfloor
    40 # same as normal arrows
    41 \u27F5 = \u2190\uFFFD\uFFFD\uF8E7\u27F5 # LongLeftArrow
    42 \u27F6 = \uFFFD\uFFFD\u2192\uF8E7\u27F6 # LongRightArrow
    43 \u27F7 = \u2190\uFFFD\u2192\uF8E7\u27F7 # LongLeftRightArrow

mercurial