1. 16 8月, 2015 1 次提交
  2. 15 8月, 2015 3 次提交
  3. 14 8月, 2015 2 次提交
  4. 11 8月, 2015 2 次提交
    • A
      Simplify SkPicture · 69c435ea
      Adam Barth 提交于
      This patch simplifies the SkPicture we generate for Skia. Instead of drawing
      everything into a nested SkPicture, we now draw everything into the top-level
      picture, which requires us to apply the device scale factor in Dart.
      69c435ea
    • A
      Swith from skia::RefPtr to RefPtr · 5f62ffe1
      Adam Barth 提交于
      Now that we can use WTF everywhere, we don't need to use skia::RefPtr.
      5f62ffe1
  5. 08 8月, 2015 1 次提交
  6. 07 8月, 2015 3 次提交
  7. 05 8月, 2015 3 次提交
  8. 04 8月, 2015 2 次提交
  9. 31 7月, 2015 8 次提交
  10. 30 7月, 2015 4 次提交
    • E
      Fix CreatePlatformServiceProvider to allow calling more than once. · cc491e94
      Eric Seidel 提交于
      The previous implementation would (silently) delete any previous
      ServiceProviderImpl which would close all open mojo pipes.
      This would manfiest in the mojo:network_service never
      responding to Dart's request for loads.
      
      This mostly fixes issue #256, however there still appears to be
      a separate display-only race, which may be related to issue #52.
      
      R=abarth@google.com
      cc491e94
    • A
      Make SkyShell.app work · ec4eac4e
      Adam Barth 提交于
      It was looking for the wrong executable name.
      ec4eac4e
    • C
      Pass correct recognizer data while panning on iOS · 2a829f94
      Chinmay Garde 提交于
      2a829f94
    • A
      Improve vsync provider · 752ff897
      Adam Barth 提交于
      Now we actually use the vsync signal to trigger work. Previously, we'd hit the
      pipeline depth limit too early and fall back to swap buffers-triggered
      rendering.
      
      Also, rename Vsync to VSync on recommendation from jamesr.
      752ff897
  11. 29 7月, 2015 11 次提交