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/flutter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 557fbf5167f6
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 53cba24de3a0
Choose a head ref
  • 11 commits
  • 23 files changed
  • 6 contributors

Commits on Apr 11, 2024

  1. Roll Packages from 2c15d86 to e98839a (3 revisions) (#146638)

    flutter/packages@2c15d86...e98839a
    
    2024-04-10 [email protected] [tool] Check for `test` and `flutter_test` in non-dev dependencies (flutter/packages#6472)
    2024-04-10 [email protected] [camerax] Shorten interval for releasing weak references to Dart-wrapped native objects (flutter/packages#6493)
    2024-04-10 [email protected] Roll Flutter from 4967a94 to 97cd47a (11 revisions) (flutter/packages#6497)
    
    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-flutter-autoroll
    Please CC [email protected],[email protected] 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
    engine-flutter-autoroll authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    9ffc261 View commit details
    Browse the repository at this point in the history
  2. Roll Flutter Engine from d8560d495d9f to 98a8ad144597 (9 revisions) (#…

    …146645)
    
    flutter/engine@d8560d4...98a8ad1
    
    2024-04-11 [email protected] [et] Correctly plumb usage line length limit (flutter/engine#52039)
    2024-04-11 [email protected] Revert "Roll Dart SDK from 3d13dbfb3284 to 764bdb7d0344 (1 revision) (#52051)" (flutter/engine#52060)
    2024-04-11 [email protected] Composite multiple layers in Windows software rendering (flutter/engine#51759)
    2024-04-11 98614782+auto-submit[bot]@users.noreply.github.com Reverts "Roll Dart SDK from 764bdb7d0344 to 0219e897c6ac (1 revision) (#52053)" (flutter/engine#52058)
    2024-04-11 [email protected] Roll Skia from 2a2fe4303507 to 1dc3c2c1b550 (1 revision) (flutter/engine#52055)
    2024-04-11 [email protected] Roll Skia from aa30d76a345f to 2a2fe4303507 (1 revision) (flutter/engine#52054)
    2024-04-11 [email protected] Roll Dart SDK from 764bdb7d0344 to 0219e897c6ac (1 revision) (flutter/engine#52053)
    2024-04-11 [email protected] Roll Skia from 29f0c9d84e70 to aa30d76a345f (1 revision) (flutter/engine#52052)
    2024-04-11 [email protected] Roll Dart SDK from 3d13dbfb3284 to 764bdb7d0344 (1 revision) (flutter/engine#52051)
    
    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 [email protected],[email protected],[email protected] 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
    engine-flutter-autoroll authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    416c4ce View commit details
    Browse the repository at this point in the history
  3. Refactor verify codesigned (#146450)

    Refactor verify codesigned tests in order to reduce testing logic in test.dart and allow for later implementing package:test onto the existing verify codesigned tests
    
    Part of #145482
    sealesj authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    000101a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5ebc940 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bc3de9 View commit details
    Browse the repository at this point in the history
  6. Update the gradle task to add fallback scheme and host if needed when…

    … retrieving deep links. (#146470)
    
    This is to support feature:
    flutter/devtools#7541
    
    before behavior: do not show this link in the dev tool if there's no
    scheme or host
    target behavior: show the link in the dev tool with a error text : (
    missing scheme/ missing domain)
    
    
    
    ## Pre-launch Checklist
    
    - [ ] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [ ] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [ ] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [ ] I signed the [CLA].
    - [ ] I listed at least one issue that this PR fixes in the description
    above.
    - [ ] I updated/added relevant documentation (doc comments with `///`).
    - [ ] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [ ] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [ ] All existing and new tests are passing.
    
    If you need help, consider asking for advice on the #hackers-new channel
    on [Discord].
    
    <!-- Links -->
    [Contributor Guide]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#overview
    [Tree Hygiene]: https://github.com/flutter/flutter/wiki/Tree-hygiene
    [test-exempt]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/wiki/Style-guide-for-Flutter-repo#features-we-expect-every-widget-to-implement
    [CLA]: https://cla.developers.google.com/
    [flutter/tests]: https://github.com/flutter/tests
    [breaking change policy]:
    https://github.com/flutter/flutter/wiki/Tree-hygiene#handling-breaking-changes
    [Discord]: https://github.com/flutter/flutter/wiki/Chat
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/wiki/Data-driven-Fixes
    hannah-hyj authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    07f3103 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4b18045 View commit details
    Browse the repository at this point in the history
  8. Roll Flutter Engine from 16b0cfd85617 to 2d85d1225d18 (4 revisions) (#…

    …146663)
    
    flutter/engine@16b0cfd...2d85d12
    
    2024-04-11 [email protected] Roll Skia from 08940c2e0c44 to 5101cbe5a6bb (1 revision) (flutter/engine#52066)
    2024-04-11 [email protected] Move `Shell::Add/RemoveView` to `PlatformView` and refine embedder API doc (flutter/engine#52003)
    2024-04-11 [email protected] [Fuchsia] Support per app present latency tracing (flutter/engine#51503)
    2024-04-11 [email protected] Save and restore OpenGL bindings that are changed by fl_renderer_render (flutter/engine#51887)
    
    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 [email protected],[email protected],[email protected] 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
    engine-flutter-autoroll authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    a557f04 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Configuration menu
    Copy the full SHA
    67bdf93 View commit details
    Browse the repository at this point in the history
  2. [Windows] Drop support for Windows 7/8 apps in template (#146668)

    Since Flutter no longer supports Windows 7.x or 8.x, this eliminates support from the Windows app template. No tests to eliminate, since Windows 7 and 8 were "best-efforts" tier and untested.
    
    Fixes: #140830
    RFC: http://flutter.dev/go/flutter-drop-win7-2024
    cbracken authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a34086a View commit details
    Browse the repository at this point in the history
  3. Allow A/B tests to run as just aggregator of local engine benchmarks (#…

    …146479)
    
    Add `--ab-local-engine-only` flag to change A/B benchmark aggregate behavior to instead run the number of tasks specified with the local engine only, not the default engine.  This is useful when you are trying to get average and noise results for a particular engine branch, without needing the default engine every time you change the engine.
    
    Fixes #143770
    jmagman authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    53cba24 View commit details
    Browse the repository at this point in the history
Loading