Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-06 | Remove IPWL_NoteNotify and CPWL_Note. | dsinclair | |
The IPWL_NoteNotify interface was never implemented. In removing, found that CPWL_Note was never created. Removed both classes. There were a bunch of methods that were never called that interacted with this code that have also been removed. BUG=pdfium:468 Review URL: https://codereview.chromium.org/1867623002 | |||
2016-03-25 | Remove FX_DWORD from fpdfsdk/ and testing | tsepez | |
BUG= Review URL: https://codereview.chromium.org/1835693002 | |||
2016-03-23 | Move the fpdfsdk/include/pdfwindow/ headers into fpdfsdk/pdfwindow. | dan sinclair | |
This CL moves all of the pdfwindow headers to live beside their source files. R=tsepez@chromium.org Review URL: https://codereview.chromium.org/1823153002 . |