summaryrefslogtreecommitdiff
path: root/xfa/fxfa
AgeCommit message (Expand)Author
2018-08-01Rename PageSetContainerLayoutItem to TraverseStrategy_PageSet.chromium/3509Tom Sepez
2018-08-01Add a ScopedLocale for use within CXFA_LocaleValue.Lei Zhang
2018-08-01Fix a nullptr crash in CXFA_LocaleValue::ValidateValue().Lei Zhang
2018-07-31Remove CXFA_Corner downcasts from cxfa_rectangle.cppTom Sepez
2018-07-30Replace m_bIsContentLayoutItem with proper enum for type.Tom Sepez
2018-07-30Don't static_cast<>(this) to subclass in CXFA_LayoutItem methods.chromium/3508Tom Sepez
2018-07-30Return unique_ptr from CXFA_FFNotify::OnCreate{Container,Content}LayoutItem()Tom Sepez
2018-07-30Convert some asserts to ifs in cxfa_ffnotify.cpp.Tom Sepez
2018-07-30Type-safe iteration over CXFA_ContentLayoutItems.Tom Sepez
2018-07-30Fix a misspelling of "locale".Lei Zhang
2018-07-30Remove a NOTREACHED() in FormValueNode_SetChildContent().Lei Zhang
2018-07-30Remove CFGAS_PDFFontMgr::m_FDE2PDFFont font cache.Henrique Nakashima
2018-07-28Remove CXFA_TraverseStrategy_ContentLayoutItem.chromium/3507chromium/3506Tom Sepez
2018-07-28Add ToXML{Instruction,Text,CharData}() checked conversion functionsTom Sepez
2018-07-26Use moar ToXMLElement() in place of static_cast<>.Tom Sepez
2018-07-25Remove CFX_MemoryStream uses in tests.Lei Zhang
2018-07-25Disable submit in XFA forms.Henrique Nakashima
2018-07-25Introduce ToXMLElement() checked downcast helper functionTom Sepez
2018-07-25Move CXFA_ThisProxy helper to CXFA_Object.Tom Sepez
2018-07-24Fix UAF in CPDFSDK_Widget::GetMixXFAWidget().chromium/3502Henrique Nakashima
2018-07-23Tighten up ThisProxy casts.Tom Sepez
2018-07-23Remove unused CScript_DataWindow::JSDataWindow().Tom Sepez
2018-07-23Replace CFXJSE_HostObject::type_ with polymorphic conversion methodsTom Sepez
2018-07-20Replace downcasts in cxfa_node to checked conversion methods.Tom Sepez
2018-07-19Use pdfium::as_writable_bytes() in cxfa_xmllocale_unittest.cppTom Sepez
2018-07-17Limit recursion depth for CXFA_DocumentParser::NormalLoader().Henrique Nakashima
2018-07-16Use UnownedPtr/Optional in cfxa_layoutcontext.cppTom Sepez
2018-07-16Fix crash when typing letters into an XFA datetime field.Henrique Nakashima
2018-07-16Process data changes regardless if they can be formattedRyan Harrison
2018-07-16Use UnownedPtr in CXFA_LocaleMgrTom Sepez
2018-07-05Clean up ProcessFormatTestValidateRyan Harrison
2018-07-03Use unowned ptr to Node from outside XFA node tree.chromium/3481Tom Sepez
2018-07-03Use UnownedPtr<> in cxfa_nodeiteratortemplate.hTom Sepez
2018-07-03Use more UnowendPtr<> in cfgas_formatstring.h and cfx_break.hTom Sepez
2018-07-03Use UnownedPtr<> in cxfa_{ffwidgethandler,imagrenderer,loadercontext}.hTom Sepez
2018-07-03Use more UnownedPtr<> in cfxa_ffpageviewTom Sepez
2018-07-03Remove XFA_LAYOUT_INVALIDNODETom Sepez
2018-07-02Comment some raw pointers that cant become UnownedPtr<>.Tom Sepez
2018-06-29Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478Tom Sepez
2018-06-29Use UnownedPtr to CXFA_Node from outside the treechromium/3477Tom Sepez
2018-06-29Use more UnownedPtr<> in cxfa_ffwidgetTom Sepez
2018-06-27Remove CXFA_FField::UnloadWidget().Tom Sepez
2018-06-27Use unowned ptr for IFWL_ delegatesTom Sepez
2018-06-22Avoid some duplicate const/non-const getters.Tom Sepez
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-14[formcalc] Calculate length of string when calling FXSYS_wcstofDan Sinclair
2018-06-14Move definition of XFA_SCRIPTATTRIBUTEINFO into cjx_object.h.Peter Collingbourne
2018-06-12[fm2js] Convert formcalc tests to use raw literalsDan Sinclair