summaryrefslogtreecommitdiff
path: root/fpdfsdk/fpdfxfa/cpdfxfa_context.cpp
AgeCommit message (Expand)Author
2017-05-18Use Unowned/Observed pointers between doc and FF onwership hierarchies.Tom Sepez
2017-05-17CFX_UnownedPtr: check during assignment time as well.Tom Sepez
2017-05-16Properly ref-count CPDFXFA_PageTom Sepez
2017-05-16Introduce CFX_UnownedPtr to detect lifetime inversion issues.Tom Sepez
2017-05-04Cleanup more null IFX_Pause parametersDan Sinclair
2017-05-02Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cppTom Sepez
2017-03-23Cleanup some xfa/fxfa code.Dan Sinclair
2017-03-23Cleanup DocType definesDan Sinclair
2017-03-22Remove unused docview flagDan Sinclair
2017-03-15Add IndexInBounds() convenience routine.Tom Sepez
2017-01-27Use std::vector in cpdfxfa_context.hchromium/2997chromium/2996chromium/2995Tom Sepez
2017-01-03Create individual exception methods.Dan Sinclair
2017-01-03Cleaning out params in CPDFXFA_ContextDan Sinclair
2016-12-14Return unique_ptr from CXFA_FFApp::CreateDoc.tsepez
2016-12-07Refcount all the IFX_ stream classes all the time.tsepez
2016-11-21Fixup lint flags.Dan Sinclair
2016-11-02Remove FX_BOOL from fpdfsdk.tsepez
2016-11-02Rename CPDFXFA_Document to CPDFXFA_Contextdsinclair