summaryrefslogtreecommitdiff
path: root/testing/fuzzers
AgeCommit message (Expand)Author
2018-10-16Make {A85,RunLength}Encode()'s buffer out parameter a unique_ptr.Lei Zhang
2018-10-13Make testing/ pass gn check.Lei Zhang
2018-10-12Remove more unnecessary includes and do IWYU as needed.Lei Zhang
2018-10-12Split constants and testing build rules into their own BUILD.gn files.Lei Zhang
2018-10-11Enable jumbo support for PDFium fuzzers.Lei Zhang
2018-10-11Fix double V8 initialization with fuzzers.Lei Zhang
2018-10-09Do IWYU for retain_ptr.h and unowned_ptr.hLei Zhang
2018-10-09Copy some fuzzer code from Chromium into PDFium.Lei Zhang
2018-10-09Do IWYU for ptr_util.h.Lei Zhang
2018-08-30Use pdfium::span<> arg in A85 and RLE encoder methodsTom Sepez
2018-08-28Use pdfium::span<> in more image modulesTom Sepez
2018-08-27The final game: mark everything final.Tom Sepez
2018-08-23Use pdfium::span<> in CPDF_Stream::SetData().Tom Sepez
2018-08-14Remove CFX_BufferSeekableReadStream.Lei Zhang
2018-08-13Make CFX_ReadOnlyMemoryStream take a span.Lei Zhang
2018-08-13Use CFX_ReadOnlyMemoryStream in more places.Lei Zhang
2018-08-10Remove const_cast<> from CFX_LZWDecompressor::Decode() caller.Tom Sepez
2018-07-25Change CFX_BufferSeekableReadStream to take a span.Lei Zhang
2018-06-29Use pdfium::span with CPDF_IccProfile and friends.Lei Zhang
2018-06-29Remove out param from CCodec_IccModule::CreateTransform_sRGB().Lei Zhang
2018-06-20Add in a size guard to JPX fuzzerRyan Harrison
2018-05-25Move fuzzers to testing/fuzzers.Lei Zhang