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: f559e16
Choose a base ref
...
head repository: flutter/flutter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 6966a2e
Choose a head ref
  • 5 commits
  • 9 files changed
  • 2 contributors

Commits on Dec 12, 2024

  1. Configuration menu
    Copy the full SHA
    3a4b07b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d3ff85 View commit details
    Browse the repository at this point in the history
  3. Add entry-point annotations for test-only code. (#160158)

    This change adds entry-point annotations to methods and classes accessed
    by native code during Flutter tests. Currently, entry point annotations
    are not checked by the Dart VM when running in JIT mode, only in AOT
    mode. In order to also enforce entry point annotations in JIT mode,
    first tests in Flutter must be appropriately annotated to avoid roll
    failures.
    
    Related issues:
    * #118608
    * dart-lang/sdk#50649
    
    ## Pre-launch Checklist
    
    - [X] I read the [Contributor Guide] and followed the process outlined
    there for submitting PRs.
    - [X] I read the [Tree Hygiene] wiki page, which explains my
    responsibilities.
    - [X] I read and followed the [Flutter Style Guide], including [Features
    we expect every widget to implement].
    - [X] I signed the [CLA].
    - [X] I listed at least one issue that this PR fixes in the description
    above.
    - [X] I updated/added relevant documentation (doc comments with `///`).
    - [X] I added new tests to check the change I am making, or this PR is
    [test-exempt].
    - [X] I followed the [breaking change policy] and added [Data Driven
    Fixes] where supported.
    - [X] 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/blob/main/docs/contributing/Tree-hygiene.md#overview
    [Tree Hygiene]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md
    [test-exempt]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Tree-hygiene.md#tests
    [Flutter Style Guide]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md
    [Features we expect every widget to implement]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Style-guide-for-Flutter-repo.md#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/blob/main/docs/contributing/Tree-hygiene.md#handling-breaking-changes
    [Discord]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Chat.md
    [Data Driven Fixes]:
    https://github.com/flutter/flutter/blob/main/docs/contributing/Data-driven-Fixes.md
    sstrickl authored Dec 12, 2024
    Configuration menu
    Copy the full SHA
    efa109d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d085381 View commit details
    Browse the repository at this point in the history
  5. Roll Packages from 16616ad to cbdb48a (4 revisions) (#160170)

    flutter/packages@16616ad...cbdb48a
    
    2024-12-12 [email protected] Manual roll Flutter from
    918b2b9 to f559e16 (4 revisions) (flutter/packages#8277)
    2024-12-12 [email protected] disable maps test and manual roll
    (flutter/packages#8275)
    2024-12-11 [email protected] [quick_actions] add localizedSubtitle for
    iOS (flutter/packages#8038)
    2024-12-11 [email protected] [video_player_avfoundation] Support
    the audio-only HLS (.m3u8) on iOS (flutter/packages#7890)
    
    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] 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 Dec 12, 2024
    Configuration menu
    Copy the full SHA
    6966a2e View commit details
    Browse the repository at this point in the history
Loading