1. 19 7月, 2017 3 次提交
  2. 14 7月, 2017 1 次提交
  3. 13 7月, 2017 1 次提交
  4. 30 6月, 2017 1 次提交
  5. 28 6月, 2017 1 次提交
  6. 27 6月, 2017 1 次提交
    • 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
  7. 24 6月, 2017 2 次提交
  8. 23 6月, 2017 1 次提交
  9. 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
  10. 20 6月, 2017 3 次提交
    • C
      Eliminate ASL stdout forwarding on iOS (#3797) · 25c7a86a
      Chris Bracken 提交于
      ASL was deprecated in iOS 10 and started causing SIGPIPE issues in iOS
      10.3. Under the iOS 8 SDK, syslog() stopped working as of iOS 10.3
      devices, with the result that ASL stdout/stderr forwarding was the only
      means of logging. The engine now builds against the iOS 10 SDK, with
      deployment target of iOS 8. Under this SDK, syslog() works correctly
      across all supported OS versions.
      
      NOTE: This is a temporary fix to get developers unblocked. While this
      does fix the SIGPIPE issue and put iOS logging on par with the Android
      solution, the intent is to move to a dedicated communication channel
      with flutter_tools that isn't log-based.
      25c7a86a
    • G
      Remove ParagraphConstriants (#3796) · 8ccf767f
      Gary Qian 提交于
      8ccf767f
    • G
      Reland "Initial integration of libtxt with Flutter alongside Blink." (#3793) · 3c049219
      Gary Qian 提交于
      * Transition to Hybrid lib/txt and blink text system.
      3c049219
  11. 17 6月, 2017 4 次提交
  12. 15 6月, 2017 1 次提交
  13. 10 6月, 2017 1 次提交
  14. 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
  15. 06 6月, 2017 5 次提交
  16. 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
  17. 02 6月, 2017 1 次提交
  18. 25 5月, 2017 2 次提交
  19. 23 5月, 2017 2 次提交
  20. 18 5月, 2017 1 次提交
  21. 16 5月, 2017 2 次提交
  22. 14 5月, 2017 1 次提交
  23. 12 5月, 2017 1 次提交
  24. 11 5月, 2017 1 次提交