1. 19 7月, 2017 3 次提交
  2. 14 7月, 2017 1 次提交
  3. 13 7月, 2017 1 次提交
  4. 01 7月, 2017 1 次提交
  5. 30 6月, 2017 1 次提交
  6. 28 6月, 2017 2 次提交
  7. 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
  8. 24 6月, 2017 2 次提交
  9. 23 6月, 2017 1 次提交
  10. 22 6月, 2017 1 次提交
  11. 21 6月, 2017 1 次提交
    • C
      Revert libtxt integration (#3802) · fffe502d
      Chris Bracken 提交于
      * Revert "Fix licenses_lib golden file (#3798)"
      
      This reverts commit d8ac43c3.
      
      * Revert "Remove ParagraphConstriants (#3796)"
      
      This reverts commit 8ccf767f.
      
      * Revert "Reland "Initial integration of libtxt with Flutter alongside Blink." (#3793)"
      
      This reverts commit 3c049219.
      fffe502d
  12. 20 6月, 2017 4 次提交
  13. 17 6月, 2017 4 次提交
  14. 15 6月, 2017 1 次提交
  15. 10 6月, 2017 1 次提交
  16. 09 6月, 2017 1 次提交
    • M
      Run Flutter on iOS and Android with color correct Skia (#3743) · ffe8181f
      mattsarett 提交于
      * Run Flutter on iOS and Android with color correct Skia (#3716)
      
      ***Turns on color correct rendering for Android and iOS
      ***Communicates dst color space to raster cache
      ***Turns on color space aware image decoding
      
      Test:
      ***color_testing_demo on Pixel XL
      ***flutter_gallery on iPad Mini and iPad Pro (haven't figured out how to run manual_tests on iOS)
      
      TODO:
      I needed to split up this CL somewhere. These are follow-up tasks.
      ***Make desktop backends color correct
      ***Make debugging tools (ex: encoding frames to png) preserve color space
      ***Investigate using UIKit API to allow iOS to fine tune color space of rendered content
      ffe8181f
  17. 08 6月, 2017 1 次提交
  18. 06 6月, 2017 5 次提交
  19. 03 6月, 2017 2 次提交
    • C
      Log to stdout in flutter_tester (#3728) · 9af413ca
      Chris Bracken 提交于
      Fixes a regression introduced in
      dcfcc925 in flutter_tester on Linux.
      9af413ca
    • C
      Simplify log forwarding on iOS, Android (#3726) · dcfcc925
      Chris Bracken 提交于
      Eliminates logging to stdout on Android -- now using __android_log_print
      only.
      
      Eliminates logging to syslog on iOS -- now writing to stdout with the
      existing ASL redirection (from platform_mac.mm) only. syslog() wasn't
      ever picked up in logs.
      
      This patch is a pre-factoring change before swapping out iOS engine
      logging to a flutter-specific mechanism.
      dcfcc925
  20. 02 6月, 2017 2 次提交
  21. 25 5月, 2017 2 次提交
  22. 23 5月, 2017 1 次提交