aboutsummaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_tree.cpp
AgeCommit message (Expand)Author
2023-12-13Update pdfium to Chrome 114.0.5735.130 pdfiumkumarashishg
2019-04-05Clear v8 object binding in CXFA_Object destructor.Tom Sepez
2019-03-27Make CXFA_NodeHelper::GetIndex() a member of CXFA_Node.Lei Zhang
2019-03-25Make CXFA_NodeHelper::CountSiblings() return a vector.Lei Zhang
2019-01-28Remove unreachable null checks for CXFA_Document::GetScriptContext().Tom Sepez
2019-01-23Don't trust CJX_Objects handed back from JavaScript.Tom Sepez
2019-01-22Rework JSE_PROP() macro to avoid illegal cast in xfa_basic_data.cpp.Tom Sepez
2018-12-13Move fxjs/cfxjse_* files to fxjs/xfa.Tom Sepez
2018-12-13Remove duplicate widestring literals from CXFA_*.cpp classesTom Sepez
2018-12-10Remove xfa_basic_data.cpp representation dependence on XFA_SCRIPTATTRIBUTEINFOTom Sepez
2018-12-05Remove ScriptAttributeString() wrappers, last part.Tom Sepez
2018-12-04Remove underscores in CJS_Object::Script_Attribute_String() etc.Tom Sepez
2018-11-27Rename WideString::{UTF8,UTF16LE}_Encode() to To{UTF8,UTF16LE}().Tom Sepez
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-21Use UnownedPtr<> in xfa_resolvenode_rs.hTom Sepez
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-07-23Remove second argument to CFXJSE_Engine::ToObject()Tom Sepez
2018-06-11Use spans in CJX_Object.Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-01-29Fold single caller methods into callsiteDan Sinclair
2018-01-10Remove CXFA_Node::GetNodeItemDan Sinclair
2018-01-05Convert GetSOMExpression methods to return WideStringRyan Harrison
2017-12-14Create classes for XFA JS objectsDan Sinclair
2017-12-12[js] Convert to using size instead of sentinelsDan Sinclair
2017-12-11[xfa] Refactor CJX method signatures.Dan Sinclair
2017-12-07[xfa] Move JS method information to files.Dan Sinclair