Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
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/engine
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 84238c411001
Choose a base ref
...
head repository: flutter/engine
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 07ae93c9b755
Choose a head ref
  • 3 commits
  • 9 files changed
  • 3 contributors

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    fed19a6 View commit details
    Browse the repository at this point in the history
  2. Migrate FlutterCallbackCache and FlutterKeyboardManager to ARC (#51983)

    Smart pointers support ARC as of #47612, and the unit tests were migrated in #48162.
    
    Migrate`FlutterCallbackCache` and `FlutterKeyboardManager` from MRC to ARC.  These files do not themselves import any MRC files, making them leaf nodes in the dependency graph of MRC files.  
    
    Doing a few at a time to make the dependency graph manageable, and to easily revert if this causes retain cycles or other memory management issues.
    
    Part of flutter/flutter#137801.
    jmagman authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a504499 View commit details
    Browse the repository at this point in the history
  3. Roll Dart SDK from ac31be3c8546 to 3c2376cb9850 (1 revision) (#52095)

    https://dart.googlesource.com/sdk.git/+log/ac31be3c8546..3c2376cb9850
    
    2024-04-12 [email protected] Version 3.5.0-56.0.dev
    
    If this roll has caused a breakage, revert this CL and stop the roller
    using the controls here:
    https://autoroll.skia.org/r/dart-sdk-flutter-engine
    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 Engine: 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
    skia-flutter-autoroll authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    07ae93c View commit details
    Browse the repository at this point in the history
Loading