Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-03-16 | Speculative fix for breakage in pdfum DEPS roll | Tom Sepez | |
Speculative because we still don't have pdfium buildbots for mac/win on the pdfium waterfall. Nonetheless, the two build errors reported in https://codereview.chromium.org/989213003/ seem to be a default statement in a switch fully covering all of an enum constant, and the use of <cstdint> instead of <stdint.h> on mac. R=thestig@chromium.org Review URL: https://codereview.chromium.org/1011803003 | |||
2015-02-23 | Backport PNG output format to origin/master branch. | Tom Sepez | |
The pdfium library itself does not support the format, but the test utility can convert to this output format. GN build can't be tested standalone, so push this out to the next CL. R=jam@chromium.org Review URL: https://codereview.chromium.org/950113002 |