Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: flutter/packages
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ce53da1bd741
Choose a base ref
...
head repository: flutter/packages
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: d7ee75ad59ad
Choose a head ref
  • 7 commits
  • 31 files changed
  • 3 contributors

Commits on Aug 4, 2023

  1. Roll Flutter from c00d241 to 2ba9f7b (25 revisions) (#4646)

    flutter/flutter@c00d241...2ba9f7b
    
    2023-08-04 [email protected] Roll Flutter Engine from d15a02a8191c to badca1f7f8c9 (1 revision) (flutter/flutter#131928)
    2023-08-04 [email protected] Upgrade packages. (flutter/flutter#131927)
    2023-08-04 [email protected] Roll Flutter Engine from 0725a6f519d0 to d15a02a8191c (2 revisions) (flutter/flutter#131924)
    2023-08-04 [email protected] Roll Flutter Engine from c912e3417e68 to 0725a6f519d0 (2 revisions) (flutter/flutter#131917)
    2023-08-04 [email protected] Roll Flutter Engine from 03137a3b9b81 to c912e3417e68 (2 revisions) (flutter/flutter#131913)
    2023-08-04 [email protected] Roll Flutter Engine from de0ec1c971ab to 03137a3b9b81 (1 revision) (flutter/flutter#131912)
    2023-08-04 [email protected] Roll Flutter Engine from e3f75650ac5f to de0ec1c971ab (2 revisions) (flutter/flutter#131910)
    2023-08-04 [email protected] make `--dart-define` override redundant values in `--dart-define-from-file` (flutter/flutter#131088)
    2023-08-04 [email protected] Roll Flutter Engine from ca8d852eddfc to e3f75650ac5f (1 revision) (flutter/flutter#131907)
    2023-08-04 [email protected] Roll Flutter Engine from 098ec489585e to ca8d852eddfc (2 revisions) (flutter/flutter#131905)
    2023-08-04 [email protected] Roll Flutter Engine from 4c62dd81d136 to 098ec489585e (2 revisions) (flutter/flutter#131903)
    2023-08-04 [email protected] Roll Flutter Engine from 0c1de9b8afba to 4c62dd81d136 (4 revisions) (flutter/flutter#131902)
    2023-08-03 [email protected] Roll Flutter Engine from b08e1410a06a to 0c1de9b8afba (9 revisions) (flutter/flutter#131897)
    2023-08-03 [email protected] Fix TimePicker token issue link (flutter/flutter#131863)
    2023-08-03 [email protected] [Impeller] Add animated_blur_backdrop_filter_perf execution on samsung vulkan and opengles (flutter/flutter#131864)
    2023-08-03 [email protected] Revert "Manual roll Flutter Engine from 4cc0b3dab001 to b08e1410a06a (9 revisions)" (flutter/flutter#131896)
    2023-08-03 [email protected] Manual roll Flutter Engine from 4cc0b3dab001 to b08e1410a06a (9 revisions) (flutter/flutter#131880)
    2023-08-03 [email protected] Added new gallery benchmark test that forces opengles. (flutter/flutter#131796)
    2023-08-03 [email protected] Roll Packages from 4e4961a to d00c1f9 (10 revisions) (flutter/flutter#131866)
    2023-08-03 [email protected] manual pub package roll (flutter/flutter#131804)
    2023-08-03 [email protected] remove Mac_ios ios_app_with_extensions_test (flutter/flutter#131806)
    2023-08-03 [email protected] Roll Flutter Engine from 46f3e099ad04 to 4cc0b3dab001 (3 revisions) (flutter/flutter#131854)
    2023-08-03 [email protected] Adds a11y assessment sample app (flutter/flutter#131716)
    2023-08-03 [email protected] Remove target Staging_build_linux framework_tests_misc (flutter/flutter#126959)
    2023-08-03 [email protected] Manual roll Flutter Engine from 4c1157b9da54 to 46f3e099ad04 (3 revisions) (flutter/flutter#131848)
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/flutter-packages
    Please CC [email protected],[email protected],[email protected] on the revert to ensure that a human
    is aware of the problem.
    
    To file a bug in Packages: https://github.com/flutter/flutter/issues/new/choose
    
    To report a problem with the AutoRoller itself, please file a bug:
    https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug
    
    Documentation for the AutoRoller is here:
    https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
    engine-flutter-autoroll authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    11bb9ec View commit details
    Browse the repository at this point in the history
  2. [image_picker] Allows 3.0 web implementation (#4648)

    Adds compatibility with `image_picker_for_web` 3.0, which was a breaking change only because it dropped implementations of deprecated platform interface methods that this package no longer uses.
    
    Picks up the fix for flutter/flutter#92176
    stuartmorgan-g authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    4bd6c6b View commit details
    Browse the repository at this point in the history
  3. [camera_web] Adopt code excerpts in README (#4584)

    Updates the README to use a compiled excerpt source for its example of creating an `Image`.
    
    Part of flutter/flutter#102679
    stuartmorgan-g authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    ff81b82 View commit details
    Browse the repository at this point in the history
  4. [pigeon] Consolidate mock handler tests (#4642)

    Eliminates the `mock_handler_tester` sub-package, which existed just for a single unit test file and required duplicate `pigeons/message.dart` output generation with bespoke test wrappers, folding that test into the shared harness and generation system. This also eliminates an entire test suite from the test harness since it's now part of the rest of the Dart unit testing.
    
    This surfaced an edge-case problem with the new package name override, which is that if the override doesn't match the actual dart output location, generated Dart test output won't compile because the import will be wrong. This addresses that by passing the actual package as well to the test generator.
    stuartmorgan-g authored Aug 4, 2023
    Configuration menu
    Copy the full SHA
    b2a30a3 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2023

  1. Update to not backfill the ci.yaml roller task. (#4651)

    In order to avoid new tasks from not being scheduled we are not going to backfill the autoroller because it can sometimes play transactions out of order causing issues with tasks that are scheduled but not known.
    
    *List which issues are fixed by this PR. You must list at least one issue.*
    Part of flutter/flutter#127063
    
    *If you had to change anything in the [flutter/tests] repo, include a link to the migration guide as per the [breaking change policy].*
    ricardoamador authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    040e163 View commit details
    Browse the repository at this point in the history
  2. [ci] Remove tools from Dockerfile (#4649)

    Remove the Firebase Test Lab tools from the Dockerfile, since we are no longer running FTL tests in Cirrus.
    stuartmorgan-g authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    992422c View commit details
    Browse the repository at this point in the history
  3. [tool] Skip pathified analysis on resolver errors (#4647)

    If adding a pathified dependency creates a resolver error, then skip it instead of failing when running pathified analysis. The purpose of pathified analysis it to pre-detect failures that would happen on publishing, and if there's a resolver error that means the publishing even won't affect the package anyway.
    
    See #4483 (comment) for an example case where we need this.
    
    (In theory we could get delayed OOB errors that this will miss�e.g., in the case above if the PR would actually break rfw/example/wasm, then if at some later date `wasm` updated to use a newer `ffi`, eliminating the resolver conflict, then suddenly rfw/example/wasm would pick up the PR and break. That seems *extremely* unlikely, however, so I'm not concerned that this will be a problem in practice. We can revisit if that changes.)
    stuartmorgan-g authored Aug 5, 2023
    Configuration menu
    Copy the full SHA
    d7ee75a View commit details
    Browse the repository at this point in the history
Loading