1. 29 9月, 2016 2 次提交
  2. 28 9月, 2016 5 次提交
  3. 24 9月, 2016 2 次提交
  4. 22 9月, 2016 2 次提交
    • C
      Update buildroot. (#3051) · 19ff4df8
      Chinmay Garde 提交于
      19ff4df8
    • C
      Run the download_android_tools.py in a gclient hook. (#3050) · 75673cb0
      Chinmay Garde 提交于
      Originally, this was a step that had to be carried out manually. Presumably because we did not want developers to download the Android SDK and NDK if they were not targetting Android. In practice, this is rarely the case. Even the buildbots unconditionally run the script (though they don’t need Android artifacts on the Mac since there is no Mac to Android builder).
      75673cb0
  5. 21 9月, 2016 3 次提交
  6. 16 9月, 2016 1 次提交
  7. 13 9月, 2016 1 次提交
  8. 11 9月, 2016 1 次提交
  9. 08 9月, 2016 1 次提交
  10. 07 9月, 2016 1 次提交
  11. 03 9月, 2016 1 次提交
  12. 01 9月, 2016 1 次提交
  13. 29 8月, 2016 1 次提交
  14. 25 8月, 2016 2 次提交
  15. 21 8月, 2016 1 次提交
  16. 18 8月, 2016 2 次提交
  17. 13 8月, 2016 1 次提交
  18. 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
  19. 11 8月, 2016 3 次提交
  20. 10 8月, 2016 3 次提交
  21. 09 8月, 2016 2 次提交
  22. 08 8月, 2016 1 次提交
  23. 06 8月, 2016 2 次提交