summaryrefslogtreecommitdiff
path: root/fpdfsdk/src/fsdk_mgr.cpp
AgeCommit message (Expand)Author
2015-09-17Merge to M45: Fix heap use after free in CPDFSDK_Annot::GetPDFAnnot.Lei Zhang
2015-06-22Cleanup: Remove more checks for new returning NULL.Lei Zhang
2015-06-22Delete dead code for deleting pages and icons.Lei Zhang
2015-06-19Replace CFX_MapPtrTemplate with std::map.Lei Zhang
2015-06-19Cleanup: Do not check pointers before deleting them.Lei Zhang
2015-06-17Replace some Release() calls with virtual destructors.Tom Sepez
2015-06-11Cleanup: Get this rid of "this->" in fpdfsdk/Lei Zhang
2015-06-10Remove typdefs for pointer types in fx_system.h.Tom Sepez
2015-06-09Use stdint.h types throughout PDFium.Tom Sepez
2015-06-05Cleanup: Make CPDF_Annot::m_pAnnotDict private.Lei Zhang
2015-05-11Create top-level public/ header directory.Tom Sepez
2015-03-05Make conversion between CPDF_Action and its dictionary explicit.Tom Sepez
2014-09-24Lock page in LoadFXAnnot to prevent unintended page closingBo Xu
2014-07-31Fix a few more -Wreorder warnings.Nico Weber
2014-05-23Convert all line endings to LF.John Abd-El-Malek
2014-05-17Initial commit.John Abd-El-Malek