1. 28 10月, 2016 2 次提交
  2. 26 10月, 2016 1 次提交
  3. 25 10月, 2016 1 次提交
  4. 20 10月, 2016 1 次提交
  5. 15 10月, 2016 1 次提交
    • A
      Response messages (#3134) · 82728570
      Adam Barth 提交于
      Add plunbing for Host-to-Dart platform messages
      
      We'll use the plumbing in this direction for things like key events.
      82728570
  6. 12 10月, 2016 3 次提交
  7. 08 10月, 2016 1 次提交
  8. 07 10月, 2016 2 次提交
  9. 06 10月, 2016 1 次提交
  10. 04 10月, 2016 1 次提交
  11. 24 9月, 2016 1 次提交
    • C
      Move shell to //flutter and split shell/BUILD.gn into smaller pieces for each subcomponent. (#3053) · 9eb446e0
      Chinmay Garde 提交于
      * Namespaces have been updated to reflect the move from //flutter/sky/shell to //flutter/shell.
      * shell/BUILD.gn file has been split into smaller GN files for each subcomponent of the shell (common, GPU, diagnostic, testing).
      * GN dependencies have been rewritten to stop exposing common shell dependencies as public. Duplicates have also been removed.
      * GPU subcomponent has been updated make it more suitable for Vulkan integration.
      * The GLFW backend has been resurrected.
      9eb446e0
  12. 19 8月, 2016 1 次提交
  13. 17 8月, 2016 3 次提交
  14. 13 8月, 2016 4 次提交
  15. 12 8月, 2016 1 次提交
    • A
      Simplify Dart application startup (#2910) · cee7fef7
      Adam Barth 提交于
      There are now three ways to start Dart applications:
      
      1) From a precompiled snapshot
      2) From a snapshot
      3) From source
      
      When loading from source, we no longer use the complex data pipe /
      dependency catcher mechanism. Instead, we just load the source
      synchronously from the file system. This is appropriate because running
      from source is used only during development and not during production.
      
      The previous design was built assuming we would want to run from source
      over the network, which meant we needed to be able to load source
      asynchronously over a high latency channel.
      cee7fef7
  16. 10 8月, 2016 2 次提交
  17. 09 8月, 2016 4 次提交
  18. 05 8月, 2016 1 次提交
  19. 04 8月, 2016 1 次提交
  20. 02 8月, 2016 2 次提交
    • A
      Remove skia::RefPtr (#2851) · 410bc4c3
      Adam Barth 提交于
      Also, remove the hacks that integrate Skia ref counting with WTF. Now we
      just use sk_sp everywhere for managing Skia ref counts.
      410bc4c3
    • A
      Port //flow to //lib/ftl (#2847) · d6476a65
      Adam Barth 提交于
      This patch removes almost all //base dependency of //flow. The only dependency
      left is on tracing.
      d6476a65
  21. 28 5月, 2016 1 次提交
    • A
      Roll mojo2 (#2722) · b6ad8850
      Adam Barth 提交于
      * Update to mojo 7d579155cc597aa3befcbfad66eef54bda06b57c
      
      * Update to new API
      b6ad8850
  22. 21 4月, 2016 1 次提交
  23. 31 3月, 2016 1 次提交
  24. 29 3月, 2016 1 次提交
  25. 19 3月, 2016 2 次提交