summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js
AgeCommit message (Expand)Author
2017-05-25Split apart remaining xfa/fxfa/app filesDan Sinclair
2017-05-25Mass conversion of all const-lifetime class membersTom Sepez
2017-05-25Fix FM2JSContext Round return typeDan Sinclair
2017-05-25Enable remaining boolean FM2JSContext testsdan sinclair
2017-05-25Enable the FM2JSContext Exists testdan sinclair
2017-05-25Enable FM2JSContext Choose testsdan sinclair
2017-05-25Enable most FM2JSContext boolean testsdan sinclair
2017-05-24More FM2JSContext testsDan Sinclair
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-18Use UnownedPtr to check CFX_*StringC lifetimeschromium/3104Tom Sepez
2017-05-18Adding fm2js embedder testsDan Sinclair
2017-05-18Remove CXFA_FMErrorInfodan sinclair
2017-05-17Shorten internal JS prefixes.Dan Sinclair
2017-05-17Adding CXFA_Parse unittestsDan Sinclair
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-16Update formcalc return typesDan 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-05-11Limit XFA FormCalc program translation size.Lei Zhang
2017-05-10Check CXFA_FM2JSContext::Translate() return value.Lei Zhang
2017-04-28CXFA_FMStringExpression: int16_t is not a good type for a string index.Tom Sepez
2017-04-25Use unique_ptr in CXFA_ScriptContext::m_mapVariableToContext.Tom Sepez
2017-04-25Use fx_extension.h utilities in more places in xfa/Lei Zhang
2017-04-24Use a pdfium-specific unittest main rather than gtest'sTom Sepez
2017-04-20Cleanup the fx_extension code.Dan Sinclair
2017-04-18Use Byte/WideString iteratorsTom Sepez
2017-04-18Require unique_ptr arg for CXFA_FMLexer::SetToken()Tom Sepez
2017-04-13Add ability to make StringCs from std::vector<>s.Tom Sepez
2017-04-12Fix string passing coventions in xfa_fm2jscontext.hchromium/3070Tom Sepez
2017-04-11Avoid long assignment chain in FM parserNicolas Pena
2017-04-10Fix bytestring passing conventions, part 2.Tom Sepez
2017-04-06Fix unit tests to initialize PartitionAlloc.Chris Palmer
2017-04-03Drop FXSYS_ from mem methodsDan Sinclair
2017-04-03Drop FXSYS_ from math methodsDan Sinclair
2017-03-29Remove fgas/localization directoryDan Sinclair
2017-03-29Rename fgas/localization files to match contentsDan Sinclair
2017-03-29Rename CFX_Unitime to CFX_DateTimeDan Sinclair
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-29Return values instead of out paramschromium/3056Dan Sinclair
2017-03-28Renaming and splitting in xfa/fxfa/parser.Dan Sinclair
2017-03-28Remove CFX_ArrayTemplate in CXFA_ValueArrayTom Sepez
2017-03-23Tighten up XFA VisibilityDan Sinclair
2017-03-17Add pdfium::clamp() as a placeholder for std::clamp().chromium/3046Lei Zhang
2017-03-15Cleanup nits from prior CLsDan Sinclair
2017-03-14Replace CXFA_{Object,Node}Array with std::vectorTom Sepez
2017-03-14Replace FX_FLOAT with underlying float type.Dan Sinclair
2017-03-14Replace FX_DOUBLE with underlying double type.Dan Sinclair