1. 22b2af1 dedup images/blobs/pictures by ID in old serialization format by reed · 8 years ago
  2. 9be3720 std::move(SkTDArray) by halcanary · 8 years ago
  3. 18300a3 detach -> release by mtklein · 8 years ago
  4. a7e9f05 Move SkTDArray to private. by bungeman · 9 years ago[Renamed from include/core/SkTDArray.h]
  5. cc881da Add sk_careful_memcpy to catch undefined behavior in memcpy. by mtklein · 9 years ago
  6. 385fe4d Style Change: SkNEW->new; SkDELETE->delete by halcanary · 9 years ago
  7. 91df6c2 Fix some lingering typos by robertphillips · 9 years ago
  8. f89f60f [SkSVGDevice] Full font family support by fmalita · 10 years ago
  9. 48b411a Remove debug-only fData from SKTDArray. by mtklein · 10 years ago
  10. 092dab9 Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  11. 7062a26 Revert of Use BBH reserve hook to preallocate space for tiles. (patchset #2 id:80001 of https://codereview.chromium.org/639823005/) by mtklein · 10 years ago
  12. 52455cb Use BBH reserve hook to preallocate space for tiles. by mtklein · 10 years ago
  13. aa90d00 Assert SkTDArray::pop() doesn't underflow. by mtklein · 10 years ago
  14. db5f7bf Do not export SkTDArray when building Skia as a DLL by ehsan.akhgari · 10 years ago
  15. ca21a00 SkWriter32: throw in the SkTDArray towel. by commit-bot@chromium.org · 11 years ago
  16. a87b21c Reland SkWriter32 growth change with build fixes. by commit-bot@chromium.org · 11 years ago
  17. 09f0ba7 Revert of Change growth function for SkWriter32 (https://codereview.chromium.org/150663014/) by commit-bot@chromium.org · 11 years ago
  18. 93d5ffd Change growth function for SkWriter32 by commit-bot@chromium.org · 11 years ago
  19. 046f1f6 Cleaner external buffer handling in SkWriter32 by commit-bot@chromium.org · 11 years ago
  20. 6fcd28b fix samplefuzz, fix some 32/64bit warnings by reed@google.com · 11 years ago
  21. e9cd27d Third wave of Win64 warning cleanup by robertphillips@google.com · 11 years ago
  22. c6081ab fix copy in SkTDArray by zachr@google.com · 11 years ago
  23. 3467ee0 add != operator for SkTDArray by reed@google.com · 11 years ago
  24. aa537d4 Make SkTDArray accessors const-friendly. by commit-bot@chromium.org · 12 years ago
  25. 7fc0e0a Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  26. 7af56be Runtime configuration system for skia. This will allow developers to control settings at launch time without relying on compile-time flags or recompilation. It can be used to turn features on and off, as well as to control numeric quantities to 'tune' algorithms. Once I make sure it's working across all platforms I'll send out a quick tutorial on its use. by humper@google.com · 12 years ago
  27. 21cbec4 Remove GrTDArray. by bsalomon@google.com · 12 years ago
  28. 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
  29. c51db02 Fix a memory leak in SkBitmapHeap. by scroggo · 12 years ago
  30. af07d06 Add SkTDArray.contains(), which is just a wrapper around find() by epoger@google.com · 12 years ago
  31. b158a82 fix 64bit warnings (use: GYP_DEFINES=skia_arch_width=64 make ... ) by reed@google.com · 12 years ago
  32. df9d656 Add SkPath::getVerbs/countVerbs by bsalomon@google.com · 12 years ago
  33. ffe39bd Fix type errors and a few warnings for Visual Studio 2010 64-bit build. by tomhudson@google.com · 12 years ago
  34. 1271d78 add bytes() to SkTDArray, which returns the number of bytes in the array, by reed@google.com · 13 years ago
  35. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  36. b530ef5 have == always return bool, never int by reed@google.com · 13 years ago
  37. 7ffb1b2 Add code needed to build skia as a windows dll within the chromium project. by ctguil@chromium.org · 13 years ago
  38. 0da41db add detach() method by reed@android.com · 15 years ago
  39. 8433b5d more checks for null shapes in pictures by reed@android.com · 15 years ago
  40. 8a1c16f grab from latest android by reed@android.com · 16 years ago