1. 24 Feb, 2012 2 commits
  2. 23 Feb, 2012 2 commits
  3. 22 Feb, 2012 1 commit
  4. 21 Feb, 2012 1 commit
  5. 15 Feb, 2012 3 commits
  6. 06 Feb, 2012 3 commits
  7. 01 Feb, 2012 3 commits
  8. 23 Jan, 2012 1 commit
  9. 04 Jan, 2012 1 commit
  10. 13 Dec, 2011 1 commit
  11. 12 Dec, 2011 1 commit
  12. 09 Dec, 2011 2 commits
  13. 08 Dec, 2011 1 commit
  14. 02 Dec, 2011 1 commit
  15. 01 Dec, 2011 2 commits
  16. 30 Nov, 2011 1 commit
    • Derek Sollenberger's avatar
      Fix rendering bug in pages with shadowed text. · 717c0091
      Derek Sollenberger authored
      Shadowed text currently does not get subjected to culling until
      immediately prior to rendering each glyph. This is problematic
      for any page with an axis greater than 32k as we can't covert
      the glyph coordinates to fixed point. Additionally, this is a
      large perf hit as we look at every shadowed glyph on the page
      for every draw call regardless of the canvas' clip.
      
      This fix enables shadowed text to be quickly rejected based on
      the canvas' clip when the draw text command is executed.
      
      Finally, a mirror image of this CL is currently under review for
      inclusion in the open-source Skia project.
      
      bug: 5571685
      Change-Id: I5df94eccecbd7d77a08004b5cbcca02120e390f7
      717c0091
  17. 10 Nov, 2011 1 commit
  18. 08 Nov, 2011 1 commit
  19. 05 Nov, 2011 1 commit
  20. 01 Nov, 2011 1 commit
  21. 31 Oct, 2011 1 commit
  22. 27 Oct, 2011 1 commit
    • Steve Block's avatar
      Force building in release mode · 3fe22dc2
      Steve Block authored
      SKIA does not currenty work in debug mode, so we force a release build to allow
      us to build with WebKit in debug mode.
      
      Bug: 5448972
      Change-Id: I66bc027a2b17b17287164d131acdc12d71d3334a
      3fe22dc2
  23. 17 Oct, 2011 1 commit
  24. 16 Oct, 2011 1 commit
  25. 14 Oct, 2011 2 commits
  26. 12 Oct, 2011 1 commit
    • Derek Sollenberger's avatar
      Fix font issue for some sites using offline reading mode. · 40646971
      Derek Sollenberger authored
      Custom fonts (e.g. WebFonts) were not properly serialized and
      resulted in unexpected behavior when a picture was saved for
      offline reading. This CL serializes the custom font so that we
      can use it later when playing the picture back.
      
      bug: 5388379
      Change-Id: Ic29e9bf10ac70c46a45f3902ea93558b235fd2dd
      40646971
  27. 07 Sep, 2011 1 commit
  28. 06 Sep, 2011 1 commit
  29. 05 Sep, 2011 1 commit