summaryrefslogtreecommitdiff
path: root/xfa/src/fxfa/src/parser
AgeCommit message (Expand)Author
2016-03-01Fix and enable lint checks.Dan Sinclair
2016-03-01Remove XFA_PARSE_HAS_LINEIDENTIFIERDan Sinclair
2016-02-29Remove foxitlib.h and foxitxfa.h and IWYU.Dan Sinclair
2016-02-29Remove _XFA_LAYOUTITEM_* defines.Dan Sinclair
2016-02-27Cleanup forward declarations.dan sinclair
2016-02-26Remove some FX_BOOLsTom Sepez
2016-02-25_XFA_VERIFY_Checksum is always defined.Dan Sinclair
2016-02-25Remove fgas.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-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-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-19Define _DEBUG for debug builds.Lei Zhang
2016-02-19Move m_rgPendingNodes off of CFX_PtrList.Tom Sepez
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-18Fixup incorrect include guards.Dan Sinclair
2016-02-08Tidy fpdfsave.cppTom 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-04Call CXFA_Object::ToNode() rather than C-style casting.Tom Sepez
2016-02-03Make CXFA_Data sub-classes ctors explicit.Tom Sepez
2016-02-03Add CFXA_Object helper methods.Tom Sepez
2016-02-02XFA: Fix a crashier in SetFocus()Jun Fang
2016-02-01Fix AddressSanitizer: heap-buffer-overflow in ValidateCanonicalTime()Jun Fang
2016-01-26Fix DOS newlinesTom Sepez
2016-01-25XFA: Fix a bunch of pointless returns.chromium/2637chromium/2636chromium/2635chromium/2634chromium/2633chromium/2632Lei Zhang
2016-01-20Remove CFX_CMapByteStringToPtr usage in XFA.Tom Sepez
2016-01-20Remove dubious cast in CXFA_ScriptContext::AddJSBuiltinObject()Jun Fang
2016-01-11Merge to XFA: Switch most min/max macros to std::min/max.Lei Zhang
2016-01-08XFA: Remove many relative includes in xfa/Lei Zhang
2015-12-14Merge to XFA: Remove FX_BSTRC.Lei Zhang
2015-12-11Fix a crasher in CXFA_FFDocView::SetFocus()Jun Fang
2015-11-27Fix a crasher caused by an invalid index in CXFA_LayoutPageMgr::GetPage()Jun Fang
2015-11-23Make CXFA_ContainerLayoutItem inherit from IXFA_LayoutPage.Tom Sepez
2015-11-13Add AsLayoutItem()/ToLayoutItem() functions.Tom Sepez
2015-11-13Rename LayoutItemImpl classes to LayoutItem.Tom Sepez