summaryrefslogtreecommitdiff
path: root/fxjs/cfxjse_formcalc_context.cpp
AgeCommit message (Expand)Author
2018-10-22Fix timezone inconsistency in document methods test.Tom Sepez
2018-10-18One more round of IWYU in fxjs/.Lei Zhang
2018-10-18Forward declare some fxjs/ classes.Lei Zhang
2018-08-23Fix shadowed variablesRyan Harrison
2018-08-21Use UnownedPtr<> in xfa_resolvenode_rs.hTom 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-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-01Encapsulate some public static methods in CFXJSE_FormCalcContext.Lei Zhang
2018-08-01Refactor PatternStringType().Lei Zhang
2018-08-01Combine date/time format methods in CFXJSE_FormCalcContext.Lei Zhang
2018-07-30Fix a misspelling of "locale".Lei Zhang
2018-07-27Tag XFA data bound to V8 Objects.Tom Sepez
2018-07-23Remove argument from CFXJSE_Value::ToHostObject()Tom Sepez
2018-07-23Remove second argument to CFXJSE_Engine::ToObject()Tom Sepez
2018-07-23Replace CFXJSE_HostObject::type_ with polymorphic conversion methodsTom Sepez
2018-07-23Remove second argument to ToJSContext().Tom Sepez
2018-06-21Use the length of calculated string instead of sourceRyan Harrison
2018-06-19Move fxcrt::{Byte,Wide}Strings with std::move().chromium/3466Tom Sepez
2018-06-07Remove v8::Context slot usage entierly from fxjsTom Sepez
2018-05-16Convert Formcalc ToJavascript to a pointer WideTextBufDan Sinclair
2018-04-17Re-land "Return pdfium::span<char> from ByteString::GetBuffer().""Tom Sepez
2018-04-16Revert "Return pdfium::span<char> from ByteString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<char> from ByteString::GetBuffer().Tom Sepez
2018-04-05Make Internal field usage in cfxjs_engine match README.docTom Sepez
2018-03-27Cleanup CXFA_LocaleMgrDan Sinclair
2018-03-13Remove usage of FXSYS_*ASCIIlower/upper methodschromium/3370Ryan Harrison
2018-03-09Explicitly mark helper methods that only operate on ASCII rangesRyan Harrison
2018-03-06Rename core/fxcrt IFX files to IfaceDan Sinclair
2018-02-22[formcalc] Cleanup function handlingDan Sinclair
2018-02-19Merge FormCalc to JavaScript methodsdan sinclair
2018-02-05Fix some formcalc constant naming.Lei Zhang
2018-02-05[XFA] dot_accessor may not provide a valid object.Dan Sinclair
2018-02-01Make CFXJSE-created contexts refer to their CFXJS counteparts.chromium/3337Tom Sepez
2018-01-17Do more forward declarations in cxfa_node.h.Lei Zhang
2018-01-04Convert usages of pdfium::Optional to OptionalRyan Harrison
2018-01-04Make CXFA_WidgetData constructor protectedDan Sinclair
2017-12-20Combine operator< and ByteString::Compare().Lei Zhang
2017-12-13Methods are on CJX_Object not CJX_Node nowDan Sinclair
2017-12-11[xfa] Refactor CJX method signatures.Dan Sinclair
2017-12-04Remove SetResultCreateNodeDan Sinclair
2017-12-04Remove CXFA_ValueArrayDan Sinclair
2017-12-04Cleanup ResolveObjects params and returnDan Sinclair
2017-12-04Remove unused XFA codedan sinclair
2017-11-23Cleanup CXFA_WidgetDatachromium/3277Dan Sinclair