summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-08-02Rewrite how string Insert() methods handle out of bound indicesRyan Harrison
2017-08-01Encapsulate some CFX_Char members.Lei Zhang
2017-08-01Remove support for negative params to ReleaseBuffer()Ryan Harrison
2017-08-01Replace raw value for constant error value in string operationsRyan Harrison
2017-07-31Remove null derefence case caught by fuzzersRyan Harrison
2017-07-28Use FX_GetUnicodeProperties() in more places.chromium/3173chromium/3172chromium/3171Lei Zhang
2017-07-28Remove unused param from CFX_TxtBreak::AppendChar_PageLoad().Lei Zhang
2017-07-28Convert calls to Mid() to Left() or Right() if possibleRyan Harrison
2017-07-27Simplify FX_GetMirrorChar() code.Lei Zhang
2017-07-27Remove single param Mid() method from string classesRyan Harrison
2017-07-27Move CXFA_FMParse to CFXA_FMParserRyan Harrison
2017-07-27Remove CFX_ByteTextBuf from cxfa_fm2jscontext.cppHenrique Nakashima
2017-07-27Remove 0 from the valid FormCalc charactersRyan Harrison
2017-07-27Refactor whitespace lexing to be explicitRyan Harrison
2017-07-27Rewrite FMLexer to use nullptr for errorsRyan Harrison
2017-07-27Add conversion from FMTokens to stringsRyan Harrison
2017-07-27The FDE CSS code does not use the CFGAS_FontMgrDan Sinclair
2017-07-27Fixup includes in xfa/fde/csschromium/3169Dan Sinclair
2017-07-27Removed unused helper functionRyan Harrison
2017-07-27Move CXFA_CSSTagProvider to inner class of CXFA_TextParserDan Sinclair
2017-07-26Clean up CXFA_Measurement and callers.Lei Zhang
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-24Remove fx_edit.hDan Sinclair
2017-07-19Rename StringCs c_str() to unterminated_c_str().Tom Sepez
2017-07-19Use CFX_WideString in CPDF_NameTree functions to strip BOMchromium/3162Jane Liu
2017-07-18Correct lexer handling of FormCalc identifiersRyan Harrison
2017-07-14Fixup naming of XFA graphics classesDan Sinclair
2017-07-13Rename cfx_color to cxfa_colorDan Sinclair
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-30Split CFDE_CSSTextBuf in two.Lei Zhang
2017-06-30Remove hand rolled bsearch from HTMLCode2STRRyan Harrison
2017-06-30Fix nits in a bunch of random XFA files.Lei Zhang
2017-06-29Move Start to constructor in CFX_Image(Renderer|Transformer)chromium/3145Nicolas Pena
2017-06-29Cleaning up SomMethod handling in fm2jsRyan Harrison
2017-06-29Change SetReverse to GetInverse in CFX_MatrixNicolas Pena
2017-06-29Cleanup call expression handling in fm2jsRyan Harrison
2017-06-28XFA: Add test to show Oneof() works correctly.Lei Zhang
2017-06-26Remove a const_cast in CFDE_CSSTextBuf.Lei Zhang
2017-06-26Clean up CFDE_CSSTextBuf.Lei Zhang
2017-06-26Adding back the CFX_DateTime print helpers.Henrique Nakashima
2017-06-23Cleaning up fx_string_testhelpers.Henrique Nakashima
2017-06-22Add a |gGeneralPartitionAllocator| and use it in the |FX_*Alloc| wrappers.chromium/3142chromium/3141chromium/3140chromium/3139Chris Palmer
2017-06-20Cleanup fpdf_parser_decodeNicolas Pena
2017-06-14Fix bad format string in CXFA_FM2JSContext.Lei Zhang