summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_attachnodelist.cpp
AgeCommit message (Expand)Author
2018-06-29Use UnownedPtr<CXFA_Node> or comment raw pointers as tree nodes.chromium/3479chromium/3478Tom Sepez
2018-02-07Remove unused return values from CXFA_NodeDan Sinclair
2018-01-10Remove CXFA_Node::GetNodeItemDan Sinclair
2018-01-04Convert CXFA_Node::GetChild to take a size_t for the indexchromium/3312Ryan Harrison
2018-01-04Make indices for CXFA_List be size_t instead of int32_tRyan Harrison
2018-01-04Make CXFA_List::GetLength return a size_tRyan Harrison
2017-12-14Change CXFA_Node::GetChild to return proper typesDan Sinclair
2017-12-07[xfa] Move JS method information to files.chromium/3288Dan Sinclair
2017-11-04Remove default params for CXFA_Node::{Insert|Remove}ChildDan Sinclair
2017-03-29Split xfa_object.h apart.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-07-19Split xfa_object_imp into individual class files.dsinclair