1. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  2. 6776b82 Make SkImageFilter crop rects relative to the primitive origin, instead of relative to their parent's crop rect. This is required by SVG semantics, and is more sane anyway. by senorblanco@chromium.org · 11 years ago
  3. 9f9d582 Get rid of DEFINE_TESTCLASS() macro. by tfarina@chromium.org · 11 years ago
  4. 4b413c8 remove SkFloatToScalar macro by commit-bot@chromium.org · 11 years ago
  5. cb3b615 Address some more valgrind issues by robertphillips@google.com · 11 years ago
  6. 8b66abb Remove support for SK_CROP_RECT_IS_INT, now that it is no longer used in Blink or Chrome. by senorblanco@chromium.org · 11 years ago
  7. b295fb6 Change SkImageFilter's cropRect from SkIRect to a CropRect struct, containing an SkRect and flags indicating which parameters are set. by senorblanco@chromium.org · 11 years ago
  8. a604c4f Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  9. 1588354 Compiler fix for r11288 by robertphillips@google.com · 11 years ago
  10. 24ddde9 Revert 11247, 11250, 11251, 11257, and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  11. ba6e954 Revert the revert of 11247, 11250, 11251 and 11279 (Chrome already relies on changes in r11247) by robertphillips@google.com · 11 years ago
  12. 478884f Revert 11247, 11250, 11251 and 11279 to unblock DEPS roll (https://codereview.chromium.org/24159002/) by robertphillips@google.com · 11 years ago
  13. dc9888c Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  14. 40fcb59 More warnings as errors fixes by robertphillips@google.com · 11 years ago
  15. 4b681bc Fixed issues found by fuzzer by commit-bot@chromium.org · 11 years ago
  16. 5c561cb Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  17. 194d775 This patch implements a crop rect for SkImageFilter. It has been implemented for SkColorFilterImageFilter and SkBlurImageFilter as examples. by senorblanco@chromium.org · 11 years ago