summaryrefslogtreecommitdiff
path: root/xfa/fxfa/fm2js
AgeCommit message (Expand)Author
2017-07-27Removed unused helper functionRyan Harrison
2017-07-25Clean up data passing in FormCalc Lexerchromium/3167Ryan Harrison
2017-07-24Rename FMLexer methods to be more descriptiveRyan Harrison
2017-07-24Remove extracting characters from inputRyan Harrison
2017-07-24Move xfa/fxfa/app to xfa/fxfachromium/3166Dan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-07-18Correct lexer handling of FormCalc identifiersRyan Harrison
2017-07-07Remove a static initializer introduced in commit 573b10a.Lei Zhang
2017-07-05Extract comparison functions from std::lower_bound argsRyan Harrison
2017-07-04Removed hand rolled bsearch from IsKeyword methodRyan Harrison
2017-06-30Remove hand rolled bsearch from HTMLSTR2CodeRyan Harrison
2017-06-30Remove hand rolled bsearch from HTMLCode2STRRyan Harrison
2017-06-29Cleaning up SomMethod handling in fm2jsRyan Harrison
2017-06-29Cleanup call expression handling in fm2jsRyan Harrison
2017-06-28XFA: Add test to show Oneof() works correctly.Lei Zhang
2017-06-14Fix bad format string in CXFA_FM2JSContext.Lei Zhang
2017-06-02Prevent OOB access in CXFA_FM2JSContext::IsIsoTimeFormat().Lei Zhang
2017-06-01Tag CFXJSE_HostObject sub-classes.Tom Sepez
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