1. daa5b24d add guard for future Skia CL by reed · 9 years ago
  2. 52874bd Define SK_SUPPORT_LEGACY_BROKEN_LERP to stage crrev.com/2097883002 by mtklein · 9 years ago
  3. 7eefc9a1 Remove SK_SUPPORT_LEGACY_DATA_FACTORIES. by bungeman · 9 years ago
  4. 9a464e0 Remove build references to deleted SkNinePatch.cpp by msarett · 9 years ago
  5. 9601746 Remove BitmapPlatformDevice from NativeThemeWin by tomhudson · 9 years ago
  6. cc81c276 Update Skia build files for file move. by bungeman · 9 years ago
  7. 6bde4785 Define SK_SUPPORT_LEGACY_DATA_FACTORIES for Skia. by bungeman · 9 years ago
  8. a3254db Disable Skia histograms until issues can be debugged. by ericrk · 9 years ago
  9. 5cacab3a skia_commit_hash.h by halcanary · 9 years ago
  10. 289d8c443 Mojo C++ bindings: support mapping T and T? differently. by yzshen · 9 years ago
  11. a144bcea remove orphaned pixel_ref_utils_unittest.cc by reed · 9 years ago
  12. 19eb067 Consolidate Windows bitmap and DC code by tomhudson · 9 years ago
  13. 1bd8b75 remove unneeded call to deprecated method by reed · 9 years ago
  14. 3850a4d Make base::TerminateBecauseOutOfMemory call RaiseException on Windows. by wfh · 9 years ago
  15. 7277856 Add SK_SUPPORT_LEGACY_ACCESSBITMAP Skia guard to temporarily preserve Skia's old behavior by robertphillips · 9 years ago
  16. 8ca194a Change OOMs to raise custom exception rather than breakpoint on Windows. by wfh · 9 years ago
  17. 4e4d53c Mojo C++ bindings: make the generator use STL/WTF string/vector/map by default. by yzshen · 9 years ago
  18. 3a64a4b Consolidate Windows bitmap and DC code by tomhudson · 9 years ago
  19. 7b9fe62 Remove use of unsupported Skia flag by robertphillips · 9 years ago
  20. 981aa5a various: Change auto to not deduce raw pointers. by vmpstr · 9 years ago
  21. 86b2b437 Move DrawToHDC() out of Windows BitmapPlatformDevice by tomhudson · 9 years ago
  22. 5557c8b Provide StructTraits for a vector<SkBitmap> by rjkroege · 9 years ago
  23. ac799c2f Revert of [Mac/GN] Explicitly link ApplicationServices wherever CoreGraphics is linked. (patchset #2 id:20001 of https://codereview.chromium.org/2092513002/ ) by rsesek · 9 years ago
  24. 03a4b534 remove SK_SUPPORT_LEGACY_COLORPROFILETYPE by reed · 9 years ago
  25. a7c0e4a Remove SK_SUPPORT_LEGACY_IMAGEFILTER_PTR flag by tomhudson · 9 years ago
  26. 23df18d Improve a comment in a gn file slightly. by thakis · 9 years ago
  27. 5f7bc19 [Mac/GN] Explicitly link ApplicationServices wherever CoreGraphics is linked. by Robert Sesek · 9 years ago
  28. 454b7d0 add SK_SUPPORT_LEGACY_COLORPROFILETYPE flag for skia change by reed · 9 years ago
  29. 6acf597 Move releaseIfNeeded to start, since it can change bitmapIsDummy_ by reed · 9 years ago
  30. 6d979c279 Remove SK_SUPPORT_LEGACY_TYPEFACE_PTR by fmalita · 9 years ago
  31. 59650de Remove SK_SUPPORT_LEGACY_IMAGEFACTORY by fmalita · 9 years ago
  32. c446223ab Add SK_IGNORE_DW_GRAY_FIX to delay rebaselines. by bungeman · 9 years ago
  33. c547787a Remove unnecessary dependencies on mojo/edk/system by rockot · 9 years ago
  34. 5d09049 base::ListValue::Append cleanup: pass unique_ptr instead of the released pointer. by dcheng · 9 years ago
  35. 438dab8 Remove skia::RefPtr by tomhudson · 9 years ago
  36. 8691d77 Remove all uses of skia::RefPtr by tomhudson · 9 years ago
  37. a9ace744 Implement cc::FilterOperation StructTraits by fsamuel · 9 years ago
  38. ad6f9da Remove SkDevice, obsolete constructor by tomhudson · 9 years ago
  39. ea3c906 Add ArrayTraits<CArray<T>> utility template by fsamuel · 9 years ago
  40. e2e406d Add basic SkBitmap StructTraitsTest. by msw · 9 years ago
  41. 567de3b Implement sk_sp<SkImageFilter> StructTraits by fsamuel · 9 years ago
  42. 7b3867c mojo ArrayTraits<T>::Resize returns bool indicating success by fsamuel · 9 years ago
  43. b765188e skia/ext: do not assume Skia's headers include windows.h by halcanary · 9 years ago
  44. b3549d9 Adding missing manifests to gn-built executables by brucedawson · 9 years ago
  45. 448e5ed [tracing] Sanitize process memory dump names for background mode by ssid · 9 years ago
  46. 9a024f9 Remove SkTypeface_fake.cpp. by bungeman · 9 years ago
  47. 83ec5cb [tracing] Support background mode in skia memory dump provider by ssid · 9 years ago
  48. cdf3504 Remove SK_SUPPORT_LEGACY_TYPEFACE_MAKE_FROM_NAME. by bungeman · 9 years ago
  49. 726d29ca0 Add error messages for canvas creation failures by wangxianzhu · 9 years ago
  50. b0123d1 Add SkBitmap StructTraits for skia::mojo::Bitmap. by msw · 9 years ago
  51. c201ea67 Define skia_whitelist_serialized_typefaces GN arg for Skia by rmistry · 9 years ago
  52. 1c5bc23 [GN] Define SK_BUILD_NO_OPTS when building skia on iOS. by sdefresne · 9 years ago
  53. 6fd373e [iOS/GN] Fix the compilation of "all" on iOS with gn. by sdefresne · 9 years ago
  54. 932bd23 Add define to keep old SkTypeface::MakeFromName. by bungeman · 9 years ago
  55. 65f3792 Fix "unused variable" warnings. by pkasting · 9 years ago
  56. c7aaa19 Replace setMatrixClip() with BeginPlatformPaint() logic by tomhudson · 9 years ago
  57. 8ec2e7db Implement IsSuitableForGpuRasterization directly for DisplayItemLists. by chrishtr · 9 years ago
  58. 149338ee Add guard for upcoming Skia change by fmalita · 9 years ago
  59. d349ea4 Address more TOOD(GYP) in GN build. by brettw · 9 years ago
  60. 02aa51c [Mac/GN] Set up the component build. by rsesek · 9 years ago
  61. 6958c09 Move from SkFontHost to SkFontLCDConfig. by bungeman · 9 years ago
  62. af7b2b7 Crash on non-rectangular Windows clips by tomhudson · 9 years ago
  63. ecf10f2 Add legacy flag to allow Skia to remove Ganesh layer hoister by robertphillips · 9 years ago
  64. ab29ff6 Replace SkTLazy with base::Optional by liyuqian · 9 years ago
  65. fb7d585 remove SK_SUPPORT_LEGACY_DIVBITS_UB legacy flag by reed · 9 years ago
  66. ae451614 use new skia imagefilter-ctm handling by reed · 9 years ago
  67. 95ba444 Move linux pkg_config() calls into separate BUILD.gn files by agrieve · 9 years ago
  68. 66407f23 Roll src/third_party/skia/ 635164028..ada338ab4 (2 commits). by halcanary · 9 years ago
  69. dafbff4 add SK_SUPPORT_LEGACY_IMAGEFILTER_CTM for future skia cl by reed · 9 years ago
  70. 517ae45 Undefine SK_SUPPORT_LEGACY_REFENCODEDDATA_NOCTX by tomhudson · 9 years ago
  71. 9ae6d718 Remove skia/PRESUBMIT.py by thakis · 9 years ago
  72. bba2d3e Update peekPixels callsites by tomhudson · 9 years ago
  73. 079490e Move legacyCreateTypeface to SkFontStyle. by bungeman · 9 years ago
  74. b743cc6 Convert skia to std::unique_ptr by thakis · 9 years ago
  75. 2de75fd9 Add SK_VERY_LEGACY_CREATE_TYPEFACE define for Skia change. by bungeman · 9 years ago
  76. e4cee87 switch over to sk_sp for maskfilters by reed · 9 years ago
  77. 29056bf8 remove SK_SUPPORT_LEGACY_SETSHADER_PTR flag (unused) by reed · 9 years ago
  78. 63afb3a6 Move blink_skia_defines.gypi to chromium_skia_defines.gypi. by bungeman · 9 years ago
  79. 8be9007 Update new Surface callsites by tomhudson · 9 years ago
  80. 74260b3 Replace skia::RefPtr with sk_sp<> in skia/ext/ by tomhudson · 9 years ago
  81. 5a2eb60 add SK_SUPPORT_LEGACY_MASKFILTER_PTR flag by reed · 9 years ago
  82. 556abd1 Fix a bunch of IWYU violators that don't include scoped_ptr.h by Daniel Cheng · 9 years ago
  83. 54fdf8fb Remove SK_SUPPORT_LEGACY_XFERMODE_PTR by tomhudson · 9 years ago
  84. a7bbd0df Use sk_sp-based shader setting APIs by tomhudson · 9 years ago
  85. 5397394 Use sk_sp-based APIs for "minor effects" by tomhudson · 9 years ago
  86. 4b8cfeaa Fix typo in skia/BUILD.gn. by jbudorick · 9 years ago
  87. f548411f skia/config/SkUserConfig.h: remove dead defines by halcanary · 9 years ago
  88. 2b45cf9 Use sk_sp-based shader creation APIs by tomhudson · 9 years ago
  89. c7f0653 Reduce visibility of Windows convenience functions by tomhudson · 9 years ago
  90. 1f8d413 Use sk_sp-based APIs for SkColorFilter by tomhudson · 9 years ago
  91. 7b79fb0 Limit manual control of platform painting by tomhudson · 9 years ago
  92. 4d5dc28 Use SkDocument_PDF_None if pdf support is not enabled. by mbjorge · 9 years ago
  93. cc4d2bee skia/buildfiles: remove reference to empty file by halcanary · 9 years ago
  94. 9e89d08 Use sk_sp-based picture recording APIs in Blink by fmalita · 9 years ago
  95. 12dbc42 add SK_SUPPORT_LEGACY_TYPEFACE_PTR flag for future skia CL by reed · 9 years ago
  96. 5803607f Update build files for Skia's renaming of SkImageEncoder by msarett · 9 years ago
  97. 21ad744 Remove skia_test_expectations.txt. by bungeman · 9 years ago
  98. fe20a6e add SK_SUPPORT_LEGACY_XFERMODE_PTR for future skia CL by reed · 9 years ago
  99. d7b107c add SK_SUPPORT_LEGACY_IMAGEFILTER_PTR flag for future skia CL by robertphillips · 9 years ago
  100. 7024621 mojo: Rename skia.Bitmap to skia.mojom.Bitmap by jamescook · 9 years ago