1. d8a90f9 Converting more debug code to SkJSONWriter by Brian Osman · 5 years ago
  2. 087fad7 Add getTypefaceOrDefault and refTypefaceOrDefault by Herb Derby · 5 years ago
  3. a6d1c0a start to build with no paint-text fields by Mike Reed · 5 years ago
  4. 352057b remove legacy fontmetrics flag by Mike Reed · 5 years ago
  5. 212e906 don't use drawPosText by Mike Reed · 5 years ago
  6. fc97f22 FuzzCanvas: do textToglyphs right by Hal Canary · 5 years ago
  7. 96d9dd8 Prevent exponential growth of 'nice' paths when fuzzing by Kevin Lubick · 5 years ago
  8. ec1c620 Avoid system fonts when fuzzing by Kevin Lubick · 5 years ago
  9. 3d6b438 remove legacy pathref validation by Cary Clark · 5 years ago
  10. 340aeda make SK_SUPPORT_LEGACY_FONTMETRICS_IN_PAINT conditional by Mike Reed · 5 years ago
  11. aa3b291 bracket SkPath pathRefIsValid with define by Cary Clark · 5 years ago
  12. 0f9d33e clean up conditional code for SkTextEncoding by Mike Reed · 5 years ago
  13. c33ec9f remove legacy hinting-enum guards by Mike Reed · 6 years ago
  14. 358fcad start to hide textparams on SkPaint by Mike Reed · 6 years ago
  15. 2ed7820 use SkFont in a lot of places by Mike Reed · 6 years ago
  16. 6d9a51a Fuzz: un-inline some code by Hal Canary · 6 years ago
  17. f88f5ef simplify nextRange(), fold in nextEnum() by Mike Klein · 6 years ago
  18. d7a4bea Revert "rm legacy flags for hinting enum" by Mike Reed · 6 years ago
  19. 5cd242b rm legacy flags for hinting enum by Mike Reed · 6 years ago
  20. 9edbf42 Revert[4] "hide nested hinting enum" by Mike Reed · 6 years ago
  21. 8e12cc6 Reland "Revert "hide nested hinting enum"" by Mike Klein · 6 years ago
  22. f49563b Revert "Revert "hide nested hinting enum"" by Mike Reed · 6 years ago
  23. 6bd19df Revert "hide nested hinting enum" by Mike Reed · 6 years ago
  24. fbebece hide nested hinting enum by Mike Reed · 6 years ago
  25. 6d3cb2a [fuzzer] Check enum type at compile time by Kevin Lubick · 6 years ago
  26. 16d91aa remove empty devKern from SkPaint by Mike Reed · 6 years ago
  27. 1edff30 SkPaint::Align is dead by Mike Reed · 6 years ago
  28. f08002c Remove SrcRectConstraint from drawImageRect overloads with no src rect by Brian Salomon · 6 years ago
  29. 6e24cd3 Reland "hide setTextAlign" by Mike Reed · 6 years ago
  30. f10ea21 Revert "hide setTextAlign" by Brian Osman · 6 years ago
  31. 43c7183 hide setTextAlign by Mike Reed · 6 years ago
  32. c88cc77 remove (unused) vertical-text by Mike Reed · 6 years ago
  33. 1f0170c Have FuzzPathop make a new path every time by Kevin Lubick · 6 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. 0b8fcbc Add fuzzers for SkAndroidCodec & incrementalDecode by Leon Scroggins III · 6 years ago
  37. 0a5152e Exercise entire public PathOp API by Kevin Lubick · 6 years ago
  38. de2dc8d Add oss-fuzz entrypoint for Polyutils fuzz by Kevin Lubick · 6 years ago
  39. 57507f1 Add autodetect for polyutils fuzz by Kevin Lubick · 6 years ago
  40. 1eb9af9 delete textonpath code -- not used anywhere by Mike Reed · 6 years ago
  41. 7ffa40c FuzzPath -> FuzzNicePath by Mike Klein · 6 years ago
  42. 4ef464c FuzzPath() should probably make a valid path by Mike Klein · 6 years ago
  43. 78c6015 make only valid SkRRects in FuzzPath by Mike Klein · 6 years ago
  44. de54d7c Update autodetects for newer fuzzers by Kevin Lubick · 6 years ago
  45. 60900b5 move skpipe to experimental by Mike Klein · 6 years ago
  46. 23564b9 SkDocument: Factories now located in SkPDFDocument.h and SkXPSDocument.h by Hal Canary · 6 years ago
  47. 8a00144 test,tools: whitespace changes for clang-format by Hal Canary · 6 years ago
  48. bc9a1a8 Make fuzz::next overloads more consistent by Kevin Lubick · 6 years ago
  49. 66f6ef4 Harden SerializedImageFilter fuzzer against filter creation failure by Robert Phillips · 6 years ago
  50. 8051d38 Fix SkPath::reverseAddPath and fuzzing of SkPath enums by Robert Phillips · 6 years ago
  51. 5e4e545 Expand SkPath fuzzer by Robert Phillips · 6 years ago
  52. da58cac Rip out variable offsetting by Jim Van Verth · 6 years ago
  53. 549ed88 Add FuzzPathop to oss-fuzz by Kevin Lubick · 6 years ago
  54. a62d036 textonpath no longer in canvas by Mike Reed · 6 years ago
  55. ea60b95 IWYU: SkUtils.h by Hal Canary · 6 years ago
  56. 557aad7 Remove occluder feature from blur mask filter by Robert Phillips · 6 years ago
  57. 6943689 clean up includes by Cary Clark · 6 years ago
  58. 972eba3 sk_tool::Registry: make an iterator. by Hal Canary · 6 years ago
  59. f107a2f SkUTF by Hal Canary · 6 years ago
  60. 2b0e6cd Reland "SkDEBUGF: use __VA_ARGS__" by Hal Canary · 6 years ago
  61. 53c8769 remove unused untested parts of text blob by Cary Clark · 6 years ago
  62. f666cbc remove debug gl interface, grcontextfactory context type, and config. by Brian Salomon · 6 years ago
  63. 061cc21 Add more tests for PolyUtils by Jim Van Verth · 6 years ago
  64. e923ccc Revert "SkDEBUGF: use __VA_ARGS__" by Robert Phillips · 6 years ago
  65. 2267a09 SkDEBUGF: use __VA_ARGS__ by Hal Canary · 6 years ago
  66. 6c56055 Update fuzz autodetect for other fuzzer aliases by Kevin Lubick · 6 years ago
  67. 80452be Fold SkJSON into Skia/utils by Florin Malita · 6 years ago
  68. f08d1d0 Stop using SkTSwap. by Ben Wagner · 6 years ago
  69. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  70. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  71. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  72. efd99cc clean up SkPicture include by Cary Clark · 6 years ago
  73. bf45c70 Clean up a few IWYU issues by Mike Klein · 6 years ago
  74. 7796f00 SkJson by Florin Malita · 6 years ago
  75. faef514 More libfuzzer cleanups from GPU switchover by Kevin Lubick · 6 years ago
  76. fe6b489 Add Dockerfile for building and running local Skia checkout with SwiftShader by Kevin Lubick · 6 years ago
  77. 1b1a557 Add fuzzer option for Blur w/o occluder by Kevin Lubick · 6 years ago
  78. d2ae8dc Add option for fuzzer to toggle DAA by Kevin Lubick · 6 years ago
  79. 457fa97 Fix fuzz+Skottie integration by Kevin Lubick · 6 years ago
  80. 3d856bd [skottie] Relocate to modules/skottie by Florin Malita · 6 years ago
  81. 8ed1a89 remove SkColorSpace::MakeICC() fuzzer by Mike Klein · 6 years ago
  82. 0938ce7 Fix FuzzCanvas - drawPath by Kevin Lubick · 6 years ago
  83. 0b0d93d Fuzz should observe the optional Skottie flag. by Florin Malita · 6 years ago
  84. 9eeede2 Add Skottie fuzzer (via json input) by Kevin Lubick · 6 years ago
  85. acd456a IWYU for fuzz binary by Kevin Lubick · 6 years ago
  86. fffa641 Make fuzz autodetect file names by Kevin Lubick · 6 years ago
  87. ab4f5bd rm SkRRectsGaussianEdgeMaskFilter by Robert Phillips · 6 years ago
  88. ea176c6 Remove scanlineOrder switch statements that always do the same thing by Brian Osman · 6 years ago
  89. 13872dd Region Op Fuzzer by Hal Canary · 6 years ago
  90. c5f0427 Avoid nonsortable rects in drawRect/drawOval by Kevin Lubick · 6 years ago
  91. 27d4219 Move oss-fuzz to MockGPUCanvas by Kevin Lubick · 6 years ago
  92. 3070926 Add mock gl fuzzer by Kevin Lubick · 6 years ago
  93. e4be55d Add Encoder fuzzers by Kevin Lubick · 6 years ago
  94. 8264b31 Add libFuzzer style fuzzer for NullGLCanvas for use on OSS-Fuzz. by Jonathan Metzman · 6 years ago
  95. 486ee3d Port 2 Canvas fuzzers to oss-fuzz by Kevin Lubick · 6 years ago
  96. 1be1f8d hide SkBlurMaskFilter and SkBlurQuality by Mike Reed · 6 years ago
  97. 05cb229 Add oss-fuzz endpoint for PathMeasure by Kevin Lubick · 6 years ago
  98. 91390c8 pathmeasure fuzzer by Cary Clark · 6 years ago
  99. a63d690 Fix a tiny typo by Yuqian Li · 6 years ago
  100. 1991f55 Tweak API fuzzers to run better in libfuzzer by Kevin Lubick · 6 years ago