1. 19 Oct, 2009 2 commits
  2. 16 Oct, 2009 1 commit
  3. 15 Oct, 2009 1 commit
  4. 14 Oct, 2009 1 commit
  5. 13 Oct, 2009 1 commit
  6. 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
  7. 29 Sep, 2009 1 commit
  8. 24 Sep, 2009 1 commit
  9. 23 Sep, 2009 1 commit
  10. 22 Sep, 2009 1 commit
  11. 21 Sep, 2009 1 commit
  12. 18 Sep, 2009 3 commits
  13. 17 Sep, 2009 1 commit
  14. 15 Sep, 2009 1 commit
  15. 14 Sep, 2009 3 commits
  16. 08 Sep, 2009 1 commit
  17. 02 Sep, 2009 1 commit
  18. 28 Aug, 2009 1 commit
  19. 27 Aug, 2009 1 commit
  20. 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
  21. 25 Aug, 2009 1 commit
  22. 24 Aug, 2009 2 commits
  23. 14 Aug, 2009 3 commits
  24. 13 Aug, 2009 1 commit
  25. 10 Aug, 2009 1 commit
  26. 08 Aug, 2009 1 commit
  27. 07 Aug, 2009 1 commit
  28. 05 Aug, 2009 2 commits
  29. 04 Aug, 2009 3 commits