summaryrefslogtreecommitdiff
path: root/xfa/fxfa/parser/cxfa_nodehelper.h
AgeCommit message (Expand)Author
2018-08-17Remove optionals from CXFA_NodeHelper::NodeAcc_TraverseSiblings().Tom Sepez
2018-08-16Remove optional argument from ResolveNodes_GetParent().Tom Sepez
2018-08-10Kill some optional parameters that are always supplied.Tom Sepez
2018-07-03Use unowned ptr to Node from outside XFA node tree.chromium/3481Tom Sepez
2018-01-05Convert CXFA_NodeHelper::GetNameExpression to return WideStringRyan Harrison
2017-12-04Remove SetResultCreateNodeDan Sinclair
2017-11-06Call CJX methods directly instead of proxyingDan Sinclair
2017-11-01Move some XFA JS code into fxjs/Dan Sinclair
2017-09-18Convert string class namesRyan Harrison
2017-03-29Split xfa_object.h apart.Dan Sinclair
2017-03-23Tighten up XFA VisibilityDan Sinclair
2017-03-14Replace CXFA_{Object,Node}Array with std::vectorTom Sepez
2017-03-14Replace FX_CHAR and FX_WCHAR with underlying types.Dan Sinclair
2016-11-02Remove FX_BOOL from xfa.tsepez
2016-07-20Rename remaining xfa_script_* files.dsinclair