1. 13 8月, 2016 1 次提交
  2. 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
  3. 11 8月, 2016 3 次提交
  4. 10 8月, 2016 3 次提交
  5. 09 8月, 2016 2 次提交
  6. 08 8月, 2016 1 次提交
  7. 06 8月, 2016 5 次提交
  8. 05 8月, 2016 2 次提交
  9. 04 8月, 2016 2 次提交
  10. 03 8月, 2016 1 次提交
  11. 02 8月, 2016 4 次提交
  12. 28 7月, 2016 1 次提交
  13. 27 7月, 2016 1 次提交
  14. 22 7月, 2016 5 次提交
  15. 19 7月, 2016 1 次提交
  16. 14 7月, 2016 2 次提交
  17. 13 7月, 2016 1 次提交
  18. 12 7月, 2016 1 次提交
  19. 09 7月, 2016 1 次提交
  20. 01 7月, 2016 1 次提交
    • R
      Roll Dart to pick up: (#2778) · 398d43e8
      Ryan Macnak 提交于
      - clustered serialization (dart-lang/sdk@524fbc1e0f9d61ff5da69bbed2b35745528de945)
       - background finalization (flutter/flutter#3804)
      398d43e8
  21. 23 6月, 2016 1 次提交