Age | Commit message (Expand) | Author |
2018-10-12 | Make PDF_DataDecode()'s buffer out parameter a std::unique_ptr. | Lei Zhang |
2018-10-09 | Do IWYU for cpdf_dictionary.h. | Lei Zhang |
2018-09-19 | Use MaybeOwned in CPDF_StreamAcc.chromium/3557 | Lei Zhang |
2018-09-19 | Consolidate raw data processing path in CPDF_StreamAcc. | Lei Zhang |
2018-09-17 | Check for empty streams earlier in CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2018-09-17 | Remove CPDF_StreamAcc::m_pSrcData. | Lei Zhang |
2018-09-17 | Encapsulate CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2018-08-29 | Use pdfium::span<> in fpdf_parser_decode.h helper functions. | Tom Sepez |
2018-07-11 | Fix crash and memory leak. | Artem Strygin |
2018-06-06 | Use CPDF_StreamAcc to data access of CPDF_Stream. | Artem Strygin |
2018-05-09 | Add proper const/non-const versions of CPDF_Object methods. | Lei Zhang |
2018-04-09 | Use pdfium::span<> in CFX_BitStream, CPDF_SimpleParser. | Tom Sepez |
2017-12-11 | Remove default arguments to CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-11 | Slightly simplify CPDF_StreamAcc::LoadAllData(). | Lei Zhang |
2017-12-11 | Move some GetDict() calls out of header files. | Lei Zhang |
2017-11-08 | Use MaybeOwned in CPDF_ContentParser | Nicolas Pena |
2017-06-20 | Cleanup fpdf_parser_decode | Nicolas Pena |
2017-04-07 | Cleanup string passing in core/fpdf* | Tom Sepez |
2017-04-04 | RefCount CPDF_StreamAcc all the time. | Tom Sepez |
2017-04-03 | Drop FXSYS_ from mem methods | Dan Sinclair |
2016-11-28 | Use CFX_MaybeOwned<> in fpdf_edit_create.cppchromium/2936 | tsepez |
2016-11-18 | Add unit test for CXFA_FileRead. | tsepez |
2016-11-02 | Remove FX_BOOL from core | tsepez |
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair |