Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-25 | Remove unused IPDFSDK_AnnotHandler::GetName(). | jaepark | |
Review-Url: https://codereview.chromium.org/2276953003 | |||
2016-08-17 | Build CPDFSDK_XFAAnnotHandler only when PDF_ENABLE_XFA. | jaepark | |
Also, remove the #ifdef PDF_ENABLE_XFA that wraps the whole file. Review-Url: https://codereview.chromium.org/2253193002 | |||
2016-08-15 | Split fpdfsdk/fsdk_annothandler.h into individual classes. | jaepark | |
This CL moves classes in fsdk_annothandler.h, which are CPDFSDK_AnnotIterator, CPDFSDK_AnnotHandlerMgr, IPDFSDK_AnnotHandler, CPDFSDK_XFAAnnotHandler and CPDFSDK_BFAnnotHandler, to their own files. Review-Url: https://codereview.chromium.org/2243623002 |