Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-04-07 | Fix windows compile class vs. struct confusion in e300c8c32d73 | Tom Sepez | |
TBR=thestig@chromium.org Review URL: https://codereview.chromium.org/1068013002 | |||
2015-04-07 | Fix IWYU in pdfwindow/ directory. | Tom Sepez | |
This also fixes some IWYU in dependent files. BUG=https://code.google.com/p/pdfium/issues/detail?id=66 R=thestig@chromium.org Review URL: https://codereview.chromium.org/1068993002 | |||
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-05-23 | Convert all line endings to LF. | John Abd-El-Malek | |
2014-05-17 | Initial commit. | John Abd-El-Malek | |