Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-09-29 | Move fpdfsdk/fpdfxfa/include to fpdfsdk/fpdfxfa | dsinclair | |
BUG=pdfium:611 Review-Url: https://codereview.chromium.org/2381993002 | |||
2016-09-22 | Move CPDFSDK_Environment code to cpp file | dsinclair | |
This CL moves the code from the .h file into the .cpp file. Review-Url: https://codereview.chromium.org/2354363003 | |||
2016-09-14 | Split CPDFXFA_Document apart | dsinclair | |
[DO NOT COMMIT] This CL renames IXFA_DocProvider to IXFA_DocEnvironment to better describe the purpose. Then, CPDFXFA_Document has all of the IXFA_DocEnvironment methods removed and placed in CPDFXFA_DocEnvironment. The CPDFXFA_Document then has a CPDFXFA_DocEnvironment. This splits the code related to the document apart from the XFA callback methods to work with that document. Review-Url: https://codereview.chromium.org/2328573002 |