1. 498bc5f webtry: Forgot onr log.Fatal. by Thiago Farina · 10 years ago
  2. ae6d622 webtry: Switch from Go's log package to golang/glog. by tfarina · 10 years ago
  3. ebd90ee webtry: Check the result of os.Chdir(). by tfarina · 10 years ago
  4. 585a5fc webtry: Simplify template construction. by tfarina · 10 years ago
  5. 5414226 Re-land ganesh checkbox. I needed to increase the size of the address by Greg Humphreys · 10 years ago
  6. 67f2d3c Revert of add ganesh checkbox to skfiddle interface (patchset #6 id:270001 of https://codereview.chromium.org/649313002/) by humper · 10 years ago
  7. ccb5489 add ganesh checkbox to skfiddle interface by Greg Humphreys · 10 years ago
  8. 5d0706f Fix webtry setup once instructions in README doc. by tfarina · 10 years ago
  9. 6c07907 add support for skfiddle width/height options by Greg Humphreys · 10 years ago
  10. ac15bb9 webtry: Simply move sys/ directory into setup/. by tfarina · 10 years ago
  11. 4f6ffde pre-build the resources library for the fiddle jail by Greg Humphreys · 10 years ago
  12. 117ff1c repair the webtry setup process by Greg Humphreys · 10 years ago
  13. 25ec1b3 allow fiddles to use the futex system call; fixes fonts finally by Greg Humphreys · 10 years ago
  14. e97d82b In the generated fiddle, set the portable fonts flag first. by Greg Humphreys · 10 years ago
  15. ebca225 preliminary support for fiddle font use by Greg Humphreys · 10 years ago
  16. a624e87 Implement C path functions by robertphillips · 10 years ago
  17. 345379d fix missing webtry output capture display by Greg Humphreys · 10 years ago
  18. 261f7a6 rework webtry css with compass and bootstrap by Greg Humphreys · 10 years ago
  19. 8e47478 implement some so we can test it by reed · 10 years ago
  20. 8d56e27 a few more tweaks to the webtry setup doc by humper · 10 years ago
  21. bc3dbbd add environment variable to webtry local run documentation by Greg Humphreys · 10 years ago
  22. de9bec4 Automatically resize the webtry text editor to fit the content by Greg Humphreys · 10 years ago
  23. d3b7ef6 fix webtry local run documentation by Greg Humphreys · 10 years ago
  24. 938dfba experimental c api by reed · 10 years ago
  25. f16cd28 Restart webtry to pick up changes. by tfarina · 10 years ago
  26. f0e2154 Update webtry setup docs to reflect new installation procedure by humper · 10 years ago
  27. 149366e fix sudo redirection in setup script by humper · 10 years ago
  28. b77955e complete overhaul of webtry work partition between jail and host by humper · 10 years ago
  29. b1dfb03 webtry: More README doc cleanups. by tfarina · 10 years ago
  30. fffa16c webtry: Only create sqlite3 tables if they don't exist yet. by tfarina · 10 years ago
  31. 320a4e6 Fix some references to non-existant polyfill directory. by tfarina · 10 years ago
  32. c425ae3 Mention 'go get' command in the README file. by tfarina · 10 years ago
  33. 4ceb039 webtry database has more than one table. by tfarina · 10 years ago
  34. 9f58dd0 run the webtry build script instead of using go build by humper · 10 years ago
  35. 05c4a43 Revert of Revert of Fix SkTextBlob offset semantics. (patchset #1 id:1 of https://codereview.chromium.org/609223003/) by fmalita · 10 years ago
  36. d46b8d2 Revert of Fix SkTextBlob offset semantics. (patchset #2 id:20001 of https://codereview.chromium.org/605533002/) by robertphillips · 10 years ago
  37. c13bc57 Fix SkTextBlob offset semantics. by Florin Malita · 10 years ago
  38. fbe8d89 Reinitialize monit to changes take effect. by tfarina · 10 years ago
  39. c0a7755 Fix typo in experimental/webtry/DESIGN.md. by jcgregorio · 10 years ago
  40. 95b7144 fixes to linux build for webtry by humper · 10 years ago
  41. e010f1c hide deviceproperties, prepare the way for surfaceprops by reed · 10 years ago
  42. 9a0267f gyp build of skfiddle apps, take 2 by humper · 10 years ago
  43. 3850971 Revert "Revert "Move SkGpuDevice.h to src/gpu"" by bsalomon · 10 years ago
  44. b0a35f7 Revert "Move SkGpuDevice.h to src/gpu" by borenet · 10 years ago
  45. d99bbb6 Move SkGpuDevice.h to src/gpu by bsalomon · 10 years ago
  46. d3b6eb2 disable webtry seccmp on non-linux build by humper · 10 years ago
  47. d85ad50 simple build script for webtry that re-generates the code template by humper · 10 years ago
  48. c5ba71d Change SkPicture::draw to playback by robertphillips · 10 years ago
  49. e5ea500 Hide fields in SkImageInfo by reed · 10 years ago
  50. a8d7f0b Try out scalar picture sizes by robertphillips · 10 years ago
  51. 8bf3df6 remove code for (dead) SK_SUPPORT_LEGACY_GETCLIPTYPE by reed · 10 years ago
  52. d9f18a3 add headers to experimental SKP expectations by epoger · 10 years ago
  53. 5fc8edc update experimental SKP expectations using the new tool by epoger · 10 years ago
  54. a38acc7 add 2 missing SKP expectations files within experimental dir by epoger · 10 years ago
  55. 802aa8c start maintaining some experimental SKP expectations by epoger · 10 years ago
  56. 753b870 Define NDEBUG instead of SK_DEBUG/SK_RELEASE. by mtklein · 10 years ago
  57. 97d2c0a Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  58. f128f53 Revert "Move SkReadBuffer.h and SkReader32.h out of include." by halcanary · 10 years ago
  59. 2a51d7c Move SkReadBuffer.h and SkReader32.h out of include. by halcanary · 10 years ago
  60. 5b1b2db remove SkStippleMaskFilter - no external clients by reed · 10 years ago
  61. d5fa1a4 add drawPicture variant that takes a matrix and paint by reed · 10 years ago
  62. a8e2e15 Cleanup: Rename SkOSPath functions. by tfarina · 10 years ago
  63. 17f0b6d share dm and command flags by caryclark · 10 years ago
  64. c09e8c2 https://chromiumcodereview.appspot.com/331133004/ by kozyatinskiy · 10 years ago
  65. 93de7a2 fix ios break by caryclark · 10 years ago
  66. 936b734 ios fixes by caryclark · 10 years ago
  67. c15ba1d bench rebase tool: add ability to specify a second CL for fluctuating data adjustment. by bensong · 10 years ago
  68. 3ef0453 Fix history handling for workspaces, issue with M36 by jcgregorio · 10 years ago
  69. 80549fc Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  70. 7bf1068 Remove SkBicubicImageFilter, and all related tests. by senorblanco · 10 years ago
  71. 05ead8a Revert of Support using OpenGL ES context on desktop (https://codereview.chromium.org/319043005/) by rmistry · 10 years ago
  72. 74fc727 Support using OpenGL ES context on desktop by kkinnunen · 10 years ago
  73. d0eecd4 Use DNS and not hard coded IP address of the monitoring server. by jcgregorio · 10 years ago
  74. d6043b2 Add nanomsg to third_party, with some demos. by mtklein · 10 years ago
  75. bfefc7c hide Config in SkImageDecoder -- use SkColorType instead by reed · 10 years ago
  76. 06cc564 removes deprecated -q flag for gsutil. by bensong · 10 years ago
  77. 66c9582 Fix a number of issues with iOS build. by jvanverth · 10 years ago
  78. 6c22573 hide SkBitmap::setConfig by reed · 10 years ago
  79. 6599881 Add metrics reporting to SkFiddle. by jcgregorio · 10 years ago
  80. 9b14f26 Alter SkCanvas::drawPicture (devirtualize, take const SkPicture, take pointer) by robertphillips · 10 years ago
  81. 868074b remove SkBounder -- unused and unloved by reed · 10 years ago
  82. 92bfb09 Fix etc1 support for SkFiddle. by jcgregorio · 10 years ago
  83. d0f18b1 Update link to Doxygen. by jcgregorio · 10 years ago
  84. 0a7e5b7 Add the ability to select a source image to use in the code. by commit-bot@chromium.org · 10 years ago
  85. 41e2ff2 fix bench rebase tool to cope with wider range of bots. by commit-bot@chromium.org · 10 years ago
  86. 83f23d8 Remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  87. 7776735 bench rebase tools: format commit message and title. by commit-bot@chromium.org · 10 years ago
  88. 3339ac5 Revert of Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) (https://codereview.chromium.org/288343009/) by commit-bot@chromium.org · 10 years ago
  89. 336df8f fix some bench rebase tool problems. by commit-bot@chromium.org · 10 years ago
  90. 5ddea76 Adds bench rebase tools to experimental for version control and self update. by commit-bot@chromium.org · 10 years ago
  91. 4b8f802 Remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  92. a4c3677 Add gzip encoding responses. by commit-bot@chromium.org · 10 years ago
  93. 015c08e Move zooming into its own component, imported via HTML Imports. by commit-bot@chromium.org · 10 years ago
  94. e2b193c Revert of remove unused (by clients) SkUnitMapper (https://codereview.chromium.org/283273002/) by commit-bot@chromium.org · 10 years ago
  95. ee0cac3 remove unused (by clients) SkUnitMapper by commit-bot@chromium.org · 10 years ago
  96. 8265fe6 Add polyfill for pointer events, change code to handle both mouse and pointer events equalls. by commit-bot@chromium.org · 10 years ago
  97. 9f3b925 Ping MySQL every minute in an attempt to keep the connection alive. by commit-bot@chromium.org · 10 years ago
  98. e003aec remove unused Kernel33MaskFilter by commit-bot@chromium.org · 10 years ago
  99. 3824bcd Square pixels on zoom. by commit-bot@chromium.org · 10 years ago
  100. 7e9fb8d Fix an issue with FireFox where it blurs when copying from a smaller to a by commit-bot@chromium.org · 10 years ago