1. 07 10月, 2017 1 次提交
  2. 05 10月, 2017 4 次提交
  3. 04 10月, 2017 6 次提交
    • 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
    • S
      - Remove call to DartDebugger::InitDebugger in InitDartVM (#4167) · 79cb2eaf
      Siva 提交于
      - Remove linking of dart_debugger.cc as this is not used
      (all debugging is done using the service API, this debugger implementation uses the deprecated dart debugger API)
      79cb2eaf
    • A
      dd65308c
    • R
      0d2f0cb6
    • M
      Revert "Revert "Revert engine Dart roll. (#4158)"" (#4168) · 8f1c0e97
      Michael Goderbauer 提交于
      * Revert "libtxt: handle characters encoded as multiple UTF-16 code units (#4165)"
      
      This reverts commit 414c3fe3.
      
      * Revert "Proper horizontal a11y scrolling on Android (#4163)"
      
      This reverts commit 0448bf9b.
      
      * Revert "Update Skia revision to 74a8296d7c. (#4164)"
      
      This reverts commit ac53d29a.
      
      * Revert "Revert "Revert engine Dart roll. (#4158)" (#4162)"
      
      This reverts commit f97e974e.
      8f1c0e97
  4. 03 10月, 2017 7 次提交
  5. 30 9月, 2017 4 次提交
  6. 29 9月, 2017 4 次提交
  7. 28 9月, 2017 4 次提交
  8. 27 9月, 2017 5 次提交
  9. 26 9月, 2017 4 次提交
  10. 23 9月, 2017 1 次提交