1. 28 Oct, 2009 1 commit
  2. 27 Oct, 2009 1 commit
  3. 26 Oct, 2009 1 commit
  4. 22 Oct, 2009 4 commits
  5. 20 Oct, 2009 1 commit
  6. 19 Oct, 2009 6 commits
  7. 16 Oct, 2009 1 commit
  8. 15 Oct, 2009 1 commit
  9. 14 Oct, 2009 1 commit
  10. 13 Oct, 2009 1 commit
  11. 01 Oct, 2009 1 commit
    • Mike Reed's avatar
      don't call the inherited saveLayer in record, but just call save. · ea8eb95a
      Mike Reed authored
      During record, our clip is wide-open (in the bug's case, 40K pixels tall). If we call saveLayer
      with no bounds (as webkit does), we try to allocate an offscreen the size of the document, which
      can be arbitrarily big. This cause us to run out of memory. In reality, I think there is not
      benefit to calling through to saveLayer during record. On playback, we will of course call saveLayer,
      but then we are on a real device (screen) with finite bounds, and the offscreen allocation is
      reasonable.
      ea8eb95a
  12. 29 Sep, 2009 1 commit
  13. 24 Sep, 2009 1 commit
  14. 23 Sep, 2009 1 commit
  15. 22 Sep, 2009 1 commit
  16. 21 Sep, 2009 1 commit
  17. 18 Sep, 2009 3 commits
  18. 17 Sep, 2009 1 commit
  19. 15 Sep, 2009 1 commit
  20. 14 Sep, 2009 3 commits
  21. 08 Sep, 2009 1 commit
  22. 02 Sep, 2009 1 commit
  23. 28 Aug, 2009 1 commit
  24. 27 Aug, 2009 1 commit
  25. 26 Aug, 2009 1 commit
    • Mike Reed's avatar
      refresh from trunk · d1835014
      Mike Reed authored
      - edge case fix in qsort compare proc (overflowing subtract)
      - special case 1x1 bitmaps to draw as a color (much faster)
      d1835014
  26. 25 Aug, 2009 1 commit
  27. 24 Aug, 2009 2 commits