Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-25 | Cleanup some extern method declarations. | dsinclair | |
This CL removes _FPDFAPI_GetInternalFontData which is not implemented, FWL_PostMessageToMainRoop which has no body and the PostMessage which was the only caller. FWL_ShowCaret is moved to the only place where it's used. BUG=pdfium:112 Review URL: https://codereview.chromium.org/1827343003 | |||
2016-03-14 | Move xfa/src up to xfa/. | Dan Sinclair | |
This CL moves the xfa/src files up to the xfa/ directory and fixes the includes, include guards, and build files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1803723002 . |