summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/xfa_utils.cpp
AgeCommit message (Expand)Author
2017-11-14Move code out of xfa_utilschromium/3271chromium/3270chromium/3269Dan Sinclair
2017-11-14Cleanup XFA default value codeDan Sinclair
2017-11-08Convert XFA_PACKET 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-04Remove default values from CXFA_Node::{CountChildren|GetChild}chromium/3259Dan Sinclair
2017-11-01Split JS code out of CXFA_Node.Dan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-19Move fde XML parser to coreDan Sinclair
2017-04-18Remove hand-written bsearch from XFA_GetAttributeEnumByName()Tom Sepez
2017-04-18Remove hand-written bsearch from XFA_GetAttributeByName()Tom Sepez
2017-04-05Move XML attribute handling to a base class.Dan Sinclair
2017-04-04Cleanup CFDE_XMLCharData and CFDE_XMLTextDan Sinclair
2017-04-03Split the FDE XML file into indiviual class files.Dan Sinclair
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-28Renaming and splitting in xfa/fxfa/parser.Dan Sinclair
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_DOUBLE with underlying double type.Dan Sinclair
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2017-03-13Make most PDFium code pass Clang plugin's auto raw check.Lei Zhang
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-07-21Rename xfa_utils_imp to xfa_utilsdsinclair