summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js/xfa_lexer.cpp
AgeCommit message (Expand)Author
2017-05-17Rename formcalc files to better match contentsDan Sinclair
2017-05-16Handle when XFA parser error handlers cannot format error messages.Lei Zhang
2017-05-16Add formcalc lexer tests.Dan Sinclair
2017-05-16Do not walk off end of formcalc stringDan Sinclair
2017-05-16Minor xfa_lexer.cpp cleanupDan Sinclair
2017-05-15Return unique_ptr from xfa lexer Scan() methodTom Sepez
2017-04-25Use fx_extension.h utilities in more places in xfa/Lei Zhang
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-03-15Cleanup nits from prior CLsDan 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
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-09-29Move core/fxcrt/include to core/fxcrtdsinclair
2016-06-16Make code compile with clang_use_chrome_plugin (part V)chromium/2770weili
2016-04-26Fix Wvarargs warning in XFA error code.chromium/2722chromium/2721chromium/2719chromium/2718dsinclair
2016-04-25Pass CFX_*StringCs to FX_HashCode_GETA and _GETW hash functions.tsepez
2016-04-06Rename CFX_WideStringC::raw_str() to c_str()tsepez
2016-04-05Rename GetCStr and GetPtr to match CFX_ByteString.dsinclair
2016-03-25Remove FX_DWORD from XFA.tsepez
2016-03-23Move core/include/fxcrt to core/fxcrt/include.Dan Sinclair
2016-03-14Move xfa/src up to xfa/.Dan Sinclair