summaryrefslogtreecommitdiff
path: root/xfa
AgeCommit message (Expand)Author
2018-02-15Add limit to number of formcalc expressionsDan Sinclair
2018-02-14Set node to owning elementDan Sinclair
2018-02-14Cleanup some CXFA_Node flags and methods.Dan Sinclair
2018-02-14Cleanup CXFA_Node::SetFlagDan Sinclair
2018-02-14Cleanup CXFA_Document const-nessDan Sinclair
2018-02-13Add last_child to CFX_XMLNodeDan Sinclair
2018-02-13Split CFX_XMLNode::SaveXMLNode apartDan Sinclair
2018-02-13Cleanup CFX_XMLNode pointersDan Sinclair
2018-02-13Cleanup CFX_XMLDoc::SaveXMLNodeDan Sinclair
2018-02-13Cleanup CFX_XMLNode and friendschromium/3347Dan Sinclair
2018-02-13Cleanup CXFA_Node ownershipDan Sinclair
2018-02-13Convert ASSERT to PDFIUM_IMMEDIATE_CRASHDan Sinclair
2018-02-13Add previous sibling pointer to CXFA_NodeDan Sinclair
2018-02-13Add tests for CXFA_Node child manipulationDan Sinclair
2018-02-12Cleanup CXFA_Node tree pointerschromium/3346Dan Sinclair
2018-02-08Revert "Convert CXFA_Node to store a vector of children"dsinclair
2018-02-08Convert CXFA_Node to store a vector of childrenDan Sinclair
2018-02-07Handle removed fonts correctly in GetFontByCodePageRyan Harrison
2018-02-07Restore assert when GetCharacterInfo is called on an empty edit.Henrique Nakashima
2018-02-07Make xfa_fxfa_parser target jumbo capable.Lei Zhang
2018-02-07Remove unused return values from CXFA_NodeDan Sinclair
2018-02-06Use temporary iterator to avoid potential OOBRyan Harrison
2018-02-06Fix caret not appearing in XFA Edits.Henrique Nakashima
2018-02-06Make the CXFA_Node parent pointer UnownedDan Sinclair
2018-02-02Make global object function names clearer.Tom Sepez
2018-02-01Make FXJSE_Engine constructed from FXJS_Engine.Tom Sepez
2018-01-31Remove handrolled bsearch from FGAS_GetUnicodeBitFieldRyan Harrison
2018-01-31Move initializers to header for CXFA_ItemLayoutProcessDan Sinclair
2018-01-31Remove handrolled bsearch from XFA_GetScriptAttributeByNameRyan Harrison
2018-01-31Cleanup visibility in CXFA_ItemLayoutProcessorDan Sinclair
2018-01-31Create CXFA_Node::PresenceRequiresSpaceDan Sinclair
2018-01-31Remove handrolled search from GetCodePageFromCharsetRyan Harrison
2018-01-31Remove NumericLimit params which are always the sameDan Sinclair
2018-01-30Use unsigned for char widthchromium/3335Nicolas Pena
2018-01-30Shuffle more code out of CXFA_NodeDan Sinclair
2018-01-30Move CheckButton code from CXFA_Node to CXFA_CheckButtonDan Sinclair
2018-01-29Cleanup some ChoiceList codeDan Sinclair
2018-01-29Add common base class between CXFA_FFComboBox and CXFA_FFListBoxDan Sinclair
2018-01-29Cleanup CXFA_Node visibilityDan Sinclair
2018-01-29Fold single caller methods into callsiteDan Sinclair
2018-01-29Move barcode code to CXFA_BarcodeDan Sinclair
2018-01-29Cleanup the FFWidget determination code.Dan Sinclair
2018-01-26Clean up construction of CFX_BarcodeRyan Harrison
2018-01-25Remove empty FF classesDan Sinclair
2018-01-25Remove draw from creatable widgetschromium/3333Dan Sinclair
2018-01-24Move retrieval of UIChild earlier in CreateUIChildDan Sinclair
2018-01-24Rename eUIType for clarityDan Sinclair
2018-01-24Cleanup CreateUIChild node creationDan Sinclair
2018-01-24Cleanup CreateUIChild pUI usageDan Sinclair
2018-01-24Update code to assume a Value node exists.Dan Sinclair