1. 08 8月, 2020 1 次提交
  2. 07 8月, 2020 1 次提交
  3. 06 8月, 2020 1 次提交
  4. 04 8月, 2020 1 次提交
    • D
      fuchsia: Remove dead code / break dependencies (#19396) · 12a37478
      David Worsham 提交于
      The fuchsia code around metrics and sizing was just sending this
      information through a side-channel, when the engine already had the
      information available. So, delete all of it to make future CLs simpler.
      
      Additionally, the SceneUpdateContext has many unneccesary dependencies
      re: metrics and PaintTasks. Break those to make future CLs simpler.
      
      Tested: Ran all unittests and ran workstation on Fuchsia
      BUG: 53062, 53063
      12a37478
  5. 01 8月, 2020 1 次提交
  6. 30 7月, 2020 1 次提交
  7. 25 7月, 2020 1 次提交
    • S
      Manual merge of Dart a3815b6590...24c7666def (#19967) · 3bb6cc26
      Siva 提交于
      * Manual merge or Dart into flutter a3815b6590...24c7666def
      
      dart-lang/sdk@24c7666def Update tests that have the current version number hardcoded
      dart-lang/sdk@f88ce7aef5 Increase Dart version to 2.10
      
      * Update language version.
      
      * Update license.
      
      * Hpdate language version.
      
      * Update license.
      3bb6cc26
  8. 01 7月, 2020 1 次提交
  9. 20 6月, 2020 1 次提交
  10. 16 6月, 2020 1 次提交
  11. 13 6月, 2020 1 次提交
  12. 05 6月, 2020 1 次提交
  13. 16 5月, 2020 1 次提交
  14. 22 4月, 2020 1 次提交
  15. 28 3月, 2020 1 次提交
  16. 27 3月, 2020 1 次提交
  17. 26 3月, 2020 2 次提交
  18. 25 3月, 2020 1 次提交
  19. 23 2月, 2020 1 次提交
  20. 21 2月, 2020 1 次提交
  21. 17 1月, 2020 2 次提交
  22. 10 1月, 2020 1 次提交
  23. 09 1月, 2020 1 次提交
  24. 14 11月, 2019 1 次提交
  25. 08 11月, 2019 1 次提交
  26. 07 11月, 2019 1 次提交
  27. 06 11月, 2019 1 次提交
  28. 05 11月, 2019 2 次提交
  29. 11 10月, 2019 1 次提交
  30. 27 9月, 2019 2 次提交
  31. 06 9月, 2019 1 次提交
  32. 20 8月, 2019 1 次提交
    • L
      Add a BroadcastStream to FrameTiming (#11041) · e97ed36e
      liyuqian 提交于
      Without this, developers have to override `onReportTimings` to listen for `FrameTiming`.
      That can potentially break previous `onReportTimings` listeners if they forget to call
      the old listener in their new callback.
      
      This PR replaces the similar RP in the framework: https://github.com/flutter/flutter/pull/38574
      
      Once this PR landed, we'll have to create another framework PR to use the stream to replace
      `onReportTimings` usages.
      
      Once that's done, we can then propose the breaking change of removing the deprecated
      `onReportTimings`.
      e97ed36e
  33. 17 8月, 2019 1 次提交
  34. 03 8月, 2019 1 次提交
  35. 20 7月, 2019 1 次提交
  36. 19 7月, 2019 1 次提交