Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-10-24 | Rename IFX_ stream nameschromium/2900 | tsepez | |
It's been troubling for some time that an IFX_FileStream might actually be an in-memory buffer with no backing file. Review-Url: https://codereview.chromium.org/2443723002 | |||
2016-10-12 | Get rid of CFX_ArrayTemplate<CPDF_Object*> | tsepez | |
They won't work with std::unique_ptr down the road, so replace with std::vector. Review-Url: https://codereview.chromium.org/2411703003 | |||
2016-10-04 | Move core/fpdfapi/fpdf_parser to core/fpdfapi/parser | dsinclair | |
BUG=pdfium:603 Review-Url: https://codereview.chromium.org/2392603004 |