summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js
AgeCommit message (Expand)Author
2018-04-11Make cxfa_fmlexer.cpp resilient to null stringsTom Sepez
2018-04-06Fix typos in CXFA_FMParser.chromium/3391Lei Zhang
2018-03-28Smaller post expression setDan Sinclair
2018-03-12Remove all usages of FXSYS_iswASCIIalphaRyan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-07[formcalc] Consider width along with depth of treeDan Sinclair
2018-03-07[formcalc] Handle bad elseif conditionalschromium/3365Dan Sinclair
2018-03-06[formcalc] Allow empty declaration bodiesDan Sinclair
2018-03-05[formcalc] Simplify function signature parsingchromium/3363Dan Sinclair
2018-03-05[formcalc] Cleanup m_error handlingDan Sinclair
2018-02-26Add some more missing consts.chromium/3356Tom Sepez
2018-02-22[formcalc] Cleanup function handlingDan Sinclair
2018-02-22Jumbo fixesDan Sinclair
2018-02-21[formcalc] Cleanup if expression parsing.Dan Sinclair
2018-02-21[formcalc] Add elseif expression to parser testDan Sinclair
2018-02-21[formcalc] Minor parser cleanupschromium/3352Dan Sinclair
2018-02-21[formcalc] Use default destructorsDan Sinclair
2018-02-21[formcalc] Remove the ParseBlockExpression methodDan Sinclair
2018-02-20[formcalc] Remove unused expression typeDan Sinclair
2018-02-20[formcalc] Treat elseif and else the same during outputDan Sinclair
2018-02-20[formcalc] Do not convert if to an identifierDan Sinclair
2018-02-20[formcalc] Remove unused line parameterDan Sinclair
2018-02-20[formcalc] Split literal parsing to its own methodDan Sinclair
2018-02-20[formcalc] The if token is a keyword and should not be made an identifierDan Sinclair
2018-02-20Tighten up assignment instructions in formcalc.Dan Sinclair
2018-02-19Remove extraneous HasError checksdan sinclair
2018-02-19FormCalc Assignment is not a SimpleExpressiondan sinclair
2018-02-19Cleanup FormCalc inheritancedan sinclair
2018-02-19Remove base class ToJavaScript methods in FormCalcdan sinclair
2018-02-19Cleanup JS generation in formcalc.dan sinclair
2018-02-19Inline FormCalc method namesdan sinclair
2018-02-19Inline some formcalc identifiersdan sinclair
2018-02-19Merge FormCalc to JavaScript methodsdan sinclair
2018-02-19Simplify CXFA_FMToken creationdan sinclair
2018-02-19Simplify formcalc token listdan sinclair
2018-02-15Add limit to number of formcalc expressionsDan Sinclair
2017-11-01Move some XFA JS code into fxjs/Dan Sinclair
2017-10-26Consistently apply JS size checkRyan Harrison
2017-10-25Fixing the prefix on IsTooBigRyan Harrison
2017-10-25Add in depth check for ToJavascript and related methodsRyan Harrison
2017-09-27Remove FXSYS_strlen and FXSYS_wcslenchromium/3226Ryan Harrison
2017-09-27Remove FX_STRSIZE and replace with size_tRyan Harrison
2017-09-21Move CFX_UnownedPtr to UnownedPtrDan Sinclair
2017-09-21Rename CFX_RetainPtr to RetainPtrDan Sinclair
2017-09-21Move CFX_AutoRestorer to fxcrt::AutoRestorerDan Sinclair
2017-09-20Add in missed parse recursion depth checksRyan Harrison
2017-09-18Convert string class namesRyan Harrison
2017-09-06Convert FX_STRSIZE int->size_tRyan Harrison
2017-09-06GUID cleanupDan Sinclair
2017-09-05Split fx_guid from fx_extensionDan Sinclair