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

Commits on Sep 15, 2024

  1. Configuration menu
    Copy the full SHA
    2c449a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d3e757c View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    b490322 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    93c8d00 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f073ed3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cfdab3c View commit details
    Browse the repository at this point in the history
  5. Assert iOS framework artifact contains xcprivacy manifest (#155187)

    Add tool test to validate a built iOS app contains the Flutter framework xcprivacy manifest.
    
    Follow up to flutter/engine#48951.
    jmagman authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0a400f8 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b565379 View commit details
    Browse the repository at this point in the history
  7. Extend 'flutter symbolize' to handle deferred loading units. (#149315)

    Adds `-u`/`--unit-id-debug-info` arguments to `flutter symbolize` to pass paths to DWARF information for deferred loading units. The argument passed via `-u` should be of the form `N:P`, where `N` is the loading unit ID (an integer) and `P` is the path to the debug information for loading unit `N`. The DWARF information for the root loading unit can either be passed by `-d`/`--debug-info` as before or by `--unit-id-debug-info 1:<path>`.
    
    Partial fix for #137527. Additional work is needed to adjust tools built on top of `flutter symbolize` to store and pass along this additional information appropriately when there are deferred loading units.
    sstrickl authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    c50b3fe View commit details
    Browse the repository at this point in the history
  8. Roll Packages from 330581f to df88c81 (7 revisions) (#155261)

    flutter/packages@330581f...df88c81
    
    2024-09-14 [email protected] [webview_flutter] Improve flaky scroll tests (flutter/packages#7621)
    2024-09-13 [email protected] Bump deps (flutter/packages#7357)
    2024-09-13 [email protected] [flutter_adaptive_scaffold] Use improved MediaQuery methods (flutter/packages#7565)
    2024-09-13 [email protected] [many] Update example android apps to target SDK level 34. (flutter/packages#7587)
    2024-09-13 [email protected] [pigeon] adds support for non nullable types in collections (flutter/packages#7547)
    2024-09-13 [email protected] [flutter_adaptive_scaffold] Adds additional slot animation parameters (flutter/packages#7411)
    2024-09-13 [email protected] Roll Flutter from 303f222 to 2d30fe4 (21 revisions) (flutter/packages#7646)
    
    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 Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6d04a16 View commit details
    Browse the repository at this point in the history
  9. Roll Flutter Engine from 362b9bcdedce to 6b698138c600 (4 revisions) (#…

    …155267)
    
    flutter/engine@362b9bc...6b69813
    
    2024-09-16 [email protected] Roll Skia from ee5e413fe436 to 87ba10cbfad3 (5 revisions) (flutter/engine#55233)
    2024-09-16 [email protected] Roll Skia from 3ebf0a14bbdd to ee5e413fe436 (1 revision) (flutter/engine#55229)
    2024-09-16 [email protected] Added .vscode back to being ignored (flutter/engine#55195)
    2024-09-16 [email protected] Roll Skia from 80583104076d to 3ebf0a14bbdd (1 revision) (flutter/engine#55228)
    
    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 Sep 16, 2024
    Configuration menu
    Copy the full SHA
    411b2ae View commit details
    Browse the repository at this point in the history
  10. Added .keys to ColorSwatch (#155262)

    This addresses the issue that ColorSwatch has operator[], but no way to know what are valid inputs.
    
    issue: #155113
    gaaclarke authored Sep 16, 2024
    Configuration menu
    Copy the full SHA
    af21d9f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    332bd80 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    3b119ce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c4c9f47 View commit details
    Browse the repository at this point in the history
Loading