summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fxfa_basic.h
AgeCommit message (Expand)Author
2017-12-07[xfa] Move JS method information to files.chromium/3288Dan Sinclair
2017-11-30Rename XFA_ATTRIBUTEENUM to XFA_AttributeEnum enum classDan Sinclair
2017-11-30Move packet information into simple parserDan Sinclair
2017-11-30Make parsers work off XFA_PacketType enumDan Sinclair
2017-11-30A CXFA_Node can only be in one packetDan Sinclair
2017-11-30Cleanup XFA packet codeDan Sinclair
2017-11-30Generate XFA node attribute informationDan Sinclair
2017-11-29Remove XFA_Unit::AngleDan Sinclair
2017-11-27Add some helpers for attribute lookupDan Sinclair
2017-11-27Generate XFA node classesDan Sinclair
2017-11-08Convert XFA_PACKET to an enum classDan Sinclair
2017-11-08Convert XFA_SCRIPT_TYPE to an enum classDan Sinclair
2017-11-08Convert XFA_UNIT to an enum classDan Sinclair
2017-11-08Convert XFA_ATTRIBUTETYPE to an enum classDan Sinclair
2017-11-08Convert XFA_ATTRIBUTE to an enum classDan Sinclair
2017-11-08Fix XFA_SCRIPTATTRIBUTEINFO attribute typeDan Sinclair
2017-11-06Call CJX methods directly instead of proxyingDan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move xfa/fxfa/include to xfa/fxfadsinclair