Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-08-30 | Add truly const versions of CPDF_Document getters. | Lei Zhang | |
Instead of only having CPDF_Dictionary* GetRoot() const, provide const CPDF_Dictionary* GetRoot() const and CPDF_Dictionary* GetRoot(). Do the same for GetInfo(). Change-Id: I6eae1208d38327fcdc7d0cd75069a01c95f4a92a Reviewed-on: https://pdfium-review.googlesource.com/11671 Commit-Queue: Lei Zhang <thestig@chromium.org> Reviewed-by: Tom Sepez <tsepez@chromium.org> Reviewed-by: dsinclair <dsinclair@chromium.org> | |||
2016-09-29 | Move core/fpdfdoc/include to core/fpdfdoc | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2374383003 |