Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-02 | Rename png_ functions conflicting with chrome. | Tom Sepez | |
Part of the work required to ship XFA with chrome. BUG=pdfium:396 R=dsinclair@chromium.org Review URL: https://codereview.chromium.org/1763493002 . | |||
2016-02-16 | Add initial libfuzzers for fm2js transpiling and XML parsing. | Oliver Chang | |
GN source_sets are added so that the fuzzers can be built from //testing/libfuzzer in a Chromium checkout. GYP targets are also added to make sure these always build properly on our waterfall. These don't actually build the proper libfuzzers, but build the target fuzz function with a driver main() since the actual build process is quite complicated. R=tsepez@chromium.org, thestig@chromium.org BUG=587126 Review URL: https://codereview.chromium.org/1701103002 . |