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