1. 21 Nov, 2019 15 commits
  2. 20 Nov, 2019 21 commits
  3. 19 Nov, 2019 4 commits
    • liyuqian's avatar
      Add a perf test for picture raster cache (#45050) · a32fc986
      liyuqian authored
      This will catch issues like
      https://github.com/flutter/flutter/issues/44252, and this test is
      inspired by the `list_demo` sample app in
      https://github.com/flutter/flutter/issues/43083#issue-509586473
      
      This is tested locally on a Moto G4 before and after the fix
      https://github.com/flutter/engine/pull/13710
      
      The `average_frame_rasterizer_time_millis` of this test drops from
      ~5.4ms to ~4.9ms after that fix.
      a32fc986
    • chunhtai's avatar
      reland add lifecycle enum and fix the scheduleforcedframe (#45133) · 99324105
      chunhtai authored
      * reland add lifecycle enum and fix the scheduleforcedframe
      99324105
    • Todd Volkert's avatar
      Roll engine to f4fba66c2fad1c1d5705ea0734ee4250211f6757 (#45192) · f8424b3e
      Todd Volkert authored
      f4fba66 Adding opacity -> alpha method to Color class (flutter/engine#13902)
      86e82fc Roll src/third_party/skia d3ddcb403993..c5e528e15b1f (1 commits) (flutter/engine#13916)
      84ed7be [web] Implement PathMetrics.length (flutter/engine#13909)
      2b007ed Roll fuchsia/sdk/core/mac-amd64 from 8X5fE... to bC9Qy... (flutter/engine#13919)
      ad0cbdc Roll src/third_party/dart 5b72c1c669..d9d5fbc109 (5 commits) (flutter/engine#13917)
      c4c1e57 Roll src/third_party/skia d4fb7c7b140d..d3ddcb403993 (21 commits) (flutter/engine#13915)
      38147fa Roll fuchsia/sdk/core/linux-amd64 from kSMF7... to T9BAw... (flutter/engine#13914)
      7c5ed6c Roll src/third_party/dart 62c67e40dc..5b72c1c669 (17 commits)
      72b6a7e Roll buildroot to a985f7f63ac. (flutter/engine#13910)
      e16a4b7 Roll fuchsia/sdk/core/mac-amd64 from Oo6E_... to 8X5fE... (flutter/engine#13912)
      47e1026 Roll src/third_party/skia c9d263c1213e..d4fb7c7b140d (7 commits) (flutter/engine#13897)
      f8424b3e
    • Greg Spencer's avatar
      Analyze dartpad (#45124) · a3186fba
      Greg Spencer authored
      This fixes the sample code analysis to treat dartpad snippets in the same way as snippet snippets, which it wasn't until now (the snippet generator was treating them as "samples"), and some errors crept in. This PR also fixes those errors.
      
      Also, added a --verbose option to the sample analyzer.
      a3186fba