summaryrefslogtreecommitdiff
path: root/fxjs
AgeCommit message (Expand)Author
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-10-09Do IWYU for cpdf_dictionary.h.Lei Zhang
2018-10-09Add some helper methods to get InterForm objects in CJS_Document.Lei Zhang
2018-10-09Clean up CJS_Document.Lei Zhang
2018-10-05Remove SetSaveCalled APIRyan Harrison
2018-10-04Change |virtual ~Foo(){}| to |virtual ~Foo()=default;|chromium/3571Tom Sepez
2018-10-04Refer to const smart pointers consistently.Lei Zhang
2018-10-02Remove ability to delete annot in CJS_Document::removeField()Tom Sepez
2018-09-20Remove more unneeded STL #includes from headers.Lei Zhang
2018-09-20Remove many unneeded STL #includes from headers.Lei Zhang
2018-09-18Transfer ownership of nodes to top-level XML docRyan Harrison
2018-09-17Replace CJS_GlobalVariableArray::Copy() with operator=().Tom Sepez
2018-09-17Fix final/protected conflicts.Tom Sepez
2018-09-14Use unique_ptr<> in CJS_GlobalVariableArray::Add().Tom Sepez
2018-08-31Use more UnownedPtrs in CFXJSE_Engine.Lei Zhang
2018-08-30Stop using deprecated V8 APIs in CFXJSE_Value.Lei Zhang
2018-08-30Stop using deprecated V8 APIs in CFXJSE_Context.Lei Zhang
2018-08-29Stop using deprecated V8 APIs in CFXJSE_Class.Lei Zhang
2018-08-29Stop using deprecated V8 APIs in CJS_Runtime.Lei Zhang
2018-08-29Stop using deprecated V8 APIs in CJS_GlobalArrays.Lei Zhang
2018-08-29Reduce the number of CFXJSE_ResolveProcessor::GetNodeHelper() calls.Lei Zhang
2018-08-29Move XFA_RESOLVENODE_TagName to xfa_resolvenode_rs.h.Lei Zhang
2018-08-28Stop using deprecated V8 APIs in CJS_Global.chromium/3537chromium/3536Lei Zhang
2018-08-28Stop using deprecated v8::ObjectTemplate::NewInstance().Lei Zhang
2018-08-28Initialize some CFXJSE_Engine members in the header.Lei Zhang
2018-08-28Make built-in JS console compatible with Adobe's console.Henrique Nakashima
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-27Remove unnecessary ToArray() calls and locals in CPDF_Dest.chromium/3535Lei Zhang
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-22Use UnownedPtr<> in IJS_Runtime.Tom Sepez
2018-08-21Use UnownedPtr<> in xfa_resolvenode_rs.hTom Sepez
2018-08-21Fix usage of deprecated V8 Value::*Value methodsDan Elphick
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-08-16Remove optional argument from ResolveNodes_GetParent().Tom Sepez
2018-08-16Replace optional bool bNotify with enum type.Tom Sepez
2018-08-15Make CFX_MemoryStream always consecutive.chromium/3524Lei Zhang
2018-08-14Remove optional argument from NewFXJSBoundObject().Tom Sepez
2018-08-14Remove optional argument from GetVariablesThis().Tom Sepez
2018-08-14Remove more default arg = nullptr cases.Tom Sepez
2018-08-10Remove direct calls to timechromium/3519Ryan Harrison
2018-08-10Add proxy for syscall timeRyan Harrison
2018-08-08Move ByteString::FromUnicode() to WideString::ToDefANSI()Tom Sepez
2018-08-07Remove WideString::Format() from ThrowException() methods.chromium/3516Tom Sepez
2018-08-07Speculative fix for null deref above ThrowNoDefaultPropertyExceptionTom Sepez
2018-08-02Mark some arrays as constant.Lei Zhang
2018-08-02Simplify CFXJSE_FormCalcContext::unfoldArgs().Lei Zhang
2018-08-02Remove some parameters that are non-const references.Lei Zhang
2018-08-01Make FPDF_FormHandle be represented as an incomplete type.chromium/3510Tom Sepez
2018-08-01Encapsulate some public static methods in CFXJSE_FormCalcContext.Lei Zhang