1. edaf302 add svg fuzzer by Zepeng Hu · 4 years, 7 months ago
  2. 30212b7 Fix implicit fallthroughs throughout Skia. by John Stiles · 4 years, 7 months ago
  3. 788b916 Remove SkTMin and SkTMax by Brian Osman · 5 years ago
  4. 2be14d3 [fuzzing] Add two fuzzers for SkDescriptor by Kevin Lubick · 5 years ago
  5. 9241a6d Reland "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Brian Salomon · 5 years ago
  6. cb55010 Revert "Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime"" by Ravi Mistry · 5 years ago
  7. 6fc04f8 Reland "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  8. 9c21978 Revert "SkSurface asynchronous read APIs allow client to extend pixel lifetime" by Brian Salomon · 5 years ago
  9. ce240cc SkSurface asynchronous read APIs allow client to extend pixel lifetime by Brian Salomon · 5 years ago
  10. d7255a7 Make fuzzing use embedded test font by Kevin Lubick · 6 years ago
  11. c0bd9f9 rewrite includes to not need so much -Ifoo by Mike Klein · 6 years ago
  12. 84836b7 moar static flags by Mike Klein · 6 years ago
  13. ea3f014 sk_tool_utils -> ToolUtils, and git clang-format by Mike Klein · 6 years ago
  14. 88544fb remove Sk prefix from CommandLineFlags by Mike Klein · 6 years ago
  15. 0f0a710 Add SkSL2Pipeline fuzzer by Kevin Lubick · 6 years ago
  16. 39cbe46 Add input length check when fuzzing by Kevin Lubick · 6 years ago
  17. e9c1ce8 Add oss-fuzz compatible fuzzers for sksl2* by Kevin Lubick · 6 years ago
  18. f84ded2 Add Legacy fuzz reproducer by Kevin Lubick · 6 years ago
  19. 0f3d2a6 Add new Codec fuzzers to FuzzMain by Kevin Lubick · 6 years ago
  20. 57507f1 Add autodetect for polyutils fuzz by Kevin Lubick · 6 years ago
  21. de54d7c Update autodetects for newer fuzzers by Kevin Lubick · 6 years ago
  22. 60900b5 move skpipe to experimental by Mike Klein · 6 years ago
  23. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  24. bc9a1a8 Make fuzz::next overloads more consistent by Kevin Lubick · 6 years ago[Renamed from fuzz/fuzz.cpp]
  25. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 6 years ago
  26. 6c56055 Update fuzz autodetect for other fuzzer aliases by Kevin Lubick · 7 years ago
  27. 80452be Fold SkJSON into Skia/utils by Florin Malita · 7 years ago
  28. efd99cc clean up SkPicture include by Cary Clark · 7 years ago
  29. 7796f00 SkJson by Florin Malita · 7 years ago
  30. faef514 More libfuzzer cleanups from GPU switchover by Kevin Lubick · 7 years ago
  31. fe6b489 Add Dockerfile for building and running local Skia checkout with SwiftShader by Kevin Lubick · 7 years ago
  32. 457fa97 Fix fuzz+Skottie integration by Kevin Lubick · 7 years ago
  33. 8ed1a89 remove SkColorSpace::MakeICC() fuzzer by Mike Klein · 7 years ago
  34. 0b0d93d Fuzz should observe the optional Skottie flag. by Florin Malita · 7 years ago
  35. 9eeede2 Add Skottie fuzzer (via json input) by Kevin Lubick · 7 years ago
  36. acd456a IWYU for fuzz binary by Kevin Lubick · 7 years ago
  37. fffa641 Make fuzz autodetect file names by Kevin Lubick · 7 years ago
  38. ea176c6 Remove scanlineOrder switch statements that always do the same thing by Brian Osman · 7 years ago
  39. 2416f96 Add 2 fuzz targets for image decoding (oss-fuzz) by Kevin Lubick · 7 years ago
  40. f034d11 Break some fuzzer targets out so oss-fuzz can use them by Kevin Lubick · 7 years ago
  41. 0331d37 remove unneeded SkFlattenableSerialization by Mike Reed · 7 years ago
  42. 2541edf Add in Region SetPath Fuzzer by Kevin Lubick · 7 years ago
  43. edef8ec Refactor SerializedImageFilter to avoid duplicate code by Kevin Lubick · 7 years ago
  44. 9ff5dc9 Make commandline flags nicer for fuzz executable by Kevin Lubick · 7 years ago
  45. 0d82566 Add SkPipe fuzzer by Kevin Lubick · 7 years ago
  46. 09757b2 Fuzz skpicture with ReadBuffer by Kevin Lubick · 7 years ago
  47. fadbfcd upgrade SkReadBuffer to always validate by Mike Reed · 7 years ago
  48. d46e85f Add textblob fuzzer by Kevin Lubick · 7 years ago
  49. c9d2829 Use validating buffer for skpath by Kevin Lubick · 7 years ago
  50. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  51. 93ba0a4 Switch SkSL to std::string by Brian Osman · 7 years ago
  52. ede7bac use unique_ptr for codec factories by Mike Reed · 7 years ago
  53. 086a427 guard references to SkColorTable by Mike Reed · 7 years ago
  54. 571b30f Reland "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  55. 8321f75 Revert "Remove support for decoding to kIndex_8" by Leon Scroggins · 7 years ago
  56. 742a3e2 Remove support for decoding to kIndex_8 by Leon Scroggins III · 7 years ago
  57. 674a184 Add SkCodec::Result indicating error in the data by Leon Scroggins III · 8 years ago
  58. 6b3155c Revert[4] "clean up (partially) colortable api"""" by Mike Reed · 8 years ago
  59. b14131c Revert "Revert[2] "clean up (partially) colortable api""" by Mike Reed · 8 years ago
  60. 9920b10 Revert[2] "clean up (partially) colortable api"" by Mike Reed · 8 years ago
  61. 0df1b04 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  62. 1d1165c Revert "clean up (partially) colortable api" by Mike Klein · 8 years ago
  63. 9bd301d Revert "skslc can now be compiled with no Skia dependencies, in preparation for its eventual" by Ethan Nicholas · 8 years ago
  64. 2e491a6 clean up (partially) colortable api by Mike Reed · 8 years ago
  65. f3333c8 skslc can now be compiled with no Skia dependencies, in preparation for its eventual by Ethan Nicholas · 8 years ago
  66. bcf35f8 Revert "skslc can now be compiled with no Skia dependencies, in preparation for" by Ethan Nicholas · 8 years ago
  67. 7833466 skslc can now be compiled with no Skia dependencies, in preparation for by Ethan Nicholas · 8 years ago
  68. a839fc0 Add Chromium's fuzz_fileter_fuzz to skia. by Herb Derby · 8 years ago
  69. 1ac8fd2 Define canvas fuzzers like the other API fuzzers by Kevin Lubick · 8 years ago
  70. 62176db fuzz: dump_canvas by Hal Canary · 8 years ago
  71. 24ac42b Fuzz PDF, N32, and Null Canvases by Hal Canary · 8 years ago
  72. 0d4bc0d Draw path onto a canvas when fuzzing by Kevin Lubick · 8 years ago
  73. edee1ae Write SkRegion fuzzer by Kevin Lubick · 8 years ago
  74. 0168e04 Add a way to compute the code coverage of fuzzers by Kevin Lubick · 8 years ago
  75. ab273fa move SkTRegister.h into tools by Mike Reed · 8 years ago
  76. f04c50a Add in Path fuzzer by Kevin Lubick · 8 years ago
  77. f80f115 Be able to fuzz a directory of input by Kevin Lubick · 8 years ago
  78. 941e7e2 re-land of added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  79. e8e4a3e Revert "added sk_FragCoord support to skslc" by Greg Daniel · 8 years ago
  80. ce33f10 added sk_FragCoord support to skslc by Ethan Nicholas · 8 years ago
  81. c5a8366 Add fuzzing for decoding animated images by Leon Scroggins III · 8 years ago
  82. f1dd677 Rename SkSL::GLSLCapsFactory to SkSL::ShaderCapsFactory by Brian Salomon · 8 years ago
  83. db68301 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  84. a2b4bdc Revert 248ff023 & 2cb6cb72 by Hal Canary · 8 years ago
  85. 248ff02 SkImageEncoder: simplify API by Hal Canary · 8 years ago
  86. 9e1138d re-land of switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  87. 792d0f1 Revert "switched skslc from std::string to SkString" by Greg Daniel · 8 years ago
  88. d8df21a switched skslc from std::string to SkString by Ethan Nicholas · 8 years ago
  89. 7ef4b74 re-re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  90. 857cb97 Revert "re-land of skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  91. 498d403 re-land of skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  92. b0b5360 Revert "skslc now uses standard Skia caps" by Leon Scroggins · 8 years ago
  93. 8af38a9 skslc now uses standard Skia caps by Ethan Nicholas · 8 years ago
  94. 2db8361 bench, samples, etc: s/SkAutoTUnref/sk_sp/ by Hal Canary · 8 years ago
  95. 145dbcd Remove SkAutoTDelete. by Ben Wagner · 8 years ago
  96. 2f535ce Make fuzzers use cleaner interface by Kevin Lubick · 8 years ago
  97. 19b9153 Add support for multiple frames in SkCodec by scroggo · 8 years ago
  98. 526972e Rename all color space factories from New* to Make* by Brian Osman · 8 years ago
  99. ddb37d6 re-re-land of skslc now automatically turns on derivatives support by ethannicholas · 8 years ago
  100. e719577 Add SKSL fuzzer by kjlubick · 8 years ago