Wed, 31 Dec 2014 06:09:35 +0100
Cloned upstream origin tor-browser at tor-browser-31.3.0esr-4.5-1-build1
revision ID fc1c9ff7c1b2defdbc039f12214767608f46423f for hacking purpose.
michael@0 | 1 | /* This Source Code Form is subject to the terms of the Mozilla Public |
michael@0 | 2 | * License, v. 2.0. If a copy of the MPL was not distributed with this |
michael@0 | 3 | * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ |
michael@0 | 4 | |
michael@0 | 5 | /****** |
michael@0 | 6 | |
michael@0 | 7 | This file contains the list of all text services nsIAtoms and their values |
michael@0 | 8 | |
michael@0 | 9 | It is designed to be used as inline input to nsTextServicesDocument.cpp *only* |
michael@0 | 10 | through the magic of C preprocessing. |
michael@0 | 11 | |
michael@0 | 12 | All entries must be enclosed in the macro TS_ATOM which will have cruel |
michael@0 | 13 | and unusual things done to it |
michael@0 | 14 | |
michael@0 | 15 | It is recommended (but not strictly necessary) to keep all entries |
michael@0 | 16 | in alphabetical order |
michael@0 | 17 | |
michael@0 | 18 | The first argument to TS_ATOM is the C++ identifier of the atom |
michael@0 | 19 | The second argument is the string value of the atom |
michael@0 | 20 | |
michael@0 | 21 | ******/ |
michael@0 | 22 | |
michael@0 | 23 | // OUTPUT_CLASS=nsTextServicesDocument |
michael@0 | 24 | // MACRO_NAME=TS_ATOM |
michael@0 | 25 | |
michael@0 | 26 | TS_ATOM(sAAtom, "a") |
michael@0 | 27 | TS_ATOM(sAddressAtom, "address") |
michael@0 | 28 | TS_ATOM(sBigAtom, "big") |
michael@0 | 29 | TS_ATOM(sBAtom, "b") |
michael@0 | 30 | TS_ATOM(sCiteAtom, "cite") |
michael@0 | 31 | TS_ATOM(sCodeAtom, "code") |
michael@0 | 32 | TS_ATOM(sDfnAtom, "dfn") |
michael@0 | 33 | TS_ATOM(sEmAtom, "em") |
michael@0 | 34 | TS_ATOM(sFontAtom, "font") |
michael@0 | 35 | TS_ATOM(sIAtom, "i") |
michael@0 | 36 | TS_ATOM(sKbdAtom, "kbd") |
michael@0 | 37 | TS_ATOM(sKeygenAtom, "keygen") |
michael@0 | 38 | TS_ATOM(sNobrAtom, "nobr") |
michael@0 | 39 | TS_ATOM(sSAtom, "s") |
michael@0 | 40 | TS_ATOM(sSampAtom, "samp") |
michael@0 | 41 | TS_ATOM(sSmallAtom, "small") |
michael@0 | 42 | TS_ATOM(sSpacerAtom, "spacer") |
michael@0 | 43 | TS_ATOM(sSpanAtom, "span") |
michael@0 | 44 | TS_ATOM(sStrikeAtom, "strike") |
michael@0 | 45 | TS_ATOM(sStrongAtom, "strong") |
michael@0 | 46 | TS_ATOM(sSubAtom, "sub") |
michael@0 | 47 | TS_ATOM(sSupAtom, "sup") |
michael@0 | 48 | TS_ATOM(sTtAtom, "tt") |
michael@0 | 49 | TS_ATOM(sUAtom, "u") |
michael@0 | 50 | TS_ATOM(sVarAtom, "var") |
michael@0 | 51 | TS_ATOM(sWbrAtom, "wbr") |