1. 07 9月, 2017 1 次提交
  2. 02 9月, 2017 3 次提交
  3. 01 9月, 2017 1 次提交
  4. 31 8月, 2017 1 次提交
  5. 29 8月, 2017 2 次提交
  6. 26 8月, 2017 1 次提交
  7. 24 8月, 2017 3 次提交
  8. 23 8月, 2017 1 次提交
  9. 17 8月, 2017 1 次提交
  10. 15 8月, 2017 1 次提交
  11. 11 8月, 2017 2 次提交
  12. 09 8月, 2017 1 次提交
  13. 03 8月, 2017 1 次提交
  14. 01 8月, 2017 1 次提交
  15. 29 7月, 2017 1 次提交
  16. 27 7月, 2017 1 次提交
  17. 25 7月, 2017 3 次提交
  18. 20 7月, 2017 3 次提交
  19. 19 7月, 2017 3 次提交
  20. 14 7月, 2017 1 次提交
  21. 13 7月, 2017 1 次提交
  22. 01 7月, 2017 1 次提交
  23. 30 6月, 2017 1 次提交
  24. 28 6月, 2017 2 次提交
  25. 27 6月, 2017 2 次提交
    • A
      Generate flutter-flavoured dart patched sdk and platform.dill (#3814) · 009d470d
      Alexander Aprelev 提交于
      * Build Flutter patched-sdk with kernel artifacts
      
      * Switch to new dart_host_toolchain argument mechanism to let dart patch_sdk know of host_toolchain.
      
      * Update dart dependency
      
      * Updated licenses
      
      * Rename dart dependencies tag so they have just 'dart_'-prefixed dart's names.
      
      * Fix indentation and line breaks for newly added deps.
      
      * Add toolchain for windows host
      
      * Update dart revision
      
      * Licenses
      
      * Update licenses
      
      * Revert changes to licenses_third_party
      009d470d
    • Y
      preserve Window callback zones (#3817) · 926c9a58
      Yegor 提交于
      * preserve Window callback zones
      
      Run Window callbacks in the zone they are registered in. This is consistent with how other native API work, such as `scheduleMicrotask`, `Timer`, and `dart:io`. This also enables the developers to use the `Zone` API to capture and log unhandled Dart errors.
      
      * refactor wrapping
      
      * new line
      
      * fewer if checks; group getters/setters/fields
      
      * inline _invokeOnPointerDataPacket
      926c9a58
  26. 24 6月, 2017 1 次提交