1. 13 Dec, 2023 5 commits
    • engine-flutter-autoroll's avatar
      Roll Flutter Engine from 9039ac78cf03 to fc3267724e1b (26 revisions) (#140084) · c735739a
      engine-flutter-autoroll authored
      https://github.com/flutter/engine/compare/9039ac78cf03...fc3267724e1b
      
      2023-12-13 jason-simmons@users.noreply.github.com Revert Dart SDK back to 3.3.0-219.0.dev (flutter/engine#48990)
      2023-12-13 flar@google.com [Impeller] Use direct tessellation geometry for simple clip shapes (flutter/engine#48959)
      2023-12-13 98614782+auto-submit[bot]@users.noreply.github.com Reverts "[Android] Re-land "Add target to have linux_android_emulator_tests run on AVDs with Android 33 & 34"" (flutter/engine#48988)
      2023-12-13 31859944+LongCatIsLooong@users.noreply.github.com Add a constructor for `GlyphInfo`. (flutter/engine#48971)
      2023-12-13 737941+loic-sharma@users.noreply.github.com [Windows] Refactor surface manager mocking (flutter/engine#48953)
      2023-12-13 skia-flutter-autoroll@skia.org Roll Skia from 6e5bd9b1d91d to f3401c6186c1 (2 revisions) (flutter/engine#48981)
      2023-12-13 skia-flutter-autoroll@skia.org Roll Skia from 1e63c048ded7 to 6e5bd9b1d91d (1 revision) (flutter/engine#48973)
      2023-12-13 skia-flutter-autoroll@skia.org Roll Skia from 927f20598b11 to 1e63c048ded7 (1 revision) (flutter/engine#48968)
      2023-12-13 skia-flutter-autoroll@skia.org Roll Dart SDK from 17143c130ab3 to 114f2e8de3e5 (1 revision) (flutter/engine#48969)
      2023-12-13 jason-simmons@users.noreply.github.com Workarounds for clang-tidy warnings in the next roll of Clang (flutter/engine#48963)
      2023-12-13 matanlurey@users.noreply.github.com Migrate `impeller/**.h` to header guards. (flutter/engine#48962)
      2023-12-13 skia-flutter-autoroll@skia.org Roll Dart SDK from 02f28120470f to 17143c130ab3 (1 revision) (flutter/engine#48961)
      2023-12-13 43054281+camsim99@users.noreply.github.com [Android] Re-land "Add target to have linux_android_emulator_tests run on AVDs with Android 33 & 34" (flutter/engine#48936)
      2023-12-13 skia-flutter-autoroll@skia.org Roll Skia from 49e32eb178a7 to 927f20598b11 (3 revisions) (flutter/engine#48956)
      2023-12-13 1961493+harryterkelsen@users.noreply.github.com [web:multiview] Make CanvasKitRenderer listen for view creation/disposal events (flutter/engine#48812)
      2023-12-12 matanlurey@users.noreply.github.com Move `third_party/swiftshader`, roll buildroot `DEPS`. (flutter/engine#48946)
      2023-12-12 flar@google.com [Impeller] Direct tessellation of simple filled round rects (flutter/engine#48919)
      2023-12-12 skia-flutter-autoroll@skia.org Roll Skia from 8e8d92ac1536 to 49e32eb178a7 (1 revision) (flutter/engine#48949)
      2023-12-12 skia-flutter-autoroll@skia.org Roll Dart SDK from a677378ae254 to 02f28120470f (1 revision) (flutter/engine#48945)
      2023-12-12 skia-flutter-autoroll@skia.org Roll Skia from 43a400456ab4 to 8e8d92ac1536 (1 revision) (flutter/engine#48941)
      2023-12-12 skia-flutter-autoroll@skia.org Roll Skia from 3678212a85b8 to 43a400456ab4 (2 revisions) (flutter/engine#48939)
      2023-12-12 matanlurey@users.noreply.github.com Roll `buildroot` and delete `libxml`. (flutter/engine#48906)
      2023-12-12 skia-flutter-autoroll@skia.org Roll Skia from 16298087c277 to 3678212a85b8 (2 revisions) (flutter/engine#48934)
      2023-12-12 jason-simmons@users.noreply.github.com Manual roll of Dart SDK from 82c4571bb2de to a677378ae254 (flutter/engine#48933)
      2023-12-12 skia-flutter-autoroll@skia.org Roll Skia from 7685acfb6221 to 16298087c277 (1 revision) (flutter/engine#48931)
      2023-12-12 mdebbar@google.com [web] Handle resizes at the view level (flutter/engine#48892)
      
      If this roll has caused a breakage, revert this CL and stop the roller
      using the controls here:
      https://autoroll.skia.org/r/flutter-engine-flutter-autoroll
      Please CC jsimmons@google.com,rmistry@google.com,zra@google.com on the revert to ensure that a human
      is aware of the problem.
      
      To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose
      
      To report a problem with the AutoRoller itself, please file a bug:
      https://issues.skia.org/issues/new?component=1389291&template=1850622
      
      Documentation for the AutoRoller is here:
      https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
      c735739a
    • Bartek Pacia's avatar
      Warn when Gradle plugins are applied using the legacy "apply script method" way (#139690) · 4aef59be
      Bartek Pacia authored
      This PR adds a deprecation message when Android build is using the legacy "apply script method" way of applying Flutter's Gradle plugins (that is: [`flutter.gradle`](https://github.com/flutter/flutter/blob/3.16.0/packages/flutter_tools/gradle/flutter.gradle) and [`app_plugin_loader.gradle`](https://github.com/flutter/flutter/blob/3.16.0/packages/flutter_tools/gradle/app_plugin_loader.gradle)).
      
      See also:
      - #121541
        - in particular https://github.com/flutter/flutter/issues/121541#issuecomment-1836947311
      - #135392
        - and PR that add the migration guide: [#9857](https://github.com/flutter/website/pull/9857)
      
      - I think either `logger.error` or `logger.quiet` must be used, because all other error levels are not shown during `flutter build apk` (and that's what most people use).
      4aef59be
    • Jenn Magder's avatar
      Add self as bundler dependabot reviewer (#140081) · 7f0504d9
      Jenn Magder authored
      Take back bundler/gem reviewership from @vashworth (thanks for covering!)
      7f0504d9
    • auto-submit[bot]'s avatar
      Reverts "Make tests more resilient to Skia gold failures and refactor... · 91877c63
      auto-submit[bot] authored
      Reverts "Make tests more resilient to Skia gold failures and refactor flutter_goldens for extensive technical debt removal" (#140085)
      
      Reverts flutter/flutter#139549
      Initiated by: Piinks
      This change reverts the following previous change:
      Original Description:
      * Remove all use of global variables.
      * Always pass in all dependencies, only create them in main or in tests.
      * Pass in the "print" primitive.
      * Make all network traffic retry (except when run locally, when it just auto-passes).
      * Enable tests to be run in random order.
      91877c63
    • Ian Hickson's avatar
      Make tests more resilient to Skia gold failures and refactor flutter_goldens... · 11a9cb70
      Ian Hickson authored
      Make tests more resilient to Skia gold failures and refactor flutter_goldens for extensive technical debt removal (#139549)
      
      * Remove all use of global variables.
      * Always pass in all dependencies, only create them in main or in tests.
      * Pass in the "print" primitive.
      * Make all network traffic retry (except when run locally, when it just auto-passes).
      * Enable tests to be run in random order.
      11a9cb70
  2. 12 Dec, 2023 23 commits
  3. 11 Dec, 2023 12 commits