Age | Commit message (Expand) | Author |
2018-06-22 | Follow up to removing JS alert/beep magic numbers | Ryan Harrison |
2018-06-21 | Clean up constant values for JS alert and beep | Ryan Harrison |
2018-06-01 | Rename CPDFXFA_Context::GetTimerMgr() to NewTimerMgr() | Tom Sepez |
2018-06-01 | Return unique_ptr from CPDFXFA_Context::GetTimerMgr() | Tom Sepez |
2018-05-31 | Make CPDF_Document own its Extension. | Tom Sepez |
2018-05-25 | Replace some #ifdef PDF_ENABLE_XFA with runtime checks. | Tom Sepez |
2018-05-17 | Make CXFA_LayoutProcessor an UnownedPtr in CXFA_FFDocView | Dan Sinclair |
2018-05-17 | Update third_party/base/compiler_specific.h. | Lei Zhang |
2018-05-03 | Add CPDF_Page::Extension::GetDocExtension() | Tom Sepez |
2018-04-30 | Make CPDFSDK_FormFillEnvironment always hold a CPDF_Document. | Tom Sepez |
2018-04-23 | Disable JavaScript entirely if no JSPlatform passed by embedder. | Tom Sepez |
2018-04-18 | Do not show validation errors if PDF not yet loadedchromium/3400 | Ryan Harrison |
2018-04-17 | Avoid some string -> ptr -> string duplicate allocations in FF Environment | Tom Sepez |
2018-04-12 | Cleanup CXFA_FFDoc | Dan Sinclair |
2018-04-12 | Retrieve the XML tree in the DocumentParser | Dan Sinclair |
2018-04-09 | Merge CXFA_FFDoc::{Start|Do|Stop}Load methods | Dan Sinclair |
2018-03-28 | Rename some fsdk files to cpdfsdk | Dan Sinclair |
2018-03-27 | Simplify some XFA font manager creationchromium/3382 | Dan Sinclair |
2018-02-16 | Fix fallthroughs in XFA code.chromium/3350 | Henrique Nakashima |
2018-02-01 | Make FXJSE_Engine constructed from FXJS_Engine. | Tom Sepez |
2018-02-01 | Rename some CJS / IJS names for clarity. | Tom Sepez |
2017-12-04 | Make a CXFA_DocumentParser member Unowned. | Lei Zhang |
2017-11-06 | Remove CXFA_FFDocHandler | Dan Sinclair |
2017-10-30 | Move fpdfsdk/javascript to fxjs/ | Dan Sinclair |
2017-10-18 | Refactor HasXFAField into HasFormInfo | Ryan Harrison |
2017-10-17 | Convert XFA Doc Types to be more precise | Ryan Harrison |
2017-09-21 | Rename CFX_RetainPtr to RetainPtr | Dan Sinclair |
2017-09-21 | Rename CXFA_DefFontMgr to CFGAS_DefaultFontManager | Dan Sinclair |
2017-09-18 | Convert string class names | Ryan Harrison |
2017-05-18 | Use Unowned/Observed pointers between doc and FF onwership hierarchies. | Tom Sepez |
2017-05-17 | CFX_UnownedPtr: check during assignment time as well. | Tom Sepez |
2017-05-16 | Properly ref-count CPDFXFA_Page | Tom Sepez |
2017-05-16 | Introduce CFX_UnownedPtr to detect lifetime inversion issues. | Tom Sepez |
2017-05-04 | Cleanup more null IFX_Pause parameters | Dan Sinclair |
2017-05-02 | Remove some |new|s in cpdfsdk_formfillenvironment.cpp and cpdfxfa_context.cpp | Tom Sepez |
2017-03-23 | Cleanup some xfa/fxfa code. | Dan Sinclair |
2017-03-23 | Cleanup DocType defines | Dan Sinclair |
2017-03-22 | Remove unused docview flag | Dan Sinclair |
2017-03-15 | Add IndexInBounds() convenience routine. | Tom Sepez |
2017-01-27 | Use std::vector in cpdfxfa_context.hchromium/2997chromium/2996chromium/2995 | Tom Sepez |
2017-01-03 | Create individual exception methods. | Dan Sinclair |
2017-01-03 | Cleaning out params in CPDFXFA_Context | Dan Sinclair |
2016-12-14 | Return unique_ptr from CXFA_FFApp::CreateDoc. | tsepez |
2016-12-07 | Refcount all the IFX_ stream classes all the time. | tsepez |
2016-11-21 | Fixup lint flags. | Dan Sinclair |
2016-11-02 | Remove FX_BOOL from fpdfsdk. | tsepez |
2016-11-02 | Rename CPDFXFA_Document to CPDFXFA_Context | dsinclair |