1. c640d0d Revert "Revert "SkTypes: extract SkTo"" by Hal Canary · 6 years ago
  2. fdcfb8b Revert "SkTypes: extract SkTo" by Hal Canary · 6 years ago
  3. 2a2f675 SkTypes: extract SkTo by Hal Canary · 6 years ago
  4. 255ab8d Make SkStream readers report failure. by Ben Wagner · 8 years ago
  5. 8a8a144 Treat SkFILEStream's fOriginalOffset as the start by Leon Scroggins III · 6 years ago
  6. 0ca2146 remove dead code for STREAM_API by Mike Reed · 7 years ago
  7. 98c5d92 Revert "Revert "use unique_ptr for stream api"" by Mike Reed · 7 years ago
  8. 7031b24 Revert "use unique_ptr for stream api" by Mike Reed · 7 years ago
  9. 49f1f34 use unique_ptr for stream api by Mike Reed · 7 years ago
  10. 4b972d1 SkFILEStream::Make: fix leak. by Hal Canary · 7 years ago
  11. a93a14a Convert NULL and 0 to nullptr. by Ben Wagner · 7 years ago
  12. 847068c add Make factory to SkMemoryStream (simplify call-sites) by Mike Reed · 7 years ago
  13. 6fee59b SkStream: DynamicMemoryWStream gets writeToAndReset by Hal Canary · 7 years ago
  14. 8d9201a Remove unnecessary SkFILEStream::getMemoryBase by Leon Scroggins III · 7 years ago
  15. d3b6597 Mark overridden destructors with 'override' and remove 'virtual' by Brian Salomon · 7 years ago
  16. 2a65cc0 test (and fix) clip_restriction in canvas by Mike Reed · 7 years ago
  17. 0b83319 SkDynamicMemoryWStream::detachAsStream() returns unique_ptr by Hal Canary · 7 years ago
  18. dabe8ac SkDynamicMemoryWStream::detachAsData more memory efficent by Hal Canary · 7 years ago
  19. 4d1955c Fix SkFILEStream. by Ben Wagner · 7 years ago
  20. ff80c2a remove SkMemoryWStream -- unused externally by Mike Reed · 8 years ago
  21. c3063e5 remove SkDebugWStream and other cleanups by Mike Reed · 8 years ago
  22. 884300d Remove SkDynamicMemoryWStream::getOffset. by Ben Wagner · 8 years ago
  23. 9c457ad speedup dynamicwstream by Mike Reed · 8 years ago
  24. 5adaf8b remove unused dynamicwstream.snapshotAsData() by Mike Reed · 8 years ago
  25. 8dc1f62 Remove strange 'write' overload on SkDynamicMemoryWStream. by bungeman · 8 years ago
  26. 09d9435 remove lots of legacy flags by Mike Reed · 8 years ago
  27. f93d711 SkFontData to use smart pointers. by bungeman · 8 years ago
  28. 606add3 Revert of SkFontData to use smart pointers. (patchset #3 id:40001 of https://codereview.chromium.org/2339273002/ ) by bungeman · 8 years ago
  29. d8c2476 SkFontData to use smart pointers. by bungeman · 8 years ago
  30. 42943c8 change SkStreams to work with sk_sp<SkData> instead of SkData* by reed · 8 years ago
  31. cbc060a SkWStream::writeText inlined. by halcanary · 8 years ago
  32. 15e2a53 add missing API by caryclark · 8 years ago
  33. fde0511 Make sp variants for SkData by reed · 8 years ago
  34. 7471fa4 add fsync to try to get complete skps from webpage picture capture by caryclark · 9 years ago
  35. d61c384 Allow SkStream::peek() to partially succeed by scroggo · 9 years ago
  36. d76be9c Eliminate SkFILE: it always is the same as FILE. by halcanary · 9 years ago
  37. 2766c00 remove SkInstCnt by mtklein · 9 years ago
  38. 028a413 Add a method to read a stream without advancing it. by scroggo · 9 years ago
  39. 5cffba8 Remove SkMemoryStream::peek() by scroggo · 9 years ago
  40. 36352bf C++11 override should now be supported by all of {bots,Chrome,Android,Mozilla} by mtklein · 9 years ago
  41. 7af2150 SkStream: Add SkDynamicMemoryWStream::writeToStream(SkWStream*) by halcanary · 9 years ago
  42. 2dca817 Remove staging SkStream::unref(). by bungeman · 9 years ago
  43. a1193e4 Make SkStream *not* ref counted. by scroggo · 9 years ago
  44. 6f07665 Simplify SkInstCnt by mtklein · 10 years ago
  45. 72c9faa Fix up all the easy virtual ... SK_OVERRIDE cases. by mtklein · 10 years ago
  46. c87dd2c Enable unused param checking for public includes. by djsollen · 10 years ago
  47. 8365830 remove confusing/unused stream methods by reed · 10 years ago
  48. 490fb6b Add size_t bytesWritten() const to SkWStream. by commit-bot@chromium.org · 10 years ago
  49. dcb8e54 This CL is motivated by the desire to make the skpinfo tool work a bit better. The main concern is that the assumptions made w.r.t. written bytes may not be valid for all SkWStream sub-classes. by commit-bot@chromium.org · 10 years ago
  50. eef834f DM: read image files without an extra copy by commit-bot@chromium.org · 10 years ago
  51. 0430692 Remove backward compatibility shims from SkStream.h. by bungeman@google.com · 11 years ago
  52. fab44db Clean up SkTypes.h. by bungeman@google.com · 11 years ago
  53. 4d213ab Handle SkStream::rewind properly. by scroggo@google.com · 11 years ago
  54. c29f3d8 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  55. 88682b7 Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  56. 6eee5c3 Revert r10171 due to test failure in StreamTest by robertphillips@google.com · 11 years ago
  57. eacb54e Add a detachAsStream to SkDynamicMemoryWStream. by bungeman@google.com · 11 years ago
  58. 6cab1a4 Change SkStream. https://codereview.chromium.org/15298009/ by bungeman@google.com · 11 years ago
  59. 2b34fe0 Sanitizing source files in Housekeeper-Nightly by skia.committer@gmail.com · 11 years ago
  60. 3b34505 add block comment describing sync nature of SkStream by reed@google.com · 11 years ago
  61. 8e3fb2d comments only: update docs for SkStream::readData(), SkWStream::writeData() by epoger@google.com · 11 years ago
  62. 8eaddb0 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  63. e1575aa reland 8200 w/ fix for android (use fullpath instead of path) by reed@google.com · 11 years ago
  64. 070235e revert 8204 -- what is happening??? by reed@google.com · 11 years ago
  65. 4f7e846 reland 8200 w/ fix for android (need fullpath instead of path) by reed@google.com · 11 years ago
  66. 1311f7e revert 8200 to figure out android break by reed@google.com · 11 years ago
  67. d5ea2ae move SK_MMAP_SUPPORT into SkPreConfig, so we can know about its availability by reed@google.com · 11 years ago
  68. 6433435 Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  69. a718c5e add SK_API to more stream subclasses (for shared library use) by reed@google.com · 11 years ago
  70. e490420 Ensure that SkMemoryStream does not crash dereferencing fData. by scroggo@google.com · 12 years ago
  71. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  72. 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
  73. f7751ae Exported SkFILEWStream class so that it can be used in Chrome. by alokp@chromium.org · 12 years ago
  74. 2e07942 add read/write SkData methods by reed@google.com · 12 years ago
  75. 3b42998 stick SkInstCnt in more classes, to help track down leaks by reed@google.com · 12 years ago
  76. 15e9d3e Expanded distribution of instance counting by robertphillips@google.com · 12 years ago
  77. 1cc8f6f Adding more unit testing for SkCanvas and derived classes. by junov@chromium.org · 12 years ago
  78. 1341304 Use SK_OVERRIDE to add a little extra robustness against name changes. by tomhudson@google.com · 13 years ago
  79. ec3ed6a Automatic update of all copyright notices to reflect new license terms. by epoger@google.com · 13 years ago
  80. 8a85d0c replace detach/getStream apis on dynamicwstream with SkData by reed@google.com · 13 years ago
  81. 8d0b577 rename public SkDataRef to SkData by reed@google.com · 13 years ago
  82. 70442a6 add copyToData() to dyanamicwstream by reed@google.com · 13 years ago
  83. f316634 http://codereview.appspot.com/4436057/ by reed@google.com · 13 years ago
  84. dfc5ffe Additional SK_API annotations needed for print preview on windows. by ctguil@chromium.org · 13 years ago
  85. 57f4969 merge from android tree: by djsollen@google.com · 13 years ago
  86. a518086 Several cleanups: by vandebo@chromium.org · 14 years ago
  87. d877fdb High level pdf classes and pdf specific interface. by vandebo@chromium.org · 14 years ago
  88. 5e5adfd migrate more legacy unittests into tests/ SkParse yet to be cleaned up by reed@android.com · 15 years ago
  89. 8a1c16f grab from latest android by reed@android.com · 16 years ago