summaryrefslogtreecommitdiff
path: root/fxjs/xfa/cjx_hostpseudomodel.cpp
AgeCommit message (Expand)Author
2018-08-17Rename CJS_Return to CJS_Result.Tom Sepez
2018-08-17Introduce safer CJS_Return::Success() and Failure().Tom Sepez
2018-06-21Clean up constant values for JS alert and beepRyan Harrison
2018-06-11Use spans in CJX_Object.Tom Sepez
2018-06-08Ensure CJS_Return() with error always includes a message.Tom Sepez
2018-04-17Reland "Return pdfium::span<wchar_t> from WideString::GetBuffer().""Tom Sepez
2018-04-16Revert "Return pdfium::span<wchar_t> from WideString::GetBuffer()."Tom Sepez
2018-04-12Return pdfium::span<wchar_t> from WideString::GetBuffer().Tom Sepez
2018-03-27Remove CXFA_FFNotify proxy methodsDan Sinclair
2018-02-14Cleanup CXFA_Document const-nessDan Sinclair
2018-02-08Move cjs_v8.cpp to cfx_v8.cppTom Sepez
2018-02-08Move XFA-specific methods out of CJS_V8.Tom Sepez
2018-01-22Remove CXFA_WidgetAcc from CXFA_FFNotifyDan Sinclair
2018-01-22Add flag to notify if a node widget is readyDan Sinclair
2018-01-04Merge CXFA_WidgetData into CXFA_WidgetAccDan Sinclair
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] Move CJX code into fxjs/xfaDan Sinclair