1. 20 8月, 2016 1 次提交
  2. 18 8月, 2016 1 次提交
  3. 10 8月, 2016 1 次提交
  4. 09 8月, 2016 1 次提交
    • M
      Roll mojo (#2881) · cb40b67f
      mikejurka 提交于
      * Update to mojo ba13534f2b2af27a1d73e176f7406dbab25f8e14
      
      * Fix build for updated mojo
      
      * Fix android build. Undo some of the mojo roll.
      
      * Fix iOS build.
      cb40b67f
  5. 06 8月, 2016 1 次提交
  6. 16 6月, 2016 2 次提交
  7. 26 11月, 2015 1 次提交
    • A
      Flutter for Modroid should use vsync · 97a375f0
      Adam Barth 提交于
      This patch teaches Flutter how to connect to the vsync service on Modroid.
      Also, remove our now-redunant copy of vsync.mojom.
      
      Fixes #589
      97a375f0
  8. 01 9月, 2015 1 次提交
  9. 30 7月, 2015 1 次提交
    • 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
  10. 29 7月, 2015 1 次提交
    • A
      Drive frames from the vsync provider on Android · f81d96e1
      Adam Barth 提交于
      Instead of using back pressure from swap buffers to drive the engine, this
      patch using the vsync signal from the Android framework. We still respect
      back pressure from swap buffers if we get too far ahead.
      f81d96e1
  11. 17 7月, 2015 1 次提交
  12. 09 7月, 2015 2 次提交
  13. 07 7月, 2015 1 次提交
  14. 13 6月, 2015 1 次提交
  15. 28 5月, 2015 1 次提交
    • J
      Move mojom definitions of URL{Request,Response} into SDK · f0cf77ff
      James Robinson 提交于
      This moves the definition of the mojom URLRequest and URLResponse
      objects into the SDK at //mojo/public/interfaces/network/. These are
      used directly by the shell and have a special place in the system. This
      patch does the minimal amount of import/include updating to get tests
      passing but doesn't fully update everything - in particular it
      doesn't update all the C++ code that #includes url_loader.mojom.h for
      the URLRequest or URLResponse definitions to #include the more specific
      mojom.h files, or the equivalent in other languages. I'll do that in a
      follow-up to minimize churn.
      
      R=viettrungluu@chromium.org
      
      Review URL: https://codereview.chromium.org/1129063008
      f0cf77ff
  16. 24 3月, 2015 1 次提交
  17. 19 2月, 2015 1 次提交