1. 95e3c05 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  2. c456b73 Revert "SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h" by Kevin Lubick · 8 years ago
  3. a5494f1 SkTypes.h : move SkAutoMalloc into SkAutoMalloc.h by Hal Canary · 8 years ago
  4. 38d909e Move off SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 8 years ago
  5. 4d9ff62 Remove SkWriter32::contiguousArray(). by mtklein · 8 years ago
  6. 9d524f2 Style bikeshed - remove extraneous whitespace by halcanary · 8 years ago
  7. fde0511 Make sp variants for SkData by reed · 8 years ago
  8. f70b531 Move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ )" by reed · 8 years ago
  9. 1610835 Revert of move annotations to canvas virtual (patchset #8 id:140001 of https://codereview.chromium.org/1744103002/ ) by reed · 8 years ago
  10. 0eda258 move annotations to canvas virtual by reed · 8 years ago
  11. 565901d Switch SkAutoMalloc to SkAutoTMalloc to avoid cast by scroggo · 9 years ago
  12. 96fcdcc Style Change: NULL->nullptr DOCS_PREVIEW= https://skia.org/?cl=1316233002 by halcanary · 9 years ago
  13. 4f358fc Make SkWriter32::snapshotAsData() a dumb copy. by mtklein · 9 years ago
  14. fbaace0 DM warning-free on win64 by bsalomon · 10 years ago
  15. affa77d Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 10 years ago
  16. c30dcb9 Add capture snapshot as data to SkWriter32, use it to optimise record->playback. by commit-bot@chromium.org · 10 years ago
  17. 536ac5e Templetized SkWriter32 readTAt() & overwriteTAt() by commit-bot@chromium.org · 10 years ago
  18. afe38b1 Fix broken debug build by commit-bot@chromium.org · 10 years ago
  19. c6d3c44 Have peek32 return uint32_t& to make it harder to look at more than 4 bytes. by commit-bot@chromium.org · 10 years ago
  20. 8f6884a Cleanup: Sanitize the order of includes under tests/ by tfarina@chromium.org · 10 years ago
  21. e2eac8b Move macros from TestClassDef.h to Test.h by commit-bot@chromium.org · 11 years ago
  22. 1938242 Convert SkWriter32 to use an SkTDArray for its internal storage. by commit-bot@chromium.org · 11 years ago
  23. e4fafb1 Use DEFINE_TESTCLASS_SHORT macro in tests. by tfarina@chromium.org · 11 years ago
  24. 4469938 Revert "Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning"" by reed@google.com · 11 years ago
  25. 6fcbfce Revert "add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning" by reed@google.com · 11 years ago
  26. 081560e add SK_ATTR_DEPRECATED -- will need to disable for chrome, since it triggers a warning by reed@google.com · 11 years ago
  27. e0e7cfe Change old PRG to be SkLCGRandom; change new one to SkRandom by commit-bot@chromium.org · 11 years ago
  28. 8b4ba63 Fix bug in SkWriter32. by mtklein@google.com · 11 years ago
  29. 0038c12 Write NULL as "" so readString() always returns a non-NULL string. by mtklein@google.com · 11 years ago
  30. 47fa136 allow NULL in writeString/readString by commit-bot@chromium.org · 11 years ago
  31. ff36a1d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  32. 5174286 Revert "Start from scratch on a faster SkFlatDictionary." by mtklein@google.com · 11 years ago
  33. cae5d8d Start from scratch on a faster SkFlatDictionary. by commit-bot@chromium.org · 11 years ago
  34. c490f80 Change random number generator for 'tests' to SkMWCRandom. Also removes some by jvanverth@google.com · 11 years ago
  35. e16efc1 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  36. b89a03c Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 12 years ago
  37. 5595af1 unify how we handle externally-provided storage in SkWriter32, with the goal by reed@google.com · 12 years ago
  38. d7e2782 truncate our llist w/ null during rewind. by reed@google.com · 12 years ago
  39. a27096b Sanitizing source files in Skia_Nightly_House_Keeping by skia.committer@gmail.com · 12 years ago
  40. 1cf58d0 add SkWriter32::rewindToOffset() -- used for peephole edits in picture recording by reed@google.com · 12 years ago
  41. d6176b0 Result of running tools/sanitize_source_files.py (which was added in https://codereview.appspot.com/6465078/) by rmistry@google.com · 12 years ago
  42. dd39488 Avoid a loop in writeString and writePad by zeroing padding first. by scroggo@google.com · 12 years ago
  43. e9617eb In SkWriter32::writeString, initialize all memory reserved. by scroggo@google.com · 12 years ago
  44. 51c62a6 add readPtr and writePtr to SkReader32 and SkWriter32 by reed@google.com · 12 years ago
  45. e49aca9 add optional storage parameter to SkWriter32 by reed@google.com · 12 years ago
  46. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  47. dde0956 add cross-process option to gpipe add unittests for reader32 and writer32 by reed@google.com · 13 years ago