summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa
AgeCommit message (Expand)Author
2016-03-09Review and cleanup lint warnings.Dan Sinclair
2016-03-08Split off CPDF_Document into its own .cpp/.h files.Tom Sepez
2016-03-08Remove xfa/src/fxfa/src/common and xfa/src/fxfa/srcDan Sinclair
2016-03-08CXFA_TextParseContext::m_eDisplay is too smallTom Sepez
2016-03-03Don't allow empty expression in CXFA_FMParse::ParseParenExpression.Oliver Chang
2016-03-03Some cleanup for xfa_expression/xfa_simpleexpressionOliver Chang
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-03-01Remove XFA_PARSE_HAS_LINEIDENTIFIERDan Sinclair
2016-03-01Remove _XFA_EMBDan Sinclair
2016-02-29Remove xfa_fm2js.h and IWYU.Dan Sinclair
2016-02-29Remove foxitlib.h and foxitxfa.h and IWYU.Dan Sinclair
2016-02-29Using size_t to silence warnings.Dan Sinclair
2016-02-29Remove _XFA_LAYOUTITEM_* defines.Dan Sinclair
2016-02-29Remove _FXLIB_NEW_VERSION_ as it is always defined.Dan Sinclair
2016-02-27Cleanup forward declarations.dan sinclair
2016-02-26Fix windows build broken at 007e6c0Tom Sepez
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-26Replace or remove _FX control-flow definesTom Sepez
2016-02-25Use std::lower_bound() in a couple places.Lei Zhang
2016-02-25_XFA_VERIFY_Checksum is always defined.Dan Sinclair
2016-02-25Remove fde_mem.hDan Sinclair
2016-02-25Remove fgas.h and IWYU.Dan Sinclair
2016-02-25Use std::unique_ptr in CXFA_FMParse.Lei Zhang
2016-02-25Remove fde.h and IWYU.Dan Sinclair
2016-02-25Make CXFA_Node::GetMeasure() and friends const.Lei Zhang
2016-02-25Remove set but unsed variables.Lei Zhang
2016-02-25Make CFX_PSVTemplate simpler.Tom Sepez
2016-02-25Remove include only fwl.h and IWYU.Dan Sinclair
2016-02-24Remove foo != NULL checks in xfa/src/fxfa.Lei Zhang
2016-02-24Remove xfa_common.h and IWYU.Dan Sinclair
2016-02-24Fixing whitespace lint errors.Dan Sinclair
2016-02-23Moar _CAPS work, part 3.Tom Sepez
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-23Sort includes in xfa/.Dan Sinclair
2016-02-23Fix a crasher in CXFA_ItemLayoutProcessor::DoLayoutTableContainer()Jun Fang
2016-02-23Fix a crasher in CXFA_LayoutPageMgr::GetAvailHeight()Jun Fang
2016-02-23Fix a crasher in CFX_ArrayTemplate::GetAt()Jun Fang
2016-02-22Switch from _DEBUG to NDEBUG.Lei Zhang
2016-02-23Fix a crasher in ParsePostfixExpression()Jun Fang
2016-02-22Remove unused stuff from fx_sys.hTom Sepez
2016-02-22Define NDEBUG for Release builds.Lei Zhang
2016-02-22Expand XFA includes to be relative to pdfium/.Dan Sinclair
2016-02-22Fixing include guards, and presubmit.Dan Sinclair
2016-02-19Add a proper bounds check to XFA_FM_KeywordToStringOliver Chang
2016-02-19Define _DEBUG for debug builds.Lei Zhang
2016-02-19Revert "Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.""Tom Sepez
2016-02-19Revert "Use safe arithmentic in CFX_BinaryBuf::ExpandBuf."Tom Sepez
2016-02-19Use safe arithmentic in CFX_BinaryBuf::ExpandBuf.Tom Sepez
2016-02-19Move m_rgPendingNodes off of CFX_PtrList.Tom Sepez