summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_node.cpp
AgeCommit message (Expand)Author
2018-10-18Do IWYU for core/fxcrt/xml headers.Lei Zhang
2018-10-02Reduce includes in cfgas_defaultfontmanager.hLei Zhang
2018-10-01Initialize more CXFA_Node members in the header.Lei Zhang
2018-10-01Use size_t and FX_ArraySize() for some arrays.Lei Zhang
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-21Fix one-of property JS errors.Henrique Nakashima
2018-08-20Fix nits in CXFA_Node.Lei Zhang
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Use CFX_ReadOnlyMemoryStream in more places.Lei Zhang
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-07Use wide string addition in place of some Format() calls.Tom Sepez
2018-07-30Fix a misspelling of "locale".Lei Zhang
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-25Disable submit in XFA forms.Henrique Nakashima
2018-07-25Introduce ToXMLElement() checked downcast helper functionTom Sepez
2018-07-20Replace downcasts in cxfa_node to checked conversion methods.Tom Sepez
2018-07-05Clean up ProcessFormatTestValidateRyan Harrison
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-21Remove WideString::c_str() calls where possible.Tom Sepez
2018-05-29[xfa] Propagate the xfa change data for text to JS and back.Dan Sinclair
2018-05-17Update third_party/base/compiler_specific.h.Lei Zhang
2018-05-10Clean up post review commentsRyan Harrison
2018-05-10Do not build BMP when codec is disabledRyan Harrison
2018-05-09Do not build GIF when codec is disabledRyan Harrison
2018-05-09Do not build PNG when codec is disabledRyan Harrison
2018-05-09Do not build TIFF when codec is disabledRyan Harrison
2018-05-07Restore logic of CreateChildUIAndValueNodesIfNeeded().Henrique Nakashima
2018-05-03[xfa] Verify field count before accessingDan Sinclair
2018-05-02Add a CFX_XMLDocument class.Dan Sinclair
2018-05-02Remove out params from CalculateAccWidthAndHeight. Return CFX_Size.Henrique Nakashima
2018-05-02Remove int out params from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform float out params from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform size out param from reference to pointer in CXFA_Node.Henrique Nakashima
2018-05-01Transform rect out param from reference to pointer in XFA code.Henrique Nakashima
2018-04-17Add ownership to CFX_XMLNode childrendan sinclair
2018-04-16Merge CFX_XMLElement and CFX_XMLAttributeNodedan sinclair
2018-04-16Split GetNumbericSymbol into individual methodsdan sinclair
2018-04-12Rename CXFA_SimpleParser to CXFA_DocumentParserDan Sinclair
2018-04-09Revert "Remove CXFA nodes instead of CFX_XML nodes"dsinclair
2018-04-09Remove CXFA nodes instead of CFX_XML nodesDan Sinclair
2018-04-09Move code to set XML value to CXFA_NodeDan Sinclair
2018-04-04Fix XFA caret blinking only while mouse moves.chromium/3389Henrique Nakashima
2018-03-27Cleanup CXFA_LocaleMgrDan Sinclair
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-16Fix fallthroughs in XFA code.chromium/3350Henrique Nakashima
2018-02-15Make the CFX_XMLNode a MaybeOwned pointerDan Sinclair
2018-02-14Cleanup some CXFA_Node flags and methods.Dan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair