Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-02-05 | XFA: Support PNG format in pdfium_test and add image diffing | Tom Sepez | |
Lays the groundwork for pixel-diffing tests in pdfium. This is a port of chromium's tools/image_diff/image_diff_png.cc onto the top of the fxcodec-provided version of libpng. pdfium_test is modified to support the new format, and the tools/image_diff.cc image comparison utility is provided, stripped of its base/ dependencies. Unfortunately, this can't be back-ported to origin/main, since the underlying PNG support isn't present inside pdfium. BUG=https://code.google.com/p/pdfium/issues/detail?id=62 R=thestig@chromium.org Review URL: https://codereview.chromium.org/870203005 | |||
2014-06-05 | Add GN build file for pdfium, rename GYP target.chromium/2040chromium/2039chromium/2038chromium/2037chromium/2036chromium/2035chromium/2034 | John Abd-El-Malek | |
The GYP target is now called "pdfium" rather than "fpdfsdk". Original pach by Brett Wilson <brettw@chromium.org> | |||
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek | |
2014-05-23 | Create a standalone pdfium build. | John Abd-El-Malek | |
I moved pdfium_test from chromium's repo to pdfium's. It's now buildable as a sample following the instructions on the wiki. |