1. 14 10月, 2017 3 次提交
  2. 13 10月, 2017 8 次提交
  3. 12 10月, 2017 6 次提交
  4. 11 10月, 2017 9 次提交
  5. 10 10月, 2017 3 次提交
  6. 09 10月, 2017 1 次提交
  7. 07 10月, 2017 4 次提交
  8. 05 10月, 2017 4 次提交
  9. 04 10月, 2017 2 次提交
    • C
      Use iOS scale when computing render buffer size (#4171) · d43d3534
      Chris Bracken 提交于
      When checking whether render buffer size has changed, apply the device
      scale factor used to convert points to pixels to ensure we're not
      needlessly re-allocating render buffer storage.
      
      Adds trace + debug log to make this easier to detect in future.
      
      Originally introduced in 2d530dae, but
      rolled back in 0a6e415b to test whether
      it was responsible for regressions to
      flutter_gallery_ios__transition_perf benchmarks:
        * average_frame_build_time_millis
        * missed_frame_build_budget_count
      d43d3534
    • C
      Revert "Roll Dart to 4b64a835b9c10480063739d1e73847dcc4d8bfb6. (#4166)" (#4172) · a40cc7bb
      Chris Bracken 提交于
      This reverts commit 0d2f0cb6.
      
      Attempting to roll into the framework causes analysis errors with
      mock classes implementing HTTP-related classes previously in dart:io:
      [error] Classes can only implement other classes. (packages/flutter_tools/test/base/net_test.dart, line 94, col 41)
      [error] Classes can only implement other classes. (packages/flutter_tools/test/base/net_test.dart, line 62, col 33)
      [error] Classes can only implement other classes. (packages/flutter_tools/test/base/net_test.dart, line 78, col 40)
      [error] Classes can only implement other classes. (packages/flutter_tools/test/src/context.dart, line 249, col 46)
      
      and dartdoc failures:
      dartdoc:stdout: [error] Target of URI doesn't exist: 'dart:_http'. at /home/travis/build/flutter/flutter/bin/cache/pkg/sky_engine/lib/io/io.dart, line 206.
      a40cc7bb