1. c03e1c5 Re-enable overdraw mode in debugger. by Ben Wagner · 8 years ago
  2. a5cf4f4 Fix png encoding in skia debugger by msarett · 8 years ago
  3. fad9856 Prototype code that turns any/every flattenable into JSON by brianosman · 8 years ago
  4. 43bf511 Delete ChromeOS code by borenet · 8 years ago
  5. f67531f unified PNG encoding between SkDrawCommand and skiaserve by ethannicholas · 8 years ago
  6. 9ea8acd Unbust the old debugger by robertphillips · 8 years ago
  7. bbfe47b Add a dependency from the debugger on tools.gyp:url_data_manager. by jbroman · 8 years ago
  8. 50a8dd0 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 8 years ago
  9. d116561 Revert of Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. (patchset #3 id:40001 of https://codereview.chromium.org/1681643002/ ) by caryclark · 8 years ago
  10. 46cb6d6 Moved Canvas->JSON and JSON->Canvas functionality into SkDebugCanvas. by ethannicholas · 8 years ago
  11. 3cb9542 moved debugger support files from src/utils/debugger to tools/debugger by ethannicholas · 8 years ago
  12. f42fca4 Add gpu implementation of OverdrawXfermode by robertphillips · 8 years ago
  13. e429c88 Revert of Add gpu implementation of OverdrawXfermode (patchset #6 id:100001 of https://codereview.chromium.org/1607253002/ ) by robertphillips · 8 years ago
  14. 8bc3cf8 Add gpu implementation of OverdrawXfermode by robertphillips · 8 years ago
  15. 87ed6be Get debugger compiling again by robertphillips · 9 years ago
  16. cd1f2da add -Iinclude/private anywhere we have -Isrc/core by mtklein · 9 years ago
  17. 478c9e4 Revert "Move headers used by headers in include/ to include/private." by Mike Klein · 9 years ago
  18. 928e165 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  19. 4417c7f Revert "Move headers used by headers in include/ to include/private." by jvanverth · 9 years ago
  20. a89f551 Move headers used by headers in include/ to include/private. by mtklein · 9 years ago
  21. 4808757 Remove all code related to NaCl by borenet · 9 years ago
  22. 3e56227 Add copyright headers to remaining gyp files. by scroggo · 9 years ago
  23. 63a4702 debugger: Make draw command image widget resize by kkinnunen · 10 years ago
  24. eb3379f Turn off warnings as errors for the debugger by robertphillips · 10 years ago
  25. 9ac68ee Move BenchTimer to tools as Timer by mtklein · 10 years ago
  26. 9e64b78 Revert of Move BenchTimer to tools as Timer (https://codereview.chromium.org/344213003/) by mtklein · 10 years ago
  27. 4ed7528 Move BenchTimer to tools as Timer by mtklein · 10 years ago
  28. d08d23b Small tweaks to be able to build everything target: by commit-bot@chromium.org · 11 years ago
  29. 611fde1 Remove the comments settings for vim tab width and expansion variables. by commit-bot@chromium.org · 11 years ago
  30. 35349d8 Revert r11342 (Add infrastructure for testing the debugger code) due to build breakages by robertphillips@google.com · 11 years ago
  31. 15ec2ea Add infrastructure for testing the debugger code. by commit-bot@chromium.org · 11 years ago
  32. 4df1673 Build fix after r9598. by fmalita@google.com · 11 years ago
  33. 86681b3 Expose debugger backend classes externally. by fmalita@google.com · 11 years ago
  34. 05d550e GYP Changes and Scripts for Compiling Skia for ChromeOS by borenet@google.com · 11 years ago
  35. 52f0297 Prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  36. a96627f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  37. cf5348f prepare skia for shared library build on android by djsollen@google.com · 11 years ago
  38. 6a98b8c Copy NaCl directory into trunk/platform_tools, adjust paths by borenet@google.com · 11 years ago
  39. 754a3eb Sanitizing source files in Skia_Periodic_House_Keeping by skia.committer@gmail.com · 11 years ago
  40. 327b9b2 Gyp changes for NaCl debugger by borenet@google.com · 11 years ago
  41. 2f10475 Fix moc generation with SK_SUPPORT_GPU defined by robertphillips@google.com · 11 years ago
  42. f515ffc Show the paint's typeface information in the details pane of the debugger. by humper@google.com · 12 years ago
  43. 6dec8fc Add drawing of paths to debugger by robertphillips@google.com · 12 years ago
  44. 8a1cdae Breakdown profile time by command type in the overview pane by robertphillips@google.com · 12 years ago
  45. 2bde91d Add profiling to debugger by robertphillips@google.com · 12 years ago
  46. b3e7794 Generate debugger mocs into out instead of src. by bungeman@google.com · 12 years ago
  47. d980478 Fix Qt OpenGL lib name on Windows and change the default qt_sdk var value on windows. by bsalomon@google.com · 12 years ago
  48. efb1d77 Build Skia as a static library by borenet@google.com · 12 years ago
  49. bacfcfb Generate debugger MOCs on the fly by fmalita@google.com · 12 years ago
  50. 36631b9 Fix Xcode 4.x debugger build by fmalita@google.com · 12 years ago
  51. 129dee8 fix mac builds by caryclark@google.com · 12 years ago
  52. 18b3823 unbreak the build part ii allow android in debugger.gyp by caryclark@google.com · 12 years ago
  53. 594dd3c iOS support work in progress by caryclark@google.com · 12 years ago
  54. 8b62c60 Added 4.6.2 prefix to existing debugger moc files by robertphillips@google.com · 12 years ago
  55. bbad34d Effects Bug Fix by chudy@google.com · 12 years ago
  56. 607357f Refactoring into a public facing facing SkDebugger class first pass. by chudy@google.com · 12 years ago
  57. a9e937c Moved the ownership of the current clip and current matrix into the debug canvas as part of the upcoming general refactor to everything living in debug canvas. by chudy@google.com · 12 years ago
  58. cf8fb1f Create GPU-less build of Skia. by bsalomon@google.com · 12 years ago
  59. 0b5bbb0 Optimized hit testing feature, refactored into seperate function from canvas draw calls by chudy@google.com · 12 years ago
  60. ea5488b GL Widget Alpha by chudy@google.com · 12 years ago
  61. d3058f5 Quick bug fix that was rendering debugger unusable. by chudy@google.com · 12 years ago
  62. e606d6e SkHitBox added. by chudy@google.com · 12 years ago
  63. e7290ef Update the makefile and gyp for the debugger. by djsollen@google.com · 12 years ago
  64. 902ebe5 clt debugger Review URL: https://codereview.appspot.com/6267043 by chudy@google.com · 12 years ago