aboutsummaryrefslogtreecommitdiffstats
path: root/fuzz
Commit message (Expand)AuthorAgeFilesLines
* Converting more debug code to SkJSONWriterBrian Osman2019-01-281-2/+8
* Add getTypefaceOrDefault and refTypefaceOrDefaultHerb Derby2019-01-231-2/+1
* start to build with no paint-text fieldsMike Reed2019-01-041-2/+2
* remove legacy fontmetrics flagMike Reed2019-01-031-6/+0
* don't use drawPosTextMike Reed2018-12-252-85/+17
* FuzzCanvas: do textToglyphs rightHal Canary2018-12-171-3/+5
* Prevent exponential growth of 'nice' paths when fuzzingKevin Lubick2018-12-171-3/+10
* Avoid system fonts when fuzzingKevin Lubick2018-12-145-0/+15
* remove legacy pathref validationCary Clark2018-12-131-3/+0
* make SK_SUPPORT_LEGACY_FONTMETRICS_IN_PAINT conditionalMike Reed2018-12-121-0/+2
* bracket SkPath pathRefIsValid with defineCary Clark2018-12-111-0/+2
* clean up conditional code for SkTextEncodingMike Reed2018-12-051-2/+1
* remove legacy hinting-enum guardsMike Reed2018-11-281-1/+1
* start to hide textparams on SkPaintMike Reed2018-11-231-28/+42
* use SkFont in a lot of placesMike Reed2018-11-211-22/+26
* Fuzz: un-inline some codeHal Canary2018-11-192-13/+14
* simplify nextRange(), fold in nextEnum()Mike Klein2018-11-195-65/+38
* Revert "rm legacy flags for hinting enum"Mike Reed2018-11-091-1/+1
* rm legacy flags for hinting enumMike Reed2018-11-091-1/+1
* Revert[4] "hide nested hinting enum"Mike Reed2018-11-082-3/+3
* Reland "Revert "hide nested hinting enum""Mike Klein2018-11-072-3/+3
* Revert "Revert "hide nested hinting enum""Mike Reed2018-11-072-3/+3
* Revert "hide nested hinting enum"Mike Reed2018-11-072-3/+3
* hide nested hinting enumMike Reed2018-11-072-3/+3
* [fuzzer] Check enum type at compile timeKevin Lubick2018-11-071-1/+2
* remove empty devKern from SkPaintMike Reed2018-11-042-3/+0
* SkPaint::Align is deadMike Reed2018-11-021-3/+0
* Remove SrcRectConstraint from drawImageRect overloads with no src rectBrian Salomon2018-10-291-8/+2
* Reland "hide setTextAlign"Mike Reed2018-10-271-0/+2
* Revert "hide setTextAlign"Brian Osman2018-10-271-2/+0
* hide setTextAlignMike Reed2018-10-271-0/+2
* remove (unused) vertical-textMike Reed2018-10-232-3/+0
* Have FuzzPathop make a new path every timeKevin Lubick2018-10-231-7/+7
* Add Legacy fuzz reproducerKevin Lubick2018-10-233-4/+98
* Add new Codec fuzzers to FuzzMainKevin Lubick2018-10-174-25/+69
* Add fuzzers for SkAndroidCodec & incrementalDecodeLeon Scroggins III2018-10-172-0/+117
* Exercise entire public PathOp APIKevin Lubick2018-10-121-9/+97
* Add oss-fuzz entrypoint for Polyutils fuzzKevin Lubick2018-10-111-0/+16
* Add autodetect for polyutils fuzzKevin Lubick2018-10-112-1/+1
* delete textonpath code -- not used anywhereMike Reed2018-10-011-24/+2
* FuzzPath -> FuzzNicePathMike Klein2018-09-256-32/+39
* FuzzPath() should probably make a valid pathMike Klein2018-09-251-0/+2
* make only valid SkRRects in FuzzPathMike Klein2018-09-241-2/+3
* Update autodetects for newer fuzzersKevin Lubick2018-09-241-0/+4
* move skpipe to experimentalMike Klein2018-09-211-19/+1
* SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.hHal Canary2018-09-201-2/+2
* test,tools: whitespace changes for clang-formatHal Canary2018-09-192-2/+3
* Make fuzz::next overloads more consistentKevin Lubick2018-09-177-180/+208
* Harden SerializedImageFilter fuzzer against filter creation failureRobert Phillips2018-09-141-0/+3
* Fix SkPath::reverseAddPath and fuzzing of SkPath enumsRobert Phillips2018-09-131-12/+29