Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-01-09 | Fix -Wnon-virtual-dtor compiler warnings. | Tom Sepez | |
This is done by explicitly adding a virtual dtor to interface classes, since the cost is small given that there are already virtual functions. The exceptions are for classes that have a Release() or Delete() method, in which case it is non-virtual and protected to indicate that the virtual class is never the deletion point. BUG= R=brucedawson@chromium.org, thestig@chromium.org Review URL: https://codereview.chromium.org/810883005 | |||
2014-07-30 | Remove a few unused variables, functions, and member variables. | Nico Weber | |
No intended behavior change. BUG=pdfium:29 R=bo_xu@foxitsoftware.com Review URL: https://codereview.chromium.org/426763003 | |||
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek | |
2014-05-17 | Initial commit. | John Abd-El-Malek | |