1. 58a1ea8 SkRegion: change serialization unit tests, better validation code by Hal Canary · 7 years ago
  2. 251bf3e SkRegion deserialization more robust by Hal Canary · 8 years ago
  3. 1026ccf make SkRBuffer always validate by Mike Reed · 8 years ago
  4. 8f18643 remove sprintf by caryclark · 8 years ago
  5. 675576f Detect an invalid intervalCount in SkRegion during deserialiation. by senorblanco · 8 years ago
  6. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  7. d7dc76f Remove version checks for _MSC_VER < 1800 (msvs2013). by bungeman · 8 years ago
  8. b906daf Have /src files use header directly. by herb · 9 years ago
  9. e6e41a8 Move SkAtomics.h to private. by herb · 9 years ago
  10. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  11. 002c2ce stray malloc/free -> sk_malloc/sk_free by mtklein · 9 years ago
  12. 1b24933 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  13. 02802f6 Revert of Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. (patchset #4 id:60001 of https://codereview.chromium.org/1215393002/) by jvanverth · 9 years ago
  14. c50acf2 Remove SkThread.h, include SkMutex.h or SkAtomics.h as appropriate. by mtklein · 9 years ago
  15. b77c7ef Clean up Skia for Clang's -Wtautological-undefined-compare by Mike Klein · 10 years ago
  16. f117781 fix size_t/int warnings by commit-bot@chromium.org · 10 years ago
  17. 8f457e3 Adding error checks to SkRBuffer by commit-bot@chromium.org · 11 years ago
  18. 382fde3 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  19. 4faa869 Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by commit-bot@chromium.org · 11 years ago
  20. 12a2386 Revert "Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream." by reed@google.com · 11 years ago
  21. b48a59a Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  22. eb22126 Revert r12114 due to https://code.google.com/p/skia/issues/detail?id=1794 ('Assertion failures on various buildbots as of r12114') by epoger@google.com · 11 years ago
  23. 305f78e Checking structure sizes before reading them from memory to avoid overflowing the buffer's stream. by sugoi@google.com · 11 years ago
  24. 2c8e9d4 Add stdio include for Android specific code in SkRegion. by bungeman@google.com · 11 years ago
  25. f7d01ce Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  26. 5dd567c Add getRectCount to SkRegtion by commit-bot@chromium.org · 11 years ago
  27. 27bf728 Unreviewed build fix. by sugoi@google.com · 11 years ago
  28. e0e385c Removed unused parameters by sugoi@google.com · 11 years ago
  29. 633c32b optimize region::intersect when one wholly contains the other by reed@google.com · 12 years ago
  30. 5b33211 Start addressing the clang static analyzer issues by robertphillips@google.com · 12 years ago
  31. b77b69f Remove method calls on invalid "this" pointer. by bungeman@google.com · 12 years ago
  32. bb094b9 fix SkRegion::intersects(rect) where the part of the rgn that we intersect is by reed@google.com · 12 years ago
  33. 796a175 fix SkRegion::contains(rect), thanks to danakj and http://code.google.com/p/skia/issues/detail?id=958 by mike@reedtribe.org · 12 years ago
  34. fbfcd56 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  35. 94e75ee Rename the existing flatten(void*) methods. by djsollen@google.com · 12 years ago
  36. 803eceb fix warnings on Mac in src/core by caryclark@google.com · 12 years ago
  37. 0d10280 We often rgn-diff an area >= the other rgn. now we detect that and return empty by reed@google.com · 12 years ago
  38. 5f7c8a5 restore extra slot in sentinal array that was removed in 3825. This extra value by reed@google.com · 12 years ago
  39. 9c36a76 store x-interval-count per scanline, so we can skip lines in O(1) by reed@google.com · 12 years ago
  40. af7e694 record yspancount and intervalcount in regions by reed@google.com · 12 years ago
  41. c34f53d just coding style fixes, no logic change by reed@google.com · 12 years ago
  42. 7d4aee3 Variant of SkRegion::op (called Oper) that either writes the result into a 3rd by reed@google.com · 12 years ago
  43. 6d428d3 Make SkRegion::operator== a member function, rather than a privately-declared by reed@google.com · 13 years ago
  44. 0c00f21 Add SkDEBUGFAIL to clean up use of SkASSERT(!"text"); by tomhudson@google.com · 13 years ago
  45. 56c6977 Update files to use SK_BUILD_FOR_ANDROID. by djsollen@google.com · 13 years ago
  46. 1deaab5 remove unused variable "inside", begin fixing coding style by reed@google.com · 13 years ago
  47. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  48. 0a0a236 Initialize fClip in SkBounder, in case doIRect() is called before it is used by reed@google.com · 13 years ago
  49. 97fa34c change operator== to return bool instead of int update dox formating by reed@google.com · 13 years ago
  50. cd9d69b Upstreaming changes from android. by djsollen@google.com · 13 years ago
  51. e72766f fix issue 99 -- unneeded assignment inside find_y by reed@google.com · 14 years ago
  52. cb34235 fix matrix use in coretext fonthost update gm images to new baseline by reed@android.com · 14 years ago
  53. 097a351 add SkRegion::setRects(), and its unit tests by reed@android.com · 14 years ago
  54. fbb02e7 extend sentinel array to avoid reading uninitialized memory by reed@android.com · 14 years ago
  55. 55747cc Native client build fix. by agl@chromium.org · 15 years ago
  56. 8a1c16f grab from latest android by reed@android.com · 16 years ago