summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2017-05-23Cleanup default values and methods in CXFA_WidgetdataDan Sinclair
2017-05-23Use NOTREACHED() in more places.Lei Zhang
2017-05-20Use observed ptrs from CFGAS_GEFont back to its font mgrs.chromium/3106Tom Sepez
2017-05-20Use unowned ptr from CXFA_FFDocView to CXFA_FFDocTom Sepez
2017-05-19ASAN flags zero-length StringC in GetMapModuleString()chromium/3105Tom Sepez
2017-05-19Move CCodec_ModuleMgr ownership to CPDF_ModuleMgr.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-16Be skeptical of bare |new|s.Tom Sepez
2017-05-16CFDE_RenderDevice::m_bOwnerDevice is always falseTom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
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-11Rename render device classesDan Sinclair
2017-05-11Limit XFA FormCalc program translation size.Lei Zhang
2017-05-10Check CXFA_FM2JSContext::Translate() return value.Lei Zhang
2017-05-09Create common CXML_Object base class for CXML_Content and CXML_Element.Tom Sepez
2017-05-09Use CXFA_TextUserData in place of CFX_Retainable where possible.Tom Sepez
2017-05-09No-effect cast in cxfa_layoutitem.cppTom Sepez
2017-05-09Remove downcast in cxfa_layoutpagemgr.cppTom Sepez
2017-05-08Remove default params in CFX_DIBSourceNicolas Pena
2017-05-04Give a couple of char to int functions better names.chromium/3090Lei Zhang
2017-05-04Make CPDF_Font member variables protected.Lei Zhang
2017-05-04Cleanup CXFA_RenderContextDan Sinclair
2017-05-04Removing unused IFX_Pause parametersDan Sinclair
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-05-03XFA Nits: Dead CreateCharIter(), auto CFXJSE_Value unique ptr.Tom Sepez
2017-05-02Change BarcodeTest to render to bitmaps.Lei Zhang
2017-05-02Remove more |new|s, part 7Tom Sepez
2017-05-01Remove more |new|s, part 6chromium/3087Tom Sepez
2017-05-01Remove more |new|s, part 5Tom Sepez
2017-04-28Remove some more |new|s, part 4.Tom Sepez
2017-04-28Remove more |new|s, part 3Tom Sepez
2017-04-28CXFA_FMStringExpression: int16_t is not a good type for a string index.Tom Sepez
2017-04-27Add barcode test skeletonTom Sepez
2017-04-26Avoid unordered_set and maps for the time being.chromium/3082Tom 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-24Nit cleanup in XFA widget codeDan Sinclair
2017-04-24Cleanup the XFA Bacode widgetDan Sinclair
2017-04-21Add CFX_RenderDevice::AutoRestorer()chromium/3078Tom Sepez