summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2016-02-23Remove FXSYS_Div.Dan Sinclair
2016-02-23Remove FXSYS_Mul.Dan Sinclair
2016-02-23Remove more _CAPS namesTom Sepez
2016-02-23Remove uses of this->foo.Lei Zhang
2016-02-23Remove many _CAPS structure names.Tom Sepez
2016-02-23Remove _FDE_BLOCK_BUFFER as it's always defined.Dan Sinclair
2016-02-23Remove _FDEPLUS define.Dan Sinclair
2016-02-23XFA build fix.Dan Sinclair
2016-02-23Sort includes in xfa/.Dan Sinclair
2016-02-23Resolve heap-use-after-free in CFX_WideString::~CFX_WideString()Jun Fang
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-22Fix return values in CFWL_FormImp::EndDoModal().Lei Zhang
2016-02-22Fix remaining FX_memsets in windowsTom Sepez
2016-02-22Remove unused stuff from fx_sys.hTom Sepez
2016-02-22Define NDEBUG for Release builds.Lei Zhang
2016-02-22Remove CFX_ThreadLock (its a no-op)Tom Sepez
2016-02-22Remove unused fde_gdidevice files.Dan Sinclair
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
2016-02-19Remove CFX_{Byte,Wide}String::ConvertFrom().Lei Zhang
2016-02-19Remove XFA_DATAMERGE_UPDATEBINDINGRELATIONS_DFSTom Sepez
2016-02-19fix crashed in FXJSE_Value_Setjinming_wang
2016-02-19Fix a crasher in CXFA_Node::Script_Form_Recalculate()Jun Fang
2016-02-19Fix a crasher in CFDE_TxtEdtDoRecord_Insert::CFDE_TxtEdtDoRecord_Insert()Jun Fang
2016-02-19Fix an assertion failure in CXFA_FWLTheme::Initialize()Jun Fang
2016-02-18Fixup incorrect include guards.Dan Sinclair
2016-02-17Fix some issues with CXFA_FMParse/CXFA_FMLexer infinite looping.chromium/2657chromium/2656chromium/2655Oliver Chang
2016-02-17Banish CFX_ByteArray and CFX_WideArray to the XFA side.Tom Sepez
2016-02-16IFWL_App::Create() always passed adapter, "fuel" adapter unusedTom Sepez
2016-02-12One less PI.Tom Sepez
2016-02-09Several pure virtual IFWL_Adapter* classes not implemented.Tom Sepez
2016-02-08Tidy fpdfsave.cppTom Sepez
2016-02-08Remove CFX_PtrArray from xfa/include/fwlTom Sepez
2016-02-05Fix heap-use-after-free in CXFA_FFWidget::GetDataAcc()Jun Fang
2016-02-06Add a parameter checker in CXFA_ScriptContext::QueryNodeByFlag()Jun Fang
2016-02-05Fix build broken at e059b5ba1260Tom Sepez
2016-02-05Remove CFX_PtrArray from xfa's combobox.h.Tom Sepez
2016-02-04Fix an assertion failure in CXFA_DefFontMgr::GetDefaultFont()Jun Fang
2016-02-04Call CXFA_Object::ToNode() rather than C-style casting.Tom Sepez
2016-02-04Pdfium does not create isolate when it runs in chromiumjinming_wang